summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Change affected tests stderrCarrie Xu2021-10-122-4/+9
* Add Hint to "Empty 'do' block" Error Message#20147Carrie Xu2021-10-123-0/+12
* driver: Fix assertion failure on self-importMatthew Pickering2021-10-104-0/+11
* Reject GADT pattern matches in arrow notationsheaf2021-10-0927-19/+215
* Add defaulting plugins.Andrei Barbu2021-10-0816-11/+273
* Fix -E -fno-code undesirable interactions #20439CarrieMY2021-10-082-0/+4
* Normalise output of T20199 testMatthew Pickering2021-10-081-1/+2
* New test case: Variant of T14052 with data type definitionsJoachim Breitner2021-10-083-0/+1011
* Don't link plugins' units with target code (#20218)Sylvain Henry2021-10-088-0/+95
* Recover test case for T11547Joachim Breitner2021-10-074-0/+19
* Bignum: allow naturalToWordClamp/Negate/Signum to inline (#20361)Sylvain Henry2021-10-071-17/+16
* Improve overlap error for polykinded constraintssheaf2021-10-0628-74/+104
* Disable -dynamic-too if -dynamic is also passedMatthew Pickering2021-10-064-0/+28
* CprAnal: Two regression testsSebastian Graf2021-10-065-0/+70
* Add a regression test for #13233sheaf2021-10-063-0/+62
* EPA: Remove duplicate AnnOpenP/AnnCloseP in DataDeclAlan Zimmerman2021-10-064-11/+605
* Constant folding for (.&.) maxBound (#20448)Sylvain Henry2021-10-053-0/+64
* Ensure top-level binders in scope in SetLevelsSimon Peyton Jones2021-10-054-0/+29
* Eradicate TcRnUnknownMessage from GHC.Tc.DerivAlfredo Di Napoli2021-10-0531-29/+81
* CprAnal: Activate Sum CPR for local bindingsSebastian Graf2021-10-052-10/+36
* WorkWrap: Nuke CPR signatures of join points (#18824)Sebastian Graf2021-10-053-1/+50
* Reject type family equation with wrong name (#20260)Krzysztof Gogolewski2021-10-053-0/+15
* Speed up valid hole-fits by adding early abort and checks.Matthías Páll Gissurarson2021-10-057-0/+781
* Add a regression test for #17723sheaf2021-10-044-0/+32
* Bump TcLevel of failing kind equality implicationsheaf2021-10-043-0/+28
* Bespoke TokenLocation data typeVladislav Zavialov2021-10-048-156/+66
* Constant folding for negate (#20347)Sylvain Henry2021-10-043-0/+30
* Use eqType, not tcEqType, in metavar kind checkRichard Eisenberg2021-10-023-0/+26
* Recompilation: Handle -plugin-package correctlyMatthew Pickering2021-09-303-0/+16
* Rules for sized conversion primops (#19769)Sylvain Henry2021-09-309-1/+180
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-3028-195/+889
* testsuite: Make cabal01 more robust to large environmentsMatthew Pickering2021-09-301-2/+8
* Add tests for T17820Andrea Condoluci2021-09-2911-0/+69
* Compare FunTys as if they were TyConApps.Richard Eisenberg2021-09-292-0/+20
* Add `-dsuppress-core-sizes` flag (#20342)Sylvain Henry2021-09-2820-0/+179
* Remove NoGhcTc usage from HsMatchContextArtyom Kuznetsov2021-09-281-1/+1
* Constant-folding for timesInt2# (#20374)Sylvain Henry2021-09-233-0/+61
* testsuite: Ensure that C++11 is used in T20199Ben Gamari2021-09-231-1/+1
* testsuite: Fix gnu sed-ismBen Gamari2021-09-232-2/+2
* testsuite: Don't use cc directly in section_alignment testBen Gamari2021-09-231-1/+1
* testsuite: Make unsigned_reloc_macho_x64 and section_alignment makefile_testsBen Gamari2021-09-231-2/+2
* testsuite: Fix ipeMapBen Gamari2021-09-231-0/+1
* testsuite: Pass CFLAGS to hsc2hs testsBen Gamari2021-09-232-10/+13
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-2315-63/+199
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-237-16/+283
* deriving: Always use module prefix in dataTypeNameMatthew Pickering2021-09-186-50/+75
* WorkWrap: Update Note [Wrapper activation] (#15056)Sebastian Graf2021-09-182-2/+5
* Add more instances for SoloDavid Feuer2021-09-184-5/+5
* Testsuite: Mark T12903 as fragile on i386Matthew Pickering2021-09-171-0/+1
* Constant folding for ctz/clz/popCnt (#20376)Sylvain Henry2021-09-173-0/+97