summaryrefslogtreecommitdiff
path: root/testsuite/tests
Commit message (Expand)AuthorAgeFilesLines
...
* StgToCmm: Upgrade -fcheck-prim-bounds behaviorMatthew Craven2023-04-0411-4/+387
* Fixes around unsafeCoerce#Krzysztof Gogolewski2023-04-032-10/+18
* Convert diagnostics in GHC.Rename.HsType to proper TcRnMessageHaskell-mouse2023-04-0326-53/+62
* cmm: implement parsing of MO_AtomicRMW from hand-written CMM filesBodigrim2023-04-024-0/+147
* TH: revert changes to GadtC & RecGadtCsheaf2023-04-014-9/+6
* Add structured error messages for GHC.Tc.TyClTorsten Schmits2023-04-0186-137/+236
* [feat] make ($) representation polymorphicmangoiv2023-04-0113-23/+34
* Add test for T23184Matthew Pickering2023-03-313-0/+20
* Fix testsBodigrim2023-03-3047-6/+49
* testsuite: Fix racing prints in T21465Ben Gamari2023-03-303-2/+5
* Handle records in the renamersheaf2023-03-29161-413/+982
* testsuite: add the rts_clearMemory test caseCheng Shao2023-03-254-0/+42
* rts: use performBlockingMajorGC in hs_perform_gc and fix ffi023Cheng Shao2023-03-252-3/+1
* Add regression test for #17574Teo Camarasu2023-03-253-0/+44
* 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