summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Implement pointer tagging for big families (#14373)Gabor Greif2019-12-0616-2/+179
* Parenthesize the * kind in TH.PprVladislav Zavialov2019-12-055-2/+17
* Pretty-printing of the * kindVladislav Zavialov2019-12-0519-82/+77
* testsuite: Use colors more consistentlyBen Gamari2019-12-052-9/+12
* testsuite: Make performance metric summary more readableBen Gamari2019-12-054-20/+53
* testsuite: Factor out terminal coloringBen Gamari2019-12-054-19/+36
* testsuite: Disable divByZero on non-NCG targetsBen Gamari2019-12-051-0/+4
* Test proxy-polymorphic sameNat and sameSymbolBodigrim2019-12-052-0/+25
* Make sameNat and sameSymbol proxy-polymorphicBodigrim2019-12-051-4/+2
* Improve error messages for SCC pragmasVladislav Zavialov2019-12-052-2/+4
* Meaning-preserving SCC annotations (#15730)Vladislav Zavialov2019-12-0511-5/+30
* Simplify uniqAwayBen Gamari2019-12-033-3/+3
* Drop Uniquable constraint for AnnTargetBen Gamari2019-12-032-2/+2
* Add constant folding rule (#16402)Sylvain Henry2019-12-033-0/+56
* Add `timesInt2#` primopSylvain Henry2019-12-022-0/+99
* testsuite: Simplify Python <3.5 fallback for TextIOBen Gamari2019-12-021-2/+5
* Fix more typosBrian Wignall2019-12-029-10/+10
* API Annotations: Unicode '->' on HsForallTyAlan Zimmerman2019-12-024-0/+37
* testsuite: Don't override LD_LIBRARY_PATH, only prependBen Gamari2019-12-021-1/+1
* testsuite: Fix location of typing_stubs moduleBen Gamari2019-12-021-0/+23
* Improve tests for #17171Roland Senn2019-11-302-6/+5
* Remove HasSrcSpan (#17494)Vladislav Zavialov2019-11-303-10/+6
* Factor out HsSCC/HsCoreAnn/HsTickPragma into HsPragEwip/hs-pragVladislav Zavialov2019-11-284-6/+9
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-2822-26/+26
* Whitespace-sensitive bang patterns (#1087, #17162)wip/whitespace-and-lookaheadVladislav Zavialov2019-11-27158-372/+513
* 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: don't collect compiler stats in collect_runtime_residencyAlp Mestanogullari2019-11-121-1/+1
* testsuite: Disable T4334 in nonmoving_thr waywip/alp/hadrian-ci-metricsfileBen Gamari2019-11-111-2/+3
* testsuite: Don't check_stats at runtime if not requestedwip/T17387Ben Gamari2019-11-101-4/+9
* testsuite: Use small allocation area when measuring residencyBen Gamari2019-11-105-83/+67
* 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