summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Improve code generation for conditionalswip/spj-T13397Simon Peyton Jones2017-03-085-38/+121
* Re-engineer caseRules to add tagToEnum/dataToTagSimon Peyton Jones2017-03-087-232/+391
* Move dataConTagZ to DataConSimon Peyton Jones2017-03-075-16/+14
* 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
* Changed parser message for RankNTypes (#12811)Rupert Horlick2017-03-024-5/+30
* Add suggestion for PatternSynonyms parse error (fixes #12429)Rupert Horlick2017-03-024-0/+15
* Don't float out expressions that are okay for speculationReid Barton2017-03-021-12/+12
* Fix up test results.David Feuer2017-03-022-6/+4
* Don't allow orphan COMPLETE pragmas (#13349)Reid Barton2017-03-027-6/+64
* Print out sub-libraries of packages more nicely.Edward Z. Yang2017-03-025-6/+37
* Add -fwhole-archive-hs-libsSimon Marlow2017-03-0210-6/+146
* Fix T12234 stat mistakesDavid Feuer2017-03-021-3/+2
* Typofix.Edward Z. Yang2017-03-021-1/+1
* Prevent users from defining instances for abstract classes.Edward Z. Yang2017-03-028-0/+31
* Fix roles merging to apply only to non-rep-injective types.Edward Z. Yang2017-03-027-2/+111
* Properly represent abstract classes in Class and IfaceDeclEdward Z. Yang2017-03-0214-129/+315
* Injective type families imply nominal injectivity, but NOT rep injEdward Z. Yang2017-03-021-1/+1
* Disallow non-nullary constraint synonyms on class.Edward Z. Yang2017-03-025-75/+112
* More comments on role subtyping, unsoundness fix.Edward Z. Yang2017-03-026-1/+134