summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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
* th: Weaken return type of myCoreToStgExprMatthew Pickering2021-07-192-0/+12
* Better sharing of join points (#19996)wip/T19557Simon Peyton Jones2021-07-192-0/+57
* Don't panic on 'no skolem info' and add failing testswip/no-skolem-panicZubin Duggal2021-07-139-0/+94
* driver: Fix interaction of -Wunused-packages and reexported-modulesMatthew Pickering2021-07-1316-0/+106
* Add proper GHCHints for most PsMessage constructorswip/adinapoli-issue-20055Alfredo Di Napoli2021-07-1233-53/+86
* Don't return unitExpr in dsWhenNoErrssheaf2021-07-104-0/+30
* Avoid unsafePerformIO for getProgNameSylvain Henry2021-07-093-4/+4
* Add TcRnIllegalViewPattern to TcRnMessageAlfredo Di Napoli2021-07-093-0/+12
* Add TcRnIllegalWildCardsInRecord to TcRnMessageAlfredo Di Napoli2021-07-093-0/+11
* Add TcRnIllegalFieldPunning to TcRnMessageAlfredo Di Napoli2021-07-091-3/+3
* Make throwto002 a normal (not reqlib) testMatthew Pickering2021-07-092-2/+1
* Remove reqlib from cgrun025 testMatthew Pickering2021-07-093-8/+8
* driver: Add test for #12983Matthew Pickering2021-07-079-0/+145
* driver: Convert runPipeline to use a free monadMatthew Pickering2021-07-073-5/+10
* Fix issue 20038 - Change 'variable' -> 'variables'Edward2021-07-063-3/+3
* Add test for executablePathFraser Tweedale2021-07-062-1/+51