summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix printing of promoted MkSolo datacon (#22785)Andrei Borzenkov2023-01-186-9/+25
* Add regression test for #22151Ryan Scott2023-01-182-0/+17
* Refactor warning flag parsing to add missing flagsAdam Gundry2023-01-183-0/+14
* Add PrimCallConv support to GHCiLuite Stegeman2023-01-187-1/+635
* Fix typo in recent darwin tests fixCheng Shao2023-01-181-1/+1
* Add missing parenthesizeHsType in cvtSigTypeKindRyan Scott2023-01-183-1/+15
* Enable -Wstar-is-type by default (#22759)Vladislav Zavialov2023-01-1812-46/+33
* Use -Wdefault when running Python testdriver (#22727)Krzysztof Gogolewski2023-01-183-5/+6
* testsuite: req_smp --> req_target_smp, req_ghc_smpSylvain Henry2023-01-1814-35/+80
* Document the semantics of pattern bindings a bit betterSimon Peyton Jones2023-01-173-0/+52
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-01-163-1/+69