summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Separate `LPat` from `Pat` on the type-levelSebastian Graf2019-11-021-8/+6
* Make CSE delay inlining lessSimon Peyton Jones2019-11-017-5/+23
* testsuite: Add test for #17423Ben Gamari2019-11-012-0/+38
* template-haskell: require at least 1 GADT constructor name (#17379)Adam Sandberg Eriksson2019-11-015-0/+26
* testsuite: Make ExplicitForAllRules1 more robustBen Gamari2019-11-012-11/+15
* Add another test for #17267Simon Peyton Jones2019-11-013-0/+41
* Fix running of ratio test casetaylorfausak2019-11-011-1/+1
* Add tests for rounding ratiostaylorfausak2019-11-012-0/+42
* Whitespace forward compatibility for proposal #229Vladislav Zavialov2019-10-3014-43/+23
* 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