summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Add rewriting to typechecking pluginssheaf2021-08-1315-42/+460
* Move `ol_witness` to `OverLitTc`Dr. ERDI Gergo2021-08-131-4/+0
* Modify InlineSpec data constructor (helps fix #18138)Alina Banerjee2021-08-114-5/+5
* Optimize Info Table Provenance Entries (IPEs) Map creation and lookupSven Tennie2021-08-119-0/+785
* Fix pprDepsSylvain Henry2021-08-101-1/+1
* Fix recomp021 localeSylvain Henry2021-08-101-1/+1
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-092-2/+2
* Remove ad-hoc fromIntegral rulesSylvain Henry2021-08-092-0/+1009
* testsuite: Add test for #20199Ben Gamari2021-08-094-0/+17
* Minor fix to pretty-printing of linear typesKrzysztof Gogolewski2021-08-053-0/+19
* Use Reductions to keep track of rewritingssheaf2021-08-042-2/+4
* Fix GHCi completion (#20101)Zubin Duggal2021-08-045-4/+18
* Linear types: fix linting of multiplicities (#19165)Krzysztof Gogolewski2021-08-041-1/+1
* Disable -fdefer-type-errors for linear types (#20083)Krzysztof Gogolewski2021-08-044-2/+30
* Correctly unload libs on GHCi with external iservTito Sacchi2021-08-031-2/+1
* Handle OverloadedRecordDot in TH (#20185)Zubin Duggal2021-08-034-0/+48
* Remove eager forcing of RuleInfo in substRuleInfoMatthew Pickering2021-08-033-0/+48
* Catch type-checker exceptions when splicingSimon Peyton Jones2021-08-023-0/+18
* Supply missing case for '.' inShayne Fletcher2021-08-023-3/+9
* Disallow nonlinear fields in Template Haskell (#18378)Krzysztof Gogolewski2021-08-027-0/+29
* Lookup string literals in top-level thunks (fix #16373)Sylvain Henry2021-08-023-0/+27
* Constant-fold unpackAppendCString (fix #20174)Sylvain Henry2021-08-023-0/+38
* testsuite: Add test for #20137Ben Gamari2021-08-025-0/+118
* Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener...Baldur Blöndal2021-08-024-0/+24
* PrimOps: Add CAS op for all int sizesPeter Trommler2021-08-022-0/+250
* ghc: Introduce --run modeBen Gamari2021-08-024-0/+13
* Reject pattern synonyms with linear types (#18806)Krzysztof Gogolewski2021-07-295-2/+13
* Add test for #18567Matthew Pickering2021-07-298-0/+68
* compiler: Name generated locals more descriptivelyBen Gamari2021-07-293-8/+11
* Port more DriverUnknownMessage into richer DriverMessage constructorsAlfredo Di Napoli2021-07-287-15/+15
* Update expected stderr for affected tests, which are not under Tc directoryCarrieMY2021-07-282-4/+4
* Fix type check error message grammar (fixes #20122)CarrieMY2021-07-288-52/+78
* Add a regression test for #17697Krzysztof Gogolewski2021-07-273-0/+15
* Parser: suggest TemplateHaskell on $$(...) (#20157)Krzysztof Gogolewski2021-07-275-0/+22
* Eliminate unnecessary unsafeEqualityProofSimon Peyton Jones2021-07-272-0/+21
* Eta expand through CallStacksSimon Peyton Jones2021-07-273-0/+162
* Make CallStacks work better with RebindableSyntaxSimon Peyton Jones2021-07-276-0/+111
* testsuite: Add more debug output on failure to call ghc-pkgMatthew Pickering2021-07-271-1/+1
* packaging: Create both versioned and unversioned executablesMatthew Pickering2021-07-271-0/+6
* rts: Introduce and use ExecPage abstractionBen Gamari2021-07-272-5/+5
* testsuite: Add test for #20142Ben Gamari2021-07-232-0/+31
* Introduce FinderLocations for decoupling Finder from DynFlagsFendor2021-07-232-2/+4
* Add test for #13157Matthew Pickering2021-07-233-0/+16
* Generalise reallyUnsafePtrEquality# and use itsheaf2021-07-238-0/+84
* Add nontrivial type-checking plugin testssheaf2021-07-2312-0/+454
* Fix #19931John Ericson2021-07-213-0/+37
* template-haskell: Add support for default declarationsMario Blažević2021-07-213-0/+18
* Refactor SuggestExtension constructor in GhcHintAlfredo Di Napoli2021-07-2110-25/+36
* driver: Fix recompilation for modules importing GHC.PrimMatthew Pickering2021-07-214-0/+12
* Don't duplicate constructors in the simplifierSimon Peyton Jones2021-07-193-1/+157