summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add regression test for #22611.Andreas Klebinger2023-01-163-0/+310
* Separate core inlining logic from `Unfolding` type.Andreas Klebinger2023-01-162-0/+2
* Add a missing checkEscapingKindSimon Peyton Jones2023-01-133-0/+18
* Bump submodule bytestring to 0.11.4.0Bodigrim2023-01-132-11/+13
* Fix #22728: Not all diagnostics in safe check are fatalOleg Grenrus2023-01-128-0/+37
* Change MSYSTEM to CLANG64 uniformlyCheng Shao2023-01-121-3/+3
* Fix contification with stable unfoldings (#22428)Sebastian Graf2023-01-123-0/+58
* Fix finaliseArgBoxities for OPAQUE functionSimon Peyton Jones2023-01-112-0/+16
* Fix void-arg-adding mechanism for worker/wrapperSimon Peyton Jones2023-01-114-58/+76
* Parse qualified terms in type signaturesHaskellMouse2023-01-119-1/+62
* Refactor the treatment of loopy superclass dictswip/T20666Richard Eisenberg2023-01-1132-94/+210
* Misc cleanupKrzysztof Gogolewski2023-01-116-9/+9