summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
...
* testsuite: Skip T7160 in the nonmoving wayBen Gamari2023-03-081-2/+2
* testsuite: Mark ffi023 as broken due to #23089Ben Gamari2023-03-081-0/+1
* testsuite: Only run T22795* in the normal wayBen Gamari2023-03-081-3/+3
* testsuite: Skip some tests when sanity checking is enabledBen Gamari2023-03-083-5/+10
* bytecode: Fix bitmaps for BCOs used to tag tuples and prim call argsAlexis King2023-03-084-0/+84
* linker: fix linking with aligned sections (#23066)Sylvain Henry2023-03-084-0/+57
* Constraint simplification loop now depends on `ExpansionFuel`Apoorv Ingle2023-03-063-0/+38
* Convert diagnostics in GHC.Rename.Module to proper TcRnMessage (#20115)Andrei Borzenkov2023-03-0628-85/+111
* Add regression test for #22328Simon Peyton Jones2023-03-052-0/+17
* Add test for T22793Simon Peyton Jones2023-03-043-0/+62
* Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecTOleg Grenrus2023-03-041-0/+21
* More fixes for `type data` declarationsSimon Peyton Jones2023-03-033-0/+22
* Get the right in-scope set in etaBodyForJoinPointSimon Peyton Jones2023-03-022-0/+29
* ncg/aarch64: Handle MULTILINE_COMMENT identically as COMMENTsZubin Duggal2023-03-022-0/+258
* constant folding: Correct type of decodeDouble_Int64 ruleMatthew Pickering2023-03-022-0/+22
* Check for platform support for JavaScript foreign importsLuite Stegeman2023-03-022-0/+7
* Don't suppress *all* WantedsRichard Eisenberg2023-03-023-0/+39
* fix: Consider strictness annotation in rep_bindromes2023-03-013-0/+35
* Refine the test for naughty record selectorsSimon Peyton Jones2023-03-013-0/+26
* Revert the main payload of "Make `drop` and `dropWhile` fuse (#18964)"Sebastian Graf2023-03-014-0/+48
* Account for TYPE vs CONSTRAINT in mkSelCoSimon Peyton Jones2023-02-282-0/+10
* Take more care with unlifted bindings in the specialiserSimon Peyton Jones2023-02-283-0/+13
* 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