summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* 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
* testsuite: asyncify the testsuite driverCheng Shao2023-03-303-133/+140
* testsuite: use context variable instead of thread-local variableCheng Shao2023-03-302-7/+7
* testsuite: mypy typing error fixesCheng Shao2023-03-305-50/+10
* testsuite: handle target executable extensionCheng Shao2023-03-301-2/+7
* testsuite: strip the cross ghc prefix in output and error messageCheng Shao2023-03-301-0/+6
* testsuite: normalize the .wasm extensionCheng Shao2023-03-301-0/+5
* testsuite: don't add optllvm way for wasm32Cheng Shao2023-03-301-1/+1
* testsuite/driver: Normalize away differences in ghc executable nameBen Gamari2023-03-301-0/+12
* testsuite/driver: Add basic support for testing cross-compilersBen Gamari2023-03-303-2/+29
* ci: fix lint-testsuite jobCheng Shao2023-03-301-6/+1
* 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-255-0/+43
* 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