summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* Typeable: Fix module locations of some definitions in GHC.TypesMatthew Pickering2022-12-083-0/+53
* Make (^) INLINE (#22324)Sebastian Graf2022-12-081-1/+1
* Fix testsBodigrim2022-12-087-13/+14
* Add initial support for LoongArch Architecture.lrzlin2022-12-082-0/+2
* Fix mk_mod_usage_info if the interface file is not already loadedMatthew Pickering2022-12-085-11/+36
* Add test for #22162Matthew Pickering2022-12-084-0/+22
* Restore show (typeRep @[]) == "[]"Krzysztof Gogolewski2022-12-082-0/+2
* Handle type data declarations in Template Haskell quotations and splices (fix...Ross Paterson2022-12-035-0/+32
* Mark T16916 fragileBryan Richter2022-12-031-1/+1
* Fix linearity checking in LintKrzysztof Gogolewski2022-12-022-0/+13
* Add special case for :Main module in `GHC.IfaceToCore.mk_top_id`Matthew Pickering2022-12-026-0/+33
* ApplicativeDo: Set pattern location before running exhaustiveness checkerMatthew Pickering2022-12-023-0/+16
* CI: Forbid the fully static build on Alpine to fail.M Farkas-Dyck2022-12-0112-21/+38