summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Converts diagnostics for two errors in Ghc.Tc.Module (#19926)Aaron Allen2021-06-236-0/+27
* [testsuite] mark T3007 broken on darwin.Moritz Angermann2021-06-231-1/+2
* ghci: Correct free variable calculation in StgToByteCodeMatthew Pickering2021-06-232-0/+2
* Enable TcPlugin tests on Windowssheaf2021-06-231-4/+4
* testsuite: Don't try to run tests with missing librariesMatthew Pickering2021-06-232-7/+7
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-06-232-6/+24
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-226-25/+7
* Put tracing functions into their own moduleSylvain Henry2021-06-222-2/+6
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-06-191-0/+11
* Deprecate -Wmissing-monadfail-instances (#17875)Krzysztof Gogolewski2021-06-195-5/+1
* RTS: Fix flag parsing for --eventlog-flush-intervalMatthew Pickering2021-06-192-0/+8
* Improve pretty-printing of coercionsSimon Peyton Jones2021-06-182-5/+27
* Enhance cast worker/wrapper for INLINABLESimon Peyton Jones2021-06-186-45/+191
* Fix error message for record updates, #19972Krzysztof Gogolewski2021-06-161-6/+4
* profiling: Look in RHS of rules for cost centre ticksMatthew Pickering2021-06-1614-0/+3773
* HsUniToken and HsToken for HsArrow (#19623)Vladislav Zavialov2021-06-167-65/+227
* Fix INLINE pragmas in desugarerSimon Peyton Jones2021-06-103-0/+54
* Reword: representation instead of levitysheaf2021-06-1025-61/+69
* Add (broken) test for #19966Matthew Pickering2021-06-102-0/+8
* Added a regression test, this would trigger a Core Lint error before GHC 9Baldur Blöndal2021-06-092-0/+39
* Introduce `hsExprType :: HsExpr GhcTc -> Type` in the new modulewip/hsExprTypeRyan Scott2021-06-082-10/+12