summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Multiple Home UnitsMatthew Pickering2021-12-28268-274/+1240
* Use POSIX-compliant egrep expression to fix T8832 on OpenBSDGreg Steuck2021-12-261-1/+1
* Fix typosKrzysztof Gogolewski2021-12-252-2/+2
* Properly filter for module visibility in resolvePackageImportMatthew Pickering2021-12-236-2/+38
* Mark T16525b as fragile on windowsMatthew Pickering2021-12-221-1/+1
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-22100-6737/+6
* Fix panic trying to -ddump-parsed-ast for implicit fixityAlan Zimmerman2021-12-226-1/+170
* Cmm: DynFlags to CmmConfig refactordoyougnu2021-12-222-4/+2
* Mark `linkwhole` test as expected broken on OpenBSD per #20841Greg Steuck2021-12-211-0/+1
* Only use -ldl conditionally to fix T3807Greg Steuck2021-12-211-1/+1
* Use libc++ instead of libstdc++ on openbsd in addition to freebsdGreg Steuck2021-12-211-1/+1
* Give plugins a better interface (#17957)Sylvain Henry2021-12-211-1/+3
* Rename -fcatch-bottoms to -fcatch-nonexhaustive-casesBen Gamari2021-12-211-5/+6
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2021-12-216-0/+98
* Add regression test for T20189Matthew Pickering2021-12-173-0/+20
* Regression test for renamer/typechecker performance (#20261)Ben Gamari2021-12-172-0/+1698
* Plugin load order should follow the commandline order (fixes #17884)Andrei Barbu2021-12-156-1/+52
* Test case from #19313Joachim Breitner2021-12-143-1/+20
* ghc-bin: Add --merge-objs modeBen Gamari2021-12-147-0/+39
* Ghci environment: Do not remove shadowed idsJoachim Breitner2021-12-1410-5/+134
* Data.Functor.Classes: fix Ord1 instance for DownVaibhav Sagar2021-12-143-0/+10
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-1211-53/+133
* Add PromotedInfixT/PromotedUInfixT to THJakob Brünker2021-12-113-0/+24
* Remove `optLevel` from `DynFlags` (closes #20500)Gergo ERDI2021-12-097-6/+12
* package imports: Take into account package visibility when renamingMatthew Pickering2021-12-0912-0/+128
* generalize GHC.Cmm.Dataflow to work over any node typeNorman Ramsey2021-12-072-0/+26
* Re-export GHC.Types from GHC.Extssheaf2021-12-071-2/+1
* More permissive parsing of higher-rank type IPssheaf2021-12-075-0/+33
* compiler: Eliminate accidental loop in GHC.SysTools.BaseDirBen Gamari2021-12-073-2/+12
* Revert "Data.List specialization to []"Matthew Pickering2021-12-0327-49/+53
* testsuite: Specify expected word-size of machop testsBen Gamari2021-12-021-7/+8
* CmmToC: Always cast arguments as unsignedBen Gamari2021-12-023-0/+5
* testsuite: Add testcases for various machop issuesBen Gamari2021-12-0211-0/+72
* Fix several quoting issues in testsuiteMatthew Pickering2021-12-012-6/+6
* Add failing test for #20674Matthew Pickering2021-12-015-0/+36
* Dump non-module specific info to file #20316Carrie Xu2021-12-014-0/+17
* Allow keywords which can be used as variables to be used with OverloadedDotSy...Matthew Pickering2021-11-262-0/+10
* Adapt plugin test caseKai Prott2021-11-261-1/+1
* Improve error message for mis-typed plugins #20671Kai Prott2021-11-261-1/+1
* Allow boring class declarations in hs-boot filessheaf2021-11-2512-0/+92
* GHCi Debugger - Improve RTTIRoland Senn2021-11-252-10/+10
* Don't use implicit lifting when deriving LiftMatthew Pickering2021-11-253-2/+14
* Enable UnboxedTuples in `genInst`, Fixes #20524CarrieMY2021-11-258-11/+29
* Make T14075 more robustMatthew Pickering2021-11-251-0/+2
* Correct retypechecking in --make modeMatthew Pickering2021-11-258-0/+69
* Combine STG free variable traversals (#17978)nineonine2021-11-234-34/+33
* Add a warning for GADT match + NoMonoLocalBinds (#20485)Krzysztof Gogolewski2021-11-236-1/+43
* Don't include types in test outputAndreas Klebinger2021-11-233-40/+27
* CmmSink: Be more aggressive in removing no-op assignments.Andreas Klebinger2021-11-237-0/+820
* Include "not more specific" info in overlap msgsheaf2021-11-2046-186/+185