summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-06-21Implement {set,clear,complement}BitBigNat primitiveswip/T7860Herbert Valerio Riedel
2016-06-20Testsuite: assume timeout_prog always existsThomas Miedema
2016-06-20Testsuite: delete dead code + cleanupThomas Miedema
2016-06-20Testsuite: remove `-Wno-warn-tabs` from default flagsThomas Miedema
2016-06-20Testsuite: delete TEST_HC_OPTS_NO_RECOMPThomas Miedema
2016-06-20Testsuite: remove `-fforce-recomp` from default flags (#11980)Thomas Miedema
2016-06-20Testsuite: mark tests expect brokenThomas Miedema
2016-06-20Testsuite: *do* replace backslashes in config.libdirThomas Miedema
2016-06-20Testsuite: fix WAY=ghci when LOCAL=0Thomas Miedema
2016-06-20Testsuite: recover from utf8 decoding errorsThomas Miedema
2016-06-20Testsuite: tabs -> spaces [skip ci]Thomas Miedema
2016-06-20Testsuite: tabs -> spaces [skip ci]Thomas Miedema
2016-06-20Testsuite: tabs -> spaces [skip ci]Thomas Miedema
2016-06-20Testsuite: tabs -> spaces [skip ci]Thomas Miedema
2016-06-20Testsuite: tabs -> spaces [skip ci]Thomas Miedema
2016-06-20Testsuite: tabs -> spaces [skip ci]Thomas Miedema
2016-06-20Testsuite: remove Windows CR [skip ci]Thomas Miedema
2016-06-20Testsuite: remove Windows CR [skip ci]Thomas Miedema
2016-06-20Testsuite: remove Windows CR again.. [skip ci]Thomas Miedema
2016-06-20Fix double-free in T5644 (#12208)Simon Marlow
2016-06-20ApplicativeDo: allow "return $ e"Simon Marlow
2016-06-20Remove use of KProxy in GHC.GenericsRyan Scott
2016-06-18llvmGen: Add strictness to metadata fieldsBen Gamari
2016-06-18PPC NCG: Fix and refactor TOC handling.Peter Trommler
2016-06-18PPC NCG: Fix float parameter passing on 64-bit.Peter Trommler
2016-06-18Fix trac #10647: Notice about lack of SIMD supportSeraphime Kirkovski
2016-06-18Avoid find_tycon panic if datacon is not in scopeAdam Gundry
2016-06-18Refactor derived Generic instances to reduce allocationsRyan Scott
2016-06-18Add Bifoldable and Bitraversable to baseRyan Scott
2016-06-18VarEnv: Comment onlyÖmer Sinan Ağacan
2016-06-18Validate: use `rm -f` instead of `rm`Thomas Miedema
2016-06-18Testsuite: validate the tests/stage1 directory with the stage1 compilerThomas Miedema
2016-06-18Testsuite: write "\n" instead of "\r\n" when using mingw PythonThomas Miedema
2016-06-18Testsuite: run tests in <testdir>.run instead of /tmpThomas Miedema
2016-06-18Driver: `ghc ../Test` (without file extension) should workThomas Miedema
2016-06-18Revert accidental submodule updatesThomas Miedema
2016-06-18llvmGen: Consolidate MetaExpr pretty-printingBen Gamari
2016-06-18llvmGen: Make metadata ids a newtypeBen Gamari
2016-06-18CmmNode: Make CmmTickScope's Unique strictBen Gamari
2016-06-17CoreLint: Slightly improve case type annotation error msgsÖmer Sinan Ağacan
2016-06-17NUMA cleanupsSimon Marlow
2016-06-17Remove dead code: countOnce, countManyJoachim Breitner
2016-06-17Abort the build when a Core plugin pass is specified in stage1 compilerÖmer Sinan Ağacan
2016-06-16CoreMonad: Update error msg function docsÖmer Sinan Ağacan
2016-06-15Major patch to introduce TyConBinderSimon Peyton Jones
2016-06-15Re-add FunTy (big patch)Simon Peyton Jones
2016-06-15Fix testsuite wibbleSimon Peyton Jones
2016-06-15Revert "Make the Ord Module independent of Unique order"Simon Peyton Jones
2016-06-14Simplify readProcessEnvWithExitCode + set LANGUAGE=CThomas Miedema
2016-06-14Rename cmpType to nonDetCmpTypeBartosz Nitka