summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Fix quoting of $(TEST_HC) in T12674Ben Gamari2019-10-291-2/+2
* Attach API Annotations for {-# SOURCE #-} import pragmaAlan Zimmerman2019-10-284-0/+48
* Refactor TcDeriv to validity-check less in anyclass/via deriving (#13154)Ryan Scott2019-10-286-1/+123
* Fix #15344: use fail when desugaring applicative-doJosef Svenningsson2019-10-288-9/+234
* Parenthesize nullary constraint tuples using sigPrec (#17403)Ryan Scott2019-10-274-0/+12
* testsuite: Skip regalloc_unit_tests unless have_ncgBen Gamari2019-10-261-0/+1
* Fix #14690 - :steplocal panics after break-on-errorRoland Senn2019-10-264-0/+19
* Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin2019-10-263-0/+90
* testsuite: Use fragile modifier in TH_foreignInterruptibleBen Gamari2019-10-251-2/+1
* testsuite: Mark T13786 as fragile in unreg buildBen Gamari2019-10-251-1/+3
* Mark promoted InfixT names as IsPromoted (#17394)Ryan Scott2019-10-243-0/+19
* Make isTcLevPoly more conservative with newtypes (#17360)Ryan Scott2019-10-243-0/+18
* Parenthesize GADT return types in pprIfaceConDecl (#17384)Ryan Scott2019-10-244-0/+16
* Merge non-moving garbage collectorBen Gamari2019-10-236-55/+123
|\
| * testsuite: Don't run T7160 in nonmoving_thr waysBen Gamari2019-10-221-1/+1
| * testsuite: Don't run T9630 in nonmoving waysBen Gamari2019-10-221-1/+3
| * testsuite: Skip T15892 in nonmoving_thr_ghcBen Gamari2019-10-221-1/+1
| * testsuite: bug1010 requires -c, which isn't supported by nonmovingBen Gamari2019-10-221-1/+4
| * testsuite: Ensure that threaded tests are run in nonmoving_thrBen Gamari2019-10-222-9/+13
| * testsuite: Nonmoving collector doesn't support -G1Ben Gamari2019-10-221-1/+2
| * testsuite: Don't run T15892 in nonmoving waysBen Gamari2019-10-221-3/+5
| * testsuite: Add nonmoving_thr_ghc wayBen Gamari2019-10-221-1/+4
| * testsuite: Add nonmoving_thr wayBen Gamari2019-10-221-3/+6
| * testsuite: Add nonmoving WAYBen Gamari2019-10-201-2/+5
| * rts/BlockAlloc: Allow aligned allocation requestswip/gc/aligned-block-allocationÖmer Sinan Ağacan2019-10-181-37/+84
* | Add new flag for unarised STG dumpsÖmer Sinan Ağacan2019-10-231-34/+1
* | Performance tests: Reduce acceptance threshold for bytes allocated testsMatthew Pickering2019-10-231-41/+41
* | Fix bug in the x86 backend involving the CFG.Andreas Klebinger2019-10-231-144/+240
* | Allow command name resolution for GHCi commands with option `!` #17345Takenobu Tani2019-10-233-0/+12
* | Reify oversaturated data family instances correctly (#17296)Ryan Scott2019-10-233-0/+57
* | compiler: introduce DynFlags pluginsAlp Mestanogullari2019-10-237-0/+80
* | Implement a coverage checker for injectivityRichard Eisenberg2019-10-2320-24/+107
* | CI: Always dump performance metrics.David Eichmann2019-10-226-20/+37
* | Windows: Update tarballs to GCC 9.2 and remove MAX_PATH limit.Tamar Christina2019-10-206-12/+10
|/
* testsuite: Assert that testsuite ways are knownBen Gamari2019-10-172-28/+50
* testsuite: Ensure that makefile tests get runBen Gamari2019-10-1711-21/+24
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-162-2/+4
* Infer rho-types instead of sigma-types in guard BindStmts and TransStmtsSebastian Graf2019-10-163-0/+13
* testsuite: Add test for #8305Takenobu Tani2019-10-163-0/+45
* Compiling with -S and -fno-code no longer panics (fixes #17143)adithyaov2019-10-163-0/+6
* Don't skip validity checks for built-in classes (#17355)Ryan Scott2019-10-153-0/+21
* Fix #17334 where NCG did not properly update the CFG.wip/andreask/17334Andreas Klebinger2019-10-132-0/+150
* Template Haskell: make unary tuples legal (#16881)nineonine2019-10-136-20/+55
* Do not add a 'solved dict' for quantified constraintsSimon Peyton Jones2019-10-1211-0/+209
* Fix validity checking for inferred typesSimon Peyton Jones2019-10-124-0/+17
* Use newDFunName for both manual and derived instances (#17339)Ryan Scott2019-10-123-0/+42
* Skip T13767 on DarwinVladislav Zavialov2019-10-121-1/+3
* Escape stats file command (#13676)Vladislav Zavialov2019-10-123-0/+49
* Much simpler language for PmCheckSebastian Graf2019-10-113-2/+8
* Use addUsedDataCons more judiciously in TcDeriv (#17324)Ryan Scott2019-10-093-0/+22