summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Support LIBRARY_PATH and LD_LIBRARY_PATH in rtsBen Gamari2018-01-156-0/+30
* Kill off irrefutable pattern errorsDavid Feuer2018-01-153-3/+3
* Rename -frule-check to -drule-check and documentMatthew Pickering2018-01-152-2/+2
* Support constructor Haddocks in more placesAlec Theriault2018-01-1224-11/+157
* Lift constructor tag allocation out of a loopBartosz Nitka2018-01-102-0/+37
* Fix two more bugs in partial signaturesSimon Peyton Jones2018-01-097-4/+41
* Fix join-point decisionSimon Peyton Jones2018-01-092-0/+77
* Improve accuracy of get/setAllocationCounterSimon Marlow2018-01-083-0/+27
* Fix another obscure pattern-synonym crashSimon Peyton Jones2018-01-053-0/+28
* Improve pretty-printing for pattern synonymsSimon Peyton Jones2018-01-052-14/+24
* Fix deep, dark corner of pattern synonymsSimon Peyton Jones2018-01-043-0/+53
* Drop dead Given bindings in setImplicationStatusSimon Peyton Jones2018-01-046-19/+36
* Make typeToLHsType produce kind signatures for tycon applicationsRyan Scott2018-01-033-7/+27
* No deferred type errors under a forallSimon Peyton Jones2018-01-033-0/+25
* Get evaluated-ness right in the back endSimon Peyton Jones2018-01-0315-127/+170
* Fix OptCoercionSimon Peyton Jones2018-01-033-0/+45
* Rename HEq_sc and Coercible_sc to heq_sel and coercible_selMatthew Pickering2018-01-022-4/+4
* Fix #14608 by restoring an unboxed tuple checkRyan Scott2018-01-024-0/+12
* Windows: fix all failing tests.Tamar Christina2018-01-0219-175/+90
* Fix #14618 by applying a subst in deeplyInstantiateRichard Eisenberg2017-12-263-0/+35
* Typos in commentsGabor Greif2017-12-211-1/+1
* Fix floating of equalitiesSimon Peyton Jones2017-12-217-10/+125
* Check for bogus quantified tyvars in partial type sigsSimon Peyton Jones2017-12-213-0/+20
* Improve treatment of sectioned holesRyan Scott2017-12-203-0/+272
* Remove hack put in place for #12512Ryan Scott2017-12-201-2/+4
* Fix #14588 by checking for more bang patternsRyan Scott2017-12-203-0/+8
* Fix #14578 by checking isCompoundHsType in more placesRyan Scott2017-12-203-0/+131
* Get rid of some stuttering in comments and docsGabor Greif2017-12-191-1/+1
* testsuite: Semigroup/Monoid compat for T3001-2Ben Gamari2017-12-181-1/+4
* testsuite: Exit with non-zero exit code when tests failBen Gamari2017-12-181-1/+8
* Blackholes can be large objects (#14497)Simon Marlow2017-12-183-0/+15
* Fix scoping of pattern-synonym existentialsSimon Peyton Jones2017-12-188-17/+56
* Add missing case to HsExpr.isMonadFailStmtContextSimon Peyton Jones2017-12-183-0/+15
* Fix tcDataKindSigSimon Peyton Jones2017-12-153-1/+15
* Fix #14135 by validity checking matchesCarlos Tomé2017-12-143-0/+21
* Fix an outright bug in the unflattenerSimon Peyton Jones2017-12-142-0/+35
* Add test for Trac #14580Simon Peyton Jones2017-12-143-0/+15
* Further improvements to well-kinded typesSimon Peyton Jones2017-12-133-4/+4
* Re-centre perf for T5321FunSimon Peyton Jones2017-12-131-1/+2
* Add missing stderr for Trac #14561Simon Peyton Jones2017-12-131-1/+5
* Detect levity-polymorphic uses of unsafeCoerce#Simon Peyton Jones2017-12-133-0/+20
* Add regression test for #14040Ryan Scott2017-12-123-0/+83
* Allow users to ignore optimization changesDavid Feuer2017-12-1111-3/+41
* Only look for locales of the form LL.VVGabor Greif2017-12-111-1/+1
* Fix SigTvs at the kind levelSimon Peyton Jones2017-12-118-1/+54
* Build only well-kinded types in type checkerSimon Peyton Jones2017-12-117-0/+95
* Refactor ConDecl: Trac #14529Simon Peyton Jones2017-12-079-120/+110
* Cache TypeRep kinds aggressivelyDavid Feuer2017-12-016-7/+7
* Handle CPP properly in BackpackEdward Z. Yang2017-11-301-0/+1
* Make use of boot TyThings during typechecking.Edward Z. Yang2017-11-307-5/+24