summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Modules: Driver (#13009)Sylvain Henry2020-02-2154-75/+75
* Parser API annotations: RealSrcLocVladislav Zavialov2020-02-2141-101/+149
* TH: wrapGenSyns, don't split the element type too muchMatthew Pickering2020-02-212-0/+65
* Generalize liftData to work over any Quote (#17857)Ryan Scott2020-02-203-2/+17
* Fix #17724 by having occAnal preserve used bindings.Andreas Klebinger2020-02-204-0/+121
* Enable -Wstar-is-type in -WallBen Gamari2020-02-201-1/+1
* Normalize types when dropping absent arguments from workersAlexis King2020-02-203-0/+12
* Fix #17832: Weird handling of exports named main in 8.10-rc1Roland Senn2020-02-204-0/+10
* Fix testsuite on powerpc64lePeter Trommler2020-02-207-20/+22
* Re-implement unsafe coercions in terms of unsafe equality proofsSimon Peyton Jones2020-02-2013-23/+29
* Fix testsuite driver output (#17847)Vladislav Zavialov2020-02-181-1/+1
* Fix unboxed tuple size limit (#17837)Joshua Price2020-02-182-0/+47
* If a :reload finds syntax errors in the module graph, remove the loaded modul...Roland Senn2020-02-183-1/+5
* testsuite: Probe whether symlinks are usable on WindowsBen Gamari2020-02-161-1/+23
* testsuite: Sort test names in expected change outputBen Gamari2020-02-151-3/+3
* testsuite: Assert the opsys names are knownBen Gamari2020-02-141-0/+11
* testsuite: Mark T7702 as fragile on WindowsBen Gamari2020-02-141-1/+1
* testsuite/T16930: Don't rely on gnu grep specific --includeBen Gamari2020-02-142-12/+12
* testsuite: Mark T6132 as broken on FreeBSDBen Gamari2020-02-141-1/+3
* testsuite: Disable tests that assume name of libstdc++ on FreeBSDBen Gamari2020-02-142-3/+16
* testsuite: Don't ask sed to operate in-place on symlinksBen Gamari2020-02-141-0/+4
* Add test for #17648Ömer Sinan Ağacan2020-02-143-0/+29
* Always display inferred variables using bracesKrzysztof Gogolewski2020-02-1286-331/+412
* Separate CPR analysis from the Demand analyserwip/sep-cprSebastian Graf2020-02-1231-169/+294
* Add regression test for #12926Ömer Sinan Ağacan2020-02-122-0/+37
* Fix naming of tests for #12923Ömer Sinan Ağacan2020-02-124-3/+3
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-1210-12/+12
* TemplateHaskellQuotes: Allow nested splicesMatthew Pickering2020-02-119-3/+54
* Add arithmetic exception primops (#14664)Sylvain Henry2020-02-113-0/+21
* Do not create nested quantified constraintsRichard Eisenberg2020-02-115-2/+72
* Fix long distance info for record updatesSebastian Graf2020-02-102-0/+11
* Add regression test for #13142Ömer Sinan Ağacan2020-02-092-0/+161
* Fix #14628: Panic (No skolem Info) in GHCiRoland Senn2020-02-095-0/+36
* Add a test for #15712Krzysztof Gogolewski2020-02-093-0/+25
* Add regression test for #12760Ömer Sinan Ağacan2020-02-082-0/+37
* testsuite: Add test for #15316Ben Gamari2020-02-083-0/+28
* Introduce -Wcompat-unqualified-importsBen Gamari2020-02-087-0/+37
* testsuite: Fix -Wcompat-unqualified-imports issuesBen Gamari2020-02-0889-95/+128
* Fix hs_try_putmvar losing track of running capDylan Yudaken2020-02-082-0/+23
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-085-54/+48
* Add regression test for #17773Ryan Scott2020-02-053-0/+32
* testlib: Extend existing *_opts in extra_*_optsÖmer Sinan Ağacan2020-02-052-7/+10
* PmCheck: Record type constraints arising from existentials in `PmCoreCt`sSebastian Graf2020-02-052-0/+29
* Fix scoping of TyCon binders in TcTyClsDeclsSimon Peyton Jones2020-02-0111-4/+75
* Improve skolemisationSimon Peyton Jones2020-02-0117-23/+23
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-3121-159/+74
* testsuite: Don't crash on encoding failure in printBen Gamari2020-01-311-8/+12
* Use splitLHs{ForAll,Sigma}TyInvis throughout the codebaseRyan Scott2020-01-275-0/+30
* Do not bring visible foralls into scope in hsScopedTvswip/T17687Ryan Scott2020-01-253-0/+13
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-253-11/+11