summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Make warnings for TH splices opt-inSebastian Graf2019-11-273-8/+17
* Remove prefix arrow support for GADTs (#17211)Krzysztof Gogolewski2019-11-252-7/+0
* Fix typosBrian Wignall2019-11-233-3/+3
* Stricten functions ins GHC.NaturalSebastian Graf2019-11-231-1/+1
* Prevent -optc arguments from being duplicated in reverse order (#17471)Ryan Scott2019-11-234-0/+20
* Take care to not eta-reduce jumps in CorePrepMatheus Magalhães de Alcantara2019-11-232-0/+24
* rts: Expose interface for configuring EventLogWritersBen Gamari2019-11-234-0/+55
* Strip parentheses in expressions contexts in error messagesVladislav Zavialov2019-11-1914-26/+26
* hpc: Fix encoding issues. Add test for and fix #17073Alexey Kuleshevich2019-11-194-0/+30
* testsuite: Increase width of stack003 testBen Gamari2019-11-191-5/+11
* Give seq a more precise type and remove magicBen Gamari2019-11-197-36/+36
* Make test 16916 more stable across runsIvan Kasatenko2019-11-171-2/+2
* testsuite: Don't collect residency for T4801Ben Gamari2019-11-171-1/+0
* testsuite: Increase acceptance window of T4801Ben Gamari2019-11-151-1/+1
* base: Bump version to 4.14.0.0Ben Gamari2019-11-1410-17/+14
* Print name prefixly in the Outputable instance for StandaloneKindSigRyan Scott2019-11-133-0/+18
* testsuite: Add test for #17458Ben Gamari2019-11-133-0/+59
* testsuite: Disable T4334 in nonmoving_thr waywip/alp/hadrian-ci-metricsfileBen Gamari2019-11-111-2/+3
* testsuite: Use small allocation area when measuring residencyBen Gamari2019-11-104-83/+23
* testsuite: Mark tests fragile in threaded2 as fragile in all concurrent waysBen Gamari2019-11-102-2/+2
* Fix #17405 by not checking imported equationsRichard Eisenberg2019-11-1012-73/+116
* Improve SPECIALIZE pragma error messages (Fixes #12126)Alina Banerjee2019-11-102-2/+2
* Use the right type in :forceSimon Peyton Jones2019-11-094-0/+26
* testsuite: Mark T16219 as fragile on WindowsBen Gamari2019-11-091-1/+2
* testsuite: Drop T7995Ben Gamari2019-11-093-12/+0
* testsuite: Fix putStrLn in saks028Ben Gamari2019-11-091-1/+2
* testsuite: Ignore stderr in PartialDownsweepBen Gamari2019-11-093-35/+1
* testsuite: Remove redundant cleaning logic from T16511Ben Gamari2019-11-091-3/+0
* testsuite: Mark T16219 as unbrokenBen Gamari2019-11-091-2/+1
* testsuite: Mark T11627b as fragileBen Gamari2019-11-091-2/+1
* testsuite: Mark T13676 as broken on Darwin and WindowsBen Gamari2019-11-091-2/+3
* testsuite: Fix header #include order on WindowsBen Gamari2019-11-091-2/+3
* testsuite: Skip T14931 on WindowsBen Gamari2019-11-091-1/+3
* testsuite: Skip T16916 on WindowsBen Gamari2019-11-091-1/+2
* SetLevels: Don't set context level when floating casesBen Gamari2019-11-083-1/+20
* Testsuite: Introduce req_rts_linkerStefan Schulze Frielinghaus2019-11-0815-37/+34
* Clean up TH's treatment of unary tuples (or, #16881 part two)Ryan Scott2019-11-0711-30/+98
* Check EmptyCase by simply adding a non-void constraintSebastian Graf2019-11-0525-33/+168
* testsuite: skip test requiring RTS linker on PowerPCPeter Trommler2019-11-0513-31/+21
* 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