summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: Ensure that hs_try_putmvar003 terminatesBen Gamari2017-07-192-5/+9
* Make module membership on ModuleGraph fasterBartosz Nitka2017-07-181-1/+3
* Fix some excessive spacing in error messagesRyan Scott2017-07-123-14/+14
* testsuite: Again update allocations of T13701Ben Gamari2017-07-121-1/+2
* testsuite: Update haddock allocationsBen Gamari2017-07-121-2/+4
* [iserv] Fixing the word size for RemotePtr and toWordArrayBen Gamari2017-07-122-0/+30
* Mention which -Werror promoted a warning to an errorÖmer Sinan Ağacan2017-07-1120-81/+68
* testsuite: Show stderr output on command failureBen Gamari2017-07-111-1/+1
* testsuite: Fix T13701 allocations yet againBen Gamari2017-07-111-1/+1
* Parenthesize infix type names in data declarations in TH printerEugene Akentyev2017-07-112-4/+4
* Fix #13947 by checking for unbounded names moreRyan Scott2017-07-113-0/+9
* Fix #13948 by being pickier about when to suggest DataKindsRyan Scott2017-07-1113-24/+5
* Fix logic error in GhcMake.enableCodeGenForTHDouglas Wilson2017-07-116-0/+33