summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support unlifted datatypes in GHCiLuite Stegeman2021-07-024-0/+110
* Detect underflow in fromIntegral/Int->Natural ruleSylvain Henry2021-07-023-0/+14
* Remove redundant test case print036.Roland Senn2021-07-013-4/+0
* [ci] Enable T6132 across all targetsMoritz Angermann2021-07-011-8/+1
* Dynflags: introduce DiagOptsSylvain Henry2021-07-014-5/+11
* Add testcase for #19460Roland Senn2021-07-014-0/+15
* Use HsExpansion for overloaded list patternssheaf2021-06-295-12/+4
* Revert "Make reallyUnsafePtrEquality# levity-polymorphic"Matthew Pickering2021-06-275-59/+0
* testsuite: Widen acceptance window of T12545 (#19414)Sebastian Graf2021-06-272-4/+44
* Add regression test for #17819Sebastian Graf2021-06-273-0/+331
* WorkWrap: Make mkWWstr and mkWWcpr generate fewer let bindingsSebastian Graf2021-06-271-4/+4
* WorkWrap: Remove mkWWargs (#19874)Sebastian Graf2021-06-2714-53/+73
* Tc: Allow Typeable in quantified constraintsJakob Brünker2021-06-272-0/+18
* Suggest similar names when reporting types in terms (#19978)Vladislav Zavialov2021-06-254-2/+50
* Add regression test for #19921Zubin Duggal2021-06-253-0/+39
* driver: Add test for T14923Matthew Pickering2021-06-253-0/+27
* driver: Add test for #17481Matthew Pickering2021-06-253-0/+37
* ghci: Add test for #18330Matthew Pickering2021-06-255-0/+23
* Make reallyUnsafePtrEquality# levity-polymorphicsheaf2021-06-255-0/+59
* Fixes around incomplete guards (#20023, #20024)Krzysztof Gogolewski2021-06-247-13/+13
* EPA: Bringing over tests and updates from ghc-exactprintAlan Zimmerman2021-06-2426-0/+981
* Fix desugaring with unboxed types (#19883)Krzysztof Gogolewski2021-06-242-0/+18
* Add some tests for sized primopsSylvain Henry2021-06-233-0/+1584