summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add foldr fusion rules for short listswip/T13351Joachim Breitner2017-03-072-6/+14
* Revise list fusion for and, or, all, any, elem, notElem (#13351)Joachim Breitner2017-03-071-14/+38
* Typos in changelog and commentsGabor Greif2017-03-0712-12/+12
* testsuite: Disable linkwhole test on WindowsBen Gamari2017-03-061-1/+2
* primops: Add comment describing type of atomicModifyMutVar#Ben Gamari2017-03-061-3/+15
* Mangle .subsections_via_symbols away.Moritz Angermann2017-03-061-1/+10
* Add rule mapFB c (λx.x) = cJoachim Breitner2017-03-063-0/+5
* A few remarks on role subtyping in the manual.Edward Z. Yang2017-03-061-1/+9
* Update .mailmap [skip ci]Matthew Pickering2017-03-061-2/+7
* testsuite: Add test for #11076Ben Gamari2017-03-062-0/+11
* base: Kill out-of-date NotesBen Gamari2017-03-061-27/+0
* Disallow unboxed string literals in patterns (#13260)Rupert Horlick2017-03-064-0/+15
* add example documentation for tuple ApplicativeGinBaby2017-03-062-2/+9
* Changed OverLit warnings to work with negative literals (#13257)Rupert Horlick2017-03-066-6/+22
* Add GCC bin folder to search path.Tamar Christina2017-03-061-2/+4
* Read COMPLETE sets from external packagesBen Gamari2017-03-0617-66/+192
* Add -dno-debug-output to validate GhcStage1HcOptsMatthew Pickering2017-03-061-2/+2
* Add SplitSections = NO to build flavors with SplitObjs = NOReid Barton2017-03-0611-0/+11
* Typos in comments and manualGabor Greif2017-03-0616-21/+21
* Make FloatOut/SetLevels idemoptent on bottoming functionsSimon Peyton Jones2017-03-062-76/+117
* Comments onlySimon Peyton Jones2017-03-061-1/+1
* Tiny refactorSimon Peyton Jones2017-03-061-2/+3
* Make TH_Roles2 less fragileSimon Peyton Jones2017-03-062-5/+5
* Fix CSE (again) on literal stringsSimon Peyton Jones2017-03-065-35/+61
* Drop HAVE_containers_050 from bootstrap flagsBen Gamari2017-03-041-1/+0
* Reexport CmpNat and friends (defined in GHC.TypeNats) from GHC.TypeLitsRyan Scott2017-03-043-61/+29
* Fixes a spaceleak in `maximumBy` and `minimumBy` (#10830).Ryan Scott2017-03-042-2/+32
* testsuite: Bump down allocations for T4029Ben Gamari2017-03-041-1/+1
* testsuite: Add expected output for T8848Ben Gamari2017-03-041-0/+2
* configure: Don't pass GHC's sanitized triple to libraries' configureBen Gamari2017-03-041-2/+13
* Update dangling Note referenceJoachim Breitner2017-03-041-1/+1
* testsuite: Fix double test of +InfinityBen Gamari2017-03-032-4/+4
* Fix a tiny typoIngo Blechschmidt2017-03-031-1/+1
* testsuite: Add a NaN case to numrun015Ben Gamari2017-03-032-0/+2
* testsuite: Bump down allocations of T4029Ben Gamari2017-03-031-0/+4
* Add test to ensure that SPEC rules are named deterministicallyBen Gamari2017-03-034-0/+20
* Allow iOS to load archives through the linkerMoritz Angermann2017-03-031-5/+8
* Comments only, in CSE (#13340)Reid Barton2017-03-031-3/+9
* Deserialize IfaceId more lazilyReid Barton2017-03-031-6/+2
* testsuite: Add test for floating-point abs (numrun015)Ben Gamari2017-03-033-0/+31
* Produce KindReps for common kinds in GHC.TypesBen Gamari2017-03-0314-174/+210
* TcTypeable: Try to reuse KindRepsBen Gamari2017-03-0315-506/+414
* testsuite: Add comment clarifying intention of completesig04Ben Gamari2017-03-032-1/+2
* testsuite: Bump down allocations for T12707Ben Gamari2017-03-031-1/+2
* Update test completesig04Reid Barton2017-03-032-6/+6
* Revert "Read COMPLETE sets from external packages"Ben Gamari2017-03-0316-192/+66
* testsuite: Fix output due to recent COMPLETE changesBen Gamari2017-03-033-9/+5
* Read COMPLETE sets from external packagesRyan Scott2017-03-0216-66/+192
* Show: Add ShowS for ", "Ben Gamari2017-03-023-3/+7
* testsuite: Move echoing commands in make invocations to VERBOSE=5Reid Barton2017-03-023-4/+6