summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-2418-11/+178
* Add structured error messages for GHC.Tc.TyCl.PatSynTorsten Schmits2023-03-2310-3/+36
* Testsuite: use js_skip for T2615 (#22374)Sylvain Henry2023-03-221-1/+3
* Add structured error messages for GHC.Tc.Utils.TcMTypeTorsten Schmits2023-03-2219-22/+23
* Refactor the constraint solver pipelinewip/T23070Simon Peyton Jones2023-03-221-48/+46
* Testsuite: use req_interp predicate for T20214Sylvain Henry2023-03-221-1/+1
* Testsuite: use req_interp predicate for T16318 (#22370)Sylvain Henry2023-03-221-1/+1
* Testsuite: use appropriate predicate for ManyUbxSums test (#22576)Sylvain Henry2023-03-221-1/+1
* Be more careful about quantificationSimon Peyton Jones2023-03-2220-35/+57
* Compute LambdaFormInfo when using JavaScript backend.Luite Stegeman2023-03-214-5/+5
* Add structured error messages for GHC.Tc.Utils.EnvTorsten Schmits2023-03-2115-15/+15
* Rename () into Unit, (,,...,,) into Tuple<n> (#21294)Andrei Borzenkov2023-03-2116-39/+64
* Add structured error messages for GHC.Tc.Utils.BackpackTorsten Schmits2023-03-1710-12/+12
* JS: fix implementation of forceBool to use JS backend syntaxwip/js-forceBoolJosh Meredith2023-03-133-0/+36
* DmdAnal: Fix a panic on OPAQUE and trivial/PAP RHS (#22997)Sebastian Graf2023-03-102-0/+11
* Fixes #19627.Apoorv Ingle2023-03-093-0/+154
* nonmoving: Non-concurrent collectionBen Gamari2023-03-081-1/+1
* 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