summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: replace some js_skip with req_cmmSylvain Henry2023-02-287-19/+25
* JS: fix for overlap with copyMutableByteArray# (#23033)Sylvain Henry2023-02-284-4/+24
* Account for local rules in specImportsSimon Peyton Jones2023-02-283-0/+91
* Mark setnumcapabilities001 fragileBryan Richter2023-02-281-1/+2
* Don't specialise incoherent instance applicationsGergő Érdi2023-02-273-0/+33
* Fix shadowing bug in prepareAltsSimon Peyton Jones2023-02-242-0/+31
* Fix ParallelListComp out of scope suggestionAaron Allen2023-02-243-1/+8
* JS: make some arithmetic primops faster (#22835)Sylvain Henry2023-02-241-3/+3
* Explicit migration timeline for loopy SC solvingsheaf2023-02-237-8/+8
* rts: Fix `prompt#` when profiling is enabledAlexis King2023-02-231-0/+2
* GHC proposal 496 - Nullary record wildcardsGeorgi Lyubenov2023-02-2119-2/+105
* Disallow `tagToEnum#` on `type data` typeswip/T22948Ryan Scott2023-02-203-0/+17
* Treat type data declarations as empty when checking pattern-matching coverageRyan Scott2023-02-203-0/+20
* Don't generate datacon wrappers for `type data` declarationsRyan Scott2023-02-204-0/+18
* fix: Explicitly flush stdout on pluginromes2023-02-203-8/+14
* Handle top-level Addr# literals in the bytecode compilerAlexis King2023-02-205-0/+19
* Improve GHC.Tc.Gen.App.tcInstFunwip/T22908Simon Peyton Jones2023-02-206-3/+10
* Expand synonyms in RoughMapsheaf2023-02-163-1/+14
* Narrow the dont-decompose-newtype testSimon Peyton Jones2023-02-167-0/+54
* Mark all T5435 variants as fragileBryan Richter2023-02-161-0/+5
* tests: Mark T12903 fragile everywhereBryan Richter2023-02-161-7/+3
* Add -single-threaded flag to force single threaded rtsOleg Grenrus2023-02-157-0/+26
* rts: add the rts_clearMemory functionCheng Shao2023-02-151-0/+1
* fix: Mark ghci Prelude import as implicitromes2023-02-143-4/+7
* Introduce warning for loopy superclass solvesheaf2023-02-1413-45/+132
* Fix some correctness issues around tag inference when targeting the bytecode ...Andreas Klebinger2023-02-145-0/+41
* Testsuite: decrease length001 timeout for JS (#22921)Sylvain Henry2023-02-101-2/+5
* Refactor the simplifier a bit to fix #22761Simon Peyton Jones2023-02-103-0/+45
* JS generated refs: update testsuite conditionsJosh Meredith2023-02-095-6/+6
* EPA: Comment between module and where should be in header commentsAlan Zimmerman2023-02-087-68/+283
* testsuite: use concurrent.futures.ThreadPoolExecutor in the driverCheng Shao2023-02-083-56/+24
* testsuite: remove config.use_threadsCheng Shao2023-02-083-25/+13
* Revert "Don't keep exit join points so much"Matthew Pickering2023-02-085-163/+27
* Fix tyvar scoping within class SPECIALISE pragmassheaf2023-02-082-0/+11
* testsuite: Fix Python warnings (#22856)Krzysztof Gogolewski2023-02-072-12/+13
* Don't allow . in overloaded labelssheaf2023-02-072-6/+8
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-065-8/+8
* 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