summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Introduce the TypeAbstractions language flagVladislav Zavialov2023-01-1111-3/+11
* testsuite: Drop testheapalloced.cBen Gamari2023-01-111-100/+0
* Added a new warning about compatibility with RequiredTypeArgumentsHaskellMouse2023-01-1119-0/+125
* Revert "NCG(x86): Compile add+shift as lea if possible."Matthew Pickering2023-01-093-59/+0
* rts, tests: limit thread name length to 15 bytesNicolas Trangez2023-01-091-1/+1
* EPA: exact print HsDocTyAlan Zimmerman2023-01-093-1/+14
* 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
* Make FloatIn robust to shadowingSimon Peyton Jones2023-01-072-0/+7
* Only store Name in FunRhs rather than Id with knot-tied fieldsMatthew Pickering2023-01-067-5/+15
* Add support for sized literals in the bytecode interpreter.Luite Stegeman2023-01-064-0/+268
* HsToken in TypeArg (#19623)Vladislav Zavialov2023-01-052-4/+18
* EPA: Do not collect comments from end of fileAlan Zimmerman2023-01-058-47/+188
* Misc cleanupKrzysztof Gogolewski2023-01-051-2/+0
* Drop support for kind constraints.wip/p547Richard Eisenberg2022-12-2422-160/+40
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-245-4/+13
* Fix unifier bug: failing to decompose over-saturated type familySimon Peyton Jones2022-12-222-0/+22
* Refactor mkRuntimeErrorSimon Peyton Jones2022-12-222-0/+12
* EPA: Make EOF position part of AnnsModuleAlan Zimmerman2022-12-2216-130/+96
* Don't consider large byte arrays/compact regions pinned.Andreas Klebinger2022-12-223-5/+7
* base: Bump version to 4.18Ben Gamari2022-12-212-2/+2
* Fix an assertion check in addToEqualCtListSimon Peyton Jones2022-12-213-0/+25
* Fix shadowing lacuna in OccurAnalSimon Peyton Jones2022-12-213-0/+95
* Abstract over the right free varsSimon Peyton Jones2022-12-212-0/+24
* Fix testsBodigrim2022-12-211-1/+1
* testsuite: Mark T16392 as fragile on windowswip/fragile-testMatthew Pickering2022-12-201-1/+3
* testsuite: Mark T9405 as fragile instead of broken on WindowsCheng Shao2022-12-161-1/+1
* checkValidInst: Don't expand synonyms when splitting sigma typesRyan Scott2022-12-153-0/+26
* Fix bogus test in LintSimon Peyton Jones2022-12-152-0/+11
* Package Imports: Get candidate packages also from re-exported modulesMatthew Pickering2022-12-1514-0/+132
* EPA: When splitting out header comments, keep ones for first declAlan Zimmerman2022-12-134-52/+82
* Fix loop in the interface representation of some `Unfolding` fieldsGergő Érdi2022-12-139-68/+108
* Respect -XStrict in the pattern-match checker (#21761)Sebastian Graf2022-12-133-0/+44
* Add test for #21476Matthew Pickering2022-12-122-0/+5
* testsuite: Mark conc024 fragile on WindowsBryan Richter2022-12-081-1/+1
* Fixes around primitive literalsKrzysztof Gogolewski2022-12-084-5/+18
* Do not strictify a DFun's parameter dictionaries (#22549)Sebastian Graf2022-12-083-0/+40
* Make `drop` and `dropWhile` fuse (#18964)Sebastian Graf2022-12-083-0/+21