summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* integerConstantFolding: no longer broken with -DDEBUG (#1106)Joachim Breitner2017-03-091-2/+1
* testsuite: Bump allocations of T4029Ben Gamari2017-03-081-1/+2
* Allow compilation of C/C++/ObjC/ObjC++ files with module from THFrancesco Mazzoli2017-03-086-51/+44
* Join points can be levity-polymorphicSimon Peyton Jones2017-03-082-0/+16
* Typos in changelog and commentsGabor Greif2017-03-073-3/+3
* testsuite: Disable linkwhole test on WindowsBen Gamari2017-03-061-1/+2
* Add rule mapFB c (λx.x) = cJoachim Breitner2017-03-062-0/+4
* testsuite: Add test for #11076Ben Gamari2017-03-062-0/+11
* Disallow unboxed string literals in patterns (#13260)Rupert Horlick2017-03-063-0/+12
* Changed OverLit warnings to work with negative literals (#13257)Rupert Horlick2017-03-064-4/+10
* Read COMPLETE sets from external packagesBen Gamari2017-03-066-0/+43
* Typos in comments and manualGabor Greif2017-03-062-3/+3
* Make FloatOut/SetLevels idemoptent on bottoming functionsSimon Peyton Jones2017-03-061-15/+12
* Make TH_Roles2 less fragileSimon Peyton Jones2017-03-062-5/+5
* Fix CSE (again) on literal stringsSimon Peyton Jones2017-03-064-0/+17
* Reexport CmpNat and friends (defined in GHC.TypeNats) from GHC.TypeLitsRyan Scott2017-03-041-20/+20
* testsuite: Bump down allocations for T4029Ben Gamari2017-03-041-1/+1
* testsuite: Add expected output for T8848Ben Gamari2017-03-041-0/+2
* testsuite: Fix double test of +InfinityBen Gamari2017-03-032-4/+4
* 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
* testsuite: Add test for floating-point abs (numrun015)Ben Gamari2017-03-033-0/+31
* Produce KindReps for common kinds in GHC.TypesBen Gamari2017-03-0312-129/+75
* TcTypeable: Try to reuse KindRepsBen Gamari2017-03-0313-403/+230
* 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-036-43/+0
* testsuite: Fix output due to recent COMPLETE changesBen Gamari2017-03-033-9/+5
* Read COMPLETE sets from external packagesRyan Scott2017-03-026-0/+43
* Changed parser message for RankNTypes (#12811)Rupert Horlick2017-03-023-0/+13
* Add suggestion for PatternSynonyms parse error (fixes #12429)Rupert Horlick2017-03-023-0/+11
* Fix up test results.David Feuer2017-03-022-6/+4
* Don't allow orphan COMPLETE pragmas (#13349)Reid Barton2017-03-025-0/+21
* Print out sub-libraries of packages more nicely.Edward Z. Yang2017-03-021-1/+1
* Add -fwhole-archive-hs-libsSimon Marlow2017-03-027-0/+107
* Fix T12234 stat mistakesDavid Feuer2017-03-021-3/+2
* Prevent users from defining instances for abstract classes.Edward Z. Yang2017-03-026-0/+18
* Fix roles merging to apply only to non-rep-injective types.Edward Z. Yang2017-03-026-0/+64
* Properly represent abstract classes in Class and IfaceDeclEdward Z. Yang2017-03-025-0/+27
* Disallow non-nullary constraint synonyms on class.Edward Z. Yang2017-03-024-4/+40
* More comments on role subtyping, unsoundness fix.Edward Z. Yang2017-03-025-0/+80
* Prohibit RULES changing constructorsDavid Feuer2017-03-026-34/+12
* testsuite: Mark T13340 as fixedBen Gamari2017-03-021-1/+1
* Typeable: Rename KindRep bindings to $krep...Ben Gamari2017-03-0212-179/+179
* Bump bytes allocated for T12234David Feuer2017-03-021-0/+1
* Fix expected result from T13143David Feuer2017-03-021-27/+25
* Upgrade UniqSet to a newtypeDavid Feuer2017-03-011-3/+3
* Change catch# demand signatureDavid Feuer2017-03-013-0/+11