summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Basic rip outwip/T11970Matthew Pickering2016-06-1725-116/+340
* 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
* Use UniqFM for SigOfBartosz Nitka2016-06-131-4/+5
* Kill unused foldModuleEnvBartosz Nitka2016-06-131-4/+1
* Add thin library support to Windows tooTamar Christina2016-06-136-61/+119
* A second test for Trac #12055Simon Peyton Jones2016-06-133-0/+53
* Test Trac #12055Simon Peyton Jones2016-06-132-0/+46
* Add to .gitignoreSimon Peyton Jones2016-06-131-0/+3
* Remove some traceTc callsSimon Peyton Jones2016-06-131-4/+1
* Beef up isPredTySimon Peyton Jones2016-06-131-7/+22
* Fix the in-scope set for extendTvSubstWithCloneSimon Peyton Jones2016-06-132-2/+9
* Beef up mkNakedCastTySimon Peyton Jones2016-06-131-1/+7
* Move the constraint-kind validity checkSimon Peyton Jones2016-06-132-21/+9
* Get in-scope set right in top_instantiateSimon Peyton Jones2016-06-131-5/+11
* Tidy up zonkQuantifiedTyVarSimon Peyton Jones2016-06-131-21/+7
* Improve typechecking of let-bindingsSimon Peyton Jones2016-06-13166-4276/+4762
* Kill off redundant SigTv check in occurCheckExpandSimon Peyton Jones2016-06-131-13/+6
* rts: Fix NUMA when cross compilingErik de Castro Lopo2016-06-133-8/+11
* Disable T12031 on linuxTamar Christina2016-06-121-0/+1
* Fix incorrect calculated relocations on Windows x86_64Tamar Christina2016-06-129-33/+97
* Skip retc001 on OSXMatthew Pickering2016-06-121-1/+2
* rts: Fix build when USE_LARGE_ADDRESS_SPACE is undefinedErik de Castro Lopo2016-06-121-2/+2
* ModuleSet: Use an actual set instead of map to unitsÖmer Sinan Ağacan2016-06-111-6/+8
* Rts flags cleanupSimon Marlow2016-06-107-134/+88
* NUMA supportSimon Marlow2016-06-1043-305/+812
* Small refactor to mkRuntimErrorIdSimon Peyton Jones2016-06-101-29/+24
* Minor refactoringSimon Peyton Jones2016-06-102-12/+12
* Comments onlySimon Peyton Jones2016-06-103-24/+18
* Refine imports slightlySimon Peyton Jones2016-06-101-1/+1
* Comments onlySimon Peyton Jones2016-06-102-2/+8
* Fix #12099: Remove bogus flagsSean Gillespie2016-06-104-4/+32
* Remove Printer.c:prettyPrintClosure()Ömer Sinan Ağacan2016-06-102-82/+0
* prettyPrintClosure(): Untag the closure before accessing fieldsÖmer Sinan Ağacan2016-06-101-0/+2
* Improve the error messages for static forms.Facundo Domínguez2016-06-099-64/+288
* Fix Ticky histogram on WindowsTamar Christina2016-06-093-17/+11