summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* DmdAnal: Implement Boxity Analysis (#19871)Sebastian Graf2021-10-2451-438/+892
* WorkWrap: `isRecDataCon` should not eta-reduce NewTyCon field tys (#20539)Sebastian Graf2021-10-222-1/+8
* Refactor package importsSylvain Henry2021-10-2211-15/+23
* Add test for #19641Sylvain Henry2021-10-223-0/+44
* Use tcEqType in GHC.Core.Unify.uVarsheaf2021-10-2211-8/+55
* Bignum: allow Integer predicates to inline (#20361)Sylvain Henry2021-10-202-30/+35
* Make fields of GlobalRdrElt strictMatthew Pickering2021-10-201-1/+2
* Fix #19884: add warning to tags command, drop T10989Emily Martins2021-10-194-24/+0
* Care about specificity in pattern type argsRichard Eisenberg2021-10-195-0/+34
* Add performance test for ghci, -fno-code and reloading (#20509)Matthew Pickering2021-10-193-0/+48
* Add test for T20509Matthew Pickering2021-10-199-0/+80
* Remove DT_Failed stateMatthew Pickering2021-10-1925-16/+259
* driver: Correct output of -fno-code and -dynamic-tooMatthew Pickering2021-10-196-0/+20
* driver: Cleanups related to ModLocationMatthew Pickering2021-10-1912-7/+79
* Add test for implicit dynamic tooMatthew Pickering2021-10-195-0/+61
* tests: Remove $(CABAL_MINIMAL_CONFIGURATION) from T16219Matthew Pickering2021-10-192-1/+7
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-17184-323/+2044
* ghci: Explicitly store and restore interface file cacheMatthew Pickering2021-10-176-0/+15
* Null eventlog writerOleg Grenrus2021-10-152-0/+11
* EPA: Preserve semicolon order in annotationsAlan Zimmerman2021-10-144-4/+2123
* fuzzyLookup: More deterministic orderJoachim Breitner2021-10-149-15/+15
* Move BreakInfo into own moduleJoachim Breitner2021-10-142-2/+4
* Set logger flags in --backpack modesheaf2021-10-133-0/+30
* testsuite: remove 'req_smp' from testwsdequeZubin Duggal2021-10-131-1/+0
* hadrian: avoid building check-{exact,ppr} and count-deps when the tests don't...Zubin Duggal2021-10-132-147/+149
* testsuite: Run haddock tests on out of tree compilerZubin Duggal2021-10-131-4/+4
* Add GHCi recompilation performance testMatthew Pickering2021-10-123-0/+44
* testsuite: Clean up dynlib support predicatesBen Gamari2021-10-1214-34/+44
* testsuite: Move big-obj test from ghci/linking/dyn to ghci/linkingBen Gamari2021-10-127-9/+10
* testsuite: Make T12600 more robustBen Gamari2021-10-121-1/+1
* testsuite: Make recomp021 less environment-sensitiveBen Gamari2021-10-122-2/+2
* testsuite: Compile safeInfered tests with -v0Ben Gamari2021-10-1216-57/+14
* testsuite: Mark T14931 as requiring dynamic linkingBen Gamari2021-10-121-1/+1
* testsuite: Mark all ghci/linking/dyn tests as requiring dynamic linkingBen Gamari2021-10-121-0/+2
* testsuite: Mark ghcilink00[25] as requiring dynamic linkingBen Gamari2021-10-121-2/+4
* testsuite: Mark T13702 as requiring share librariesBen Gamari2021-10-121-1/+1
* testsuite: Drop :set from ghci scriptsBen Gamari2021-10-128-316/+2
* 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-0627-73/+101
* Disable -dynamic-too if -dynamic is also passedMatthew Pickering2021-10-064-0/+28