summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: mark tests expect brokenThomas Miedema2016-06-207-13/+26
* Testsuite: *do* replace backslashes in config.libdirThomas Miedema2016-06-201-1/+34
* Testsuite: fix WAY=ghci when LOCAL=0Thomas Miedema2016-06-201-4/+4
* Testsuite: recover from utf8 decoding errorsThomas Miedema2016-06-201-2/+8
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-20108-865/+865
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2064-892/+892
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2059-1134/+1132
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2064-917/+917
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-2028-779/+779
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-20163-1129/+1129
* Testsuite: remove Windows CR [skip ci]Thomas Miedema2016-06-2037-796/+796
* Testsuite: remove Windows CR [skip ci]Thomas Miedema2016-06-2041-953/+953
* Testsuite: remove Windows CR again.. [skip ci]Thomas Miedema2016-06-2044-948/+948
* Fix double-free in T5644 (#12208)Simon Marlow2016-06-201-2/+2
* ApplicativeDo: allow "return $ e"Simon Marlow2016-06-204-12/+33
* Remove use of KProxy in GHC.GenericsRyan Scott2016-06-201-23/+22
* llvmGen: Add strictness to metadata fieldsBen Gamari2016-06-191-5/+5
* PPC NCG: Fix and refactor TOC handling.Peter Trommler2016-06-191-28/+28
* PPC NCG: Fix float parameter passing on 64-bit.Peter Trommler2016-06-196-7/+59
* Fix trac #10647: Notice about lack of SIMD supportSeraphime Kirkovski2016-06-191-1/+3
* Avoid find_tycon panic if datacon is not in scopeAdam Gundry2016-06-194-3/+31
* Refactor derived Generic instances to reduce allocationsRyan Scott2016-06-198-553/+666
* Add Bifoldable and Bitraversable to baseRyan Scott2016-06-1915-159/+847
* VarEnv: Comment onlyÖmer Sinan Ağacan2016-06-181-1/+1
* Validate: use `rm -f` instead of `rm`Thomas Miedema2016-06-181-1/+1
* Testsuite: validate the tests/stage1 directory with the stage1 compilerThomas Miedema2016-06-1810-12/+83
* Testsuite: write "\n" instead of "\r\n" when using mingw PythonThomas Miedema2016-06-183-12/+34
* Testsuite: run tests in <testdir>.run instead of /tmpThomas Miedema2016-06-1881-211/+263
* Driver: `ghc ../Test` (without file extension) should workThomas Miedema2016-06-184-3/+7
* Revert accidental submodule updatesThomas Miedema2016-06-186-0/+0
* llvmGen: Consolidate MetaExpr pretty-printingBen Gamari2016-06-182-13/+5
* llvmGen: Make metadata ids a newtypeBen Gamari2016-06-185-20/+30
* CmmNode: Make CmmTickScope's Unique strictBen Gamari2016-06-181-1/+1
* CoreLint: Slightly improve case type annotation error msgsÖmer Sinan Ağacan2016-06-171-1/+3
* NUMA cleanupsSimon Marlow2016-06-1712-63/+94
* Remove dead code: countOnce, countManyJoachim Breitner2016-06-171-7/+1
* Abort the build when a Core plugin pass is specified in stage1 compilerÖmer Sinan Ağacan2016-06-173-3/+33
* CoreMonad: Update error msg function docsÖmer Sinan Ağacan2016-06-161-4/+4
* Major patch to introduce TyConBinderSimon Peyton Jones2016-06-15104-1378/+1475
* Re-add FunTy (big patch)Simon Peyton Jones2016-06-1582-1114/+1121
* Fix testsuite wibbleSimon Peyton Jones2016-06-151-11/+11
* Revert "Make the Ord Module independent of Unique order"Simon Peyton Jones2016-06-157-92/+58
* Simplify readProcessEnvWithExitCode + set LANGUAGE=CThomas Miedema2016-06-141-39/+13
* Rename cmpType to nonDetCmpTypeBartosz Nitka2016-06-145-35/+45
* Don't GC sparks for CAFsSimon Marlow2016-06-141-9/+6
* Testsuite: enable ghci.prog010 (#2542)Thomas Miedema2016-06-145-5/+15
* Build system: mention ghc version in bindist's `configure --help` docdirThomas Miedema2016-06-141-1/+1
* Adjust error message slightlySimon Peyton Jones2016-06-142-3/+3
* Update Haddock to follow change in LHsSigWcTypeSimon Peyton Jones2016-06-131-0/+0
* Make the Ord Module independent of Unique orderBartosz Nitka2016-06-137-58/+92