summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Allow bundling pattern synonyms with exported data familiesRyan Scott2017-08-013-0/+28
* KnownUniques: Handle DataCon wrapper namesBen Gamari2017-08-013-0/+17
* Reject top-level banged bindingsSimon Peyton Jones2017-07-312-1/+4
* Improve the desugaring of -XStrictSimon Peyton Jones2017-07-312-3/+2
* Typofixes [ci skip]Gabor Greif2017-07-301-1/+1
* Follow-up to #13887, for promoted infix constructorsRyan Scott2017-07-295-4/+22
* Add regression test for #14055Ryan Scott2017-07-293-0/+13
* Fix #14045 by omitting an unnecessary checkRichard Eisenberg2017-07-298-3/+36
* Ensure that GHC.Stack.callStack doesn't failBen Gamari2017-07-281-0/+6
* Add rtsopts ignore and ignoreAll.Andreas Klebinger2017-07-2812-0/+72
* Fix hs-boot knot-tying with record wild cards.Edward Z. Yang2017-07-286-0/+23
* testsuite: Don't pass allow_abbrevBen Gamari2017-07-281-2/+1
* testsuite: Add test for #14028Ben Gamari2017-07-285-0/+27
* testsuite: Produce JUnit outputBen Gamari2017-07-285-0/+49
* Switched out optparse for argparse in runtests.pyJared Weakly2017-07-282-80/+60
* Add regression tests for #13601, #13780, #13877Ryan Scott2017-07-2811-0/+212
* Merge types and kinds in DsMetaRyan Scott2017-07-285-10/+6
* Error eagerly after renaming failures in reifyInstancesRyan Scott2017-07-283-0/+21
* Do not discard insolubles in implicationsSimon Peyton Jones2017-07-287-20/+52
* Fix instantiation of pattern synonymsSimon Peyton Jones2017-07-282-0/+34
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-272-3/+2
* Fix #12369 by being more flexible with data instsRichard Eisenberg2017-07-277-26/+49
* Fix #12176 by being a bit more careful instantiating.Richard Eisenberg2017-07-272-0/+19
* Fix #11963 by checking for more mixed type/kindsRichard Eisenberg2017-07-273-1/+50
* Track visibility in TypeEqOriginRichard Eisenberg2017-07-275-5/+14
* Fix #13819 by refactoring TypeEqOrigin.uo_thingRichard Eisenberg2017-07-2724-77/+74
* Preserve CoVar uniques during pretty printingRichard Eisenberg2017-07-271-1/+1
* Test #11672 in typecheck/should_fail/T11672.Richard Eisenberg2017-07-273-0/+32
* Improve error messages around kind mismatches.Richard Eisenberg2017-07-2731-120/+219
* Fix #13968 by consulting isBuiltInOcc_maybeRyan Scott2017-07-263-0/+10
* Fix note references and some typosGabor Greif2017-07-261-1/+1
* Test Trac #14033Simon Peyton Jones2017-07-263-0/+17
* Fix binder visiblity for default methodsSimon Peyton Jones2017-07-262-0/+44
* Fix #10684 by processing deriving clauses with finer grainRyan Scott2017-07-255-0/+24
* Fix import error with -XPackageImports when the module has a duplicate nameEugene Akentyev2017-07-241-1/+1
* testsuite: Add testcase for #13168Ben Gamari2017-07-2410-0/+62
* testsuite: Fix cabal01 for real this timeBen Gamari2017-07-231-1/+1
* ghc-prim: Bump versionBen Gamari2017-07-2361-63/+63
* Bump integer-gmp versionBen Gamari2017-07-231-2/+2
* Fix ungrammatical error messageRyan Scott2017-07-211-1/+1
* HsPat: Assume that no spliced patterns are irrefutableBen Gamari2017-07-202-0/+10
* Revert "testsuite: Add test for #13916"Ben Gamari2017-07-203-169/+0
* testsuite: Add test for #13916Ben Gamari2017-07-203-0/+169
* Make IfaceAxiom typechecking lazier.Edward Z. Yang2017-07-208-0/+41
* Fix busy-wait in SysTools.builderMainLoopDouglas Wilson2017-07-201-1/+2
* testsuite: Pipe stdin directly to processBen Gamari2017-07-201-11/+5
* Spelling fixesGabor Greif2017-07-201-1/+1
* Typeable: Ensure that promoted data family instance tycons get bindingsBen Gamari2017-07-195-1/+27
* Fix #13983 by creating a TyConFlavour type, and using itRyan Scott2017-07-194-1/+17
* Allow visible type application for []Ryan Scott2017-07-192-0/+6