summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Test-suite: fix geometric mean of empty listsheaf2021-12-031-2/+5
* 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-013-7/+7
* testsuite: Print geometric mean of stat metricsBen Gamari2021-12-011-0/+14
* 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
* testsuite: debounce title updatesZubin Duggal2021-11-251-5/+20
* 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-234-45/+32
* CmmSink: Be more aggressive in removing no-op assignments.Andreas Klebinger2021-11-238-3/+840
* Include "not more specific" info in overlap msgsheaf2021-11-2046-186/+185
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-202-0/+3
* More support for optional home-unitSylvain Henry2021-11-201-1/+1
* Bump deepseq submodule to 1.4.7.0-preBen Gamari2021-11-201-1/+1
* testsuite: Use libc++ rather than libstdc++ in objcpp-hiBen Gamari2021-11-181-2/+1
* Bump Cabal submoduleBen Gamari2021-11-181-3/+0
* testsuite: check for FlexibleContexts in T17563Vladislav Zavialov2021-11-182-8/+9
* Revert "base: Use one-shot kqueue on macOS"Matthew Pickering2021-11-181-0/+0
* testsuite: disable some tests when we don't have dynamic librariesZubin Duggal2021-11-184-4/+7
* Improve handling of import statements in GHCi (#20473)Morrow2021-11-1711-5/+19
* testsuite: Refactor pmcheck all.TSebastian Graf2021-11-172-231/+122
* Pmc: Don't case split on wildcard matches (#20642)Sebastian Graf2021-11-1731-121/+139
* Increase type sharingBen Gamari2021-11-1713-33/+25
* Instantiate field types properly in stock-derived instancesRyan Scott2021-11-157-22/+199
* Add regression test for #20663Sebastian Graf2021-11-123-0/+156
* Get the in-scope set right in simplArgSimon Peyton Jones2021-11-122-0/+28