summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-1215-5/+163
* Use local instances with least superclass depthRichard Eisenberg2021-11-122-0/+7
* Improve redundant-constraints warningRichard Eisenberg2021-11-124-2/+72
* Add regression test for #20598Sebastian Graf2021-11-115-0/+599
* testsuite: Convert hole fit performance tests into proper perf testsMatthew Pickering2021-11-116-6/+8
* Clarify hs-boot file default method restrictionssheaf2021-11-109-0/+91
* deriving: infer DatatypeContexts from data constructors, not type constructorRyan Scott2021-11-093-0/+16
* Default kind vars in tyfams with -XNoPolyKindssheaf2021-11-086-1/+57
* Pmc: Do inhabitation test for unlifted vars (#20631)Sebastian Graf2021-11-072-0/+26
* Print the Type kind qualified when ambiguous (#20627)Vladislav Zavialov2021-11-073-0/+31
* Add regression test for #20568Nikolay Yakimov2021-11-064-0/+31
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-0623-306/+151
* Remove target dependent CPP for Word64/Int64 (#11470)Sylvain Henry2021-11-066-0/+53
* Allow CApi FFI calls in GHCiMatthew Pickering2021-11-054-0/+10