summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
* Improve treatment of type applications in patternsSimon Peyton Jones2023-02-099-0/+188
* Fix tyvar scoping within class SPECIALISE pragmassheaf2023-02-092-0/+11
* Revert "Don't keep exit join points so much"Matthew Pickering2023-02-095-163/+27
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-073-3/+3
* Don't allow . in overloaded labelssheaf2023-02-072-6/+8
* linker: Fix BFD import librariesTamar Christina2023-02-075-8/+4
* Revert "Use fix-sized bit-fiddling primops for fixed size boxed types"Ben Gamari2023-02-072-37/+83
* Disable unfolding sharing for interface files with core definitionsMatthew Pickering2023-02-078-0/+39
* compiler: properly handle non-word-sized CmmSwitch scrutinees in the wasm NCGCheng Shao2023-02-014-0/+40
* testsuite: use tgamma for cg007Cheng Shao2023-02-011-3/+2
* Take account of loop breakers in specLookupRuleSimon Peyton Jones2023-02-012-0/+21
* Fix two bugs in TypeData TH reificationRyan Scott2023-02-015-0/+36
* Handle `type data` properly in tyThingParent_maybeRyan Scott2023-02-014-0/+18
* Support "unusable UNPACK pragma" warning with -O0Krzysztof Gogolewski2023-02-013-3/+3
* Detect family instance orphans correctlySimon Peyton Jones2023-02-016-0/+42
* testsuite: Add regression test for #22798Ben Gamari2023-02-012-0/+376
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-02-014-0/+23
* Revert "CApiFFI: add ConstPtr for encoding const-qualified pointer return typ...Ben Gamari2023-02-014-22/+0
* EPA: Add SourceText to HsOverLabelAlan Zimmerman2023-02-015-3/+59
* EPA: Add annotation for 'type' in DataDeclAlan Zimmerman2023-02-013-0/+68
* EPA: exact print HsDocTyAlan Zimmerman2023-02-013-0/+13
* Do newtype unwrapping in the canonicaliser and rewriterRichard Eisenberg2023-02-012-0/+22
* ghc-the-library: Retain cafs in both static in dynamic builds.Andreas Klebinger2023-02-011-0/+2
* Enable -Wstar-is-type by default (#22759)Vladislav Zavialov2023-01-2712-46/+33
* Fix printing of promoted MkSolo datacon (#22785)Andrei Borzenkov2023-01-276-9/+25
* Fix in-scope set in specImportsSimon Peyton Jones2023-01-273-0/+36
* Handle top-level Addr# literals in the bytecode compilerAlexis King2023-01-275-0/+19
* Refactor the treatment of loopy superclass dictsRichard Eisenberg2023-01-2532-94/+210
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-257-5/+15
* Fix #22728: Not all diagnostics in safe check are fatalOleg Grenrus2023-01-258-0/+37
* Add missing parenthesizeHsType in cvtSigTypeKindRyan Scott2023-01-253-1/+15
* Add PrimCallConv support to GHCiLuite Stegeman2023-01-257-1/+635
* Add support for sized literals in the bytecode interpreter.Luite Stegeman2023-01-254-0/+268
* template-haskell: Bump version to 2.20.0.0Ben Gamari2023-01-252-2/+2
* Finder: Look in current unit before looking in any home package dependenciesMatthew Pickering2023-01-258-0/+26
* Key ModSummary cache by UnitId as well as FilePathMatthew Pickering2023-01-256-0/+11
* Improve driver diagnostic messages by including UnitId in messageMatthew Pickering2023-01-2511-34/+45
* Don't write o-boot files in Interactive modeMatthew Pickering2023-01-254-0/+9
* Augment target filepath by working directory when checking if module satisfie...Matthew Pickering2023-01-252-0/+4
* Fix recompilation checking for multiple home unitsMatthew Pickering2023-01-2511-0/+43
* Fix typo in recent darwin tests fixCheng Shao2023-01-251-1/+1
* Bump submodule bytestring to 0.11.4.0Bodigrim2023-01-172-11/+13
* Make FloatIn robust to shadowingSimon Peyton Jones2023-01-172-0/+7
* Add a missing checkEscapingKindSimon Peyton Jones2023-01-173-0/+18
* Fix void-arg-adding mechanism for worker/wrapperSimon Peyton Jones2023-01-174-58/+76
* Revert "NCG(x86): Compile add+shift as lea if possible."Matthew Pickering2023-01-093-59/+0
* Skip T18623 on darwin (to add to the long list of OSs)Matthew Pickering2023-01-071-0/+2
* T10955: Set DYLD_LIBRARY_PATH for darwinMatthew Pickering2023-01-071-1/+1
* Refactor mkRuntimeErrorSimon Peyton Jones2023-01-062-0/+12
* Fix unifier bug: failing to decompose over-saturated type familySimon Peyton Jones2023-01-062-0/+22