summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: decrease length001 timeout for JS (#22921)Sylvain Henry2023-02-101-2/+5
* Refactor the simplifier a bit to fix #22761Simon Peyton Jones2023-02-103-0/+45
* JS generated refs: update testsuite conditionsJosh Meredith2023-02-095-6/+6
* EPA: Comment between module and where should be in header commentsAlan Zimmerman2023-02-087-68/+283
* testsuite: use concurrent.futures.ThreadPoolExecutor in the driverCheng Shao2023-02-083-56/+24
* testsuite: remove config.use_threadsCheng Shao2023-02-083-25/+13
* Revert "Don't keep exit join points so much"Matthew Pickering2023-02-085-163/+27
* Fix tyvar scoping within class SPECIALISE pragmassheaf2023-02-082-0/+11
* testsuite: Fix Python warnings (#22856)Krzysztof Gogolewski2023-02-072-12/+13
* Don't allow . in overloaded labelssheaf2023-02-072-6/+8
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-065-8/+8
* Update JavaScript fileStat to match Emscripten layoutwip/js-fileStatJosh Meredith2023-02-063-5/+5
* Revert "Use fix-sized bit-fiddling primops for fixed size boxed types"Ben Gamari2023-02-042-37/+83
* linker: Fix BFD import librariesTamar Christina2023-02-035-8/+4
* Disable unfolding sharing for interface files with core definitionsMatthew Pickering2023-02-028-0/+39
* CI: JavaScript backend runs testsuitedoyougnu2023-02-0221-27/+28
* compiler: Implement higher order patterns in the rule matcherJaro Reinders2023-02-023-0/+77
* Treat existentials correctly in dubiousDataConInstArgTysSimon Peyton Jones2023-02-012-1/+16
* Improve treatment of type applications in patternswip/T19847Simon Peyton Jones2023-02-019-0/+188
* compiler: properly handle non-word-sized CmmSwitch scrutinees in the wasm NCGwip/T21776Cheng Shao2023-01-314-0/+40
* testsuite: Add regression test for #22798Ben Gamari2023-01-312-0/+376
* Support "unusable UNPACK pragma" warning with -O0Krzysztof Gogolewski2023-01-313-3/+3
* Improve exprOkForSpeculation for classopsSimon Peyton Jones2023-01-313-0/+52
* testsuite: use tgamma for cg007Cheng Shao2023-01-311-3/+2
* Take account of loop breakers in specLookupRuleSimon Peyton Jones2023-01-302-0/+21
* Fix two bugs in TypeData TH reificationRyan Scott2023-01-305-0/+36
* Handle `type data` properly in tyThingParent_maybeRyan Scott2023-01-304-0/+18
* ghc-the-library: Retain cafs in both static in dynamic builds.Andreas Klebinger2023-01-301-0/+2
* Convert diagnostics in GHC.Rename.Bind to proper TcRnMessage (#20115)Andrei Borzenkov2023-01-2827-19/+105
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-01-284-0/+23
* Revert "CApiFFI: add ConstPtr for encoding const-qualified pointer return typ...Ben Gamari2023-01-284-22/+0
* testsuite: Fix race in UnliftedTVar2Ben Gamari2023-01-272-2/+7
* testsuite: Introduce threaded2_sanity wayBen Gamari2023-01-271-1/+3
* Avoid orphans in STGSimon Peyton Jones2023-01-272-0/+2
* Report family instance orphans correctlySimon Peyton Jones2023-01-2713-3/+76
* Detect family instance orphans correctlySimon Peyton Jones2023-01-276-0/+42
* Replace errors from badOrigBinding with new one (#22839)Andrei Borzenkov2023-01-276-16/+28
* Do newtype unwrapping in the canonicaliser and rewriterRichard Eisenberg2023-01-262-0/+22
* Fix in-scope set in specImportsSimon Peyton Jones2023-01-253-1/+36
* Add test for T22671Matthew Pickering2023-01-242-0/+9
* Finder: Look in current unit before looking in any home package dependenciesMatthew Pickering2023-01-248-0/+26
* Key ModSummary cache by UnitId as well as FilePathMatthew Pickering2023-01-246-0/+11
* Improve driver diagnostic messages by including UnitId in messageMatthew Pickering2023-01-2411-34/+45
* Don't write o-boot files in Interactive modeMatthew Pickering2023-01-244-0/+9
* Augment target filepath by working directory when checking if module satisfie...Matthew Pickering2023-01-242-0/+4
* Fix recompilation checking for multiple home unitsMatthew Pickering2023-01-2411-0/+43
* Do not collect compile-time metrics for T21839rMatthew Craven2023-01-233-3/+7
* Fix #22742Simon Peyton Jones2023-01-233-0/+15
* template-haskell: Bump version to 2.20.0.0Ben Gamari2023-01-232-2/+2
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-01-235-4/+59