summaryrefslogtreecommitdiff
path: root/testsuite
Commit message (Expand)AuthorAgeFilesLines
* testsuite: add test for T22744Zubin Duggal2023-05-163-0/+44
* compiler: Use compact representation for SourceTextZubin Duggal2023-05-161-12/+13
* Add -Wmissing-role-annotationsOleg Grenrus2023-05-165-0/+58
* Migrate errors to diagnostics in GHC.Tc.Modulesheaf2023-05-1581-473/+809
* Split up tyThingToIfaceDecl from GHC.Iface.Makesheaf2023-05-152-0/+2
* Split DynFlags structure into own moduleOleg Grenrus2023-05-153-13/+15
* Fix GHCJS OS platform (fix #23346)Sylvain Henry2023-05-153-0/+21
* Improve "ambiguous occurrence" error messagessheaf2023-05-1532-147/+178
* Unbreak some tests with latest GNU grep, which now warns about stray '\'.M Farkas-Dyck2023-05-154-5/+5
* Make GHC.Types.Id.Make.shouldUnpackTy a bit more cleverSimon Peyton Jones2023-05-138-0/+176
* Use a uniform return convention in bytecode for unary resultsAlexis King2023-05-135-0/+47
* Use the eager unifier in the constraint solverSimon Peyton Jones2023-05-1236-145/+273
* Fix coercion optimisation for SelCo (#23362)Krzysztof Gogolewski2023-05-122-0/+22
* Allow Core optimizations when interpreting bytecodeKrzysztof Gogolewski2023-05-128-1/+42
* Don't panic in mkNewTyConRhssheaf2023-05-123-0/+90
* rts: Refine memory retention behaviour to account for pinned/compacted objectsMatthew Pickering2023-05-112-0/+72
* Add a test for #21278Krzysztof Gogolewski2023-05-113-0/+21
* Add fused multiply-add instructionssheaf2023-05-114-0/+516
* Add a test for #17284Krzysztof Gogolewski2023-05-113-0/+14
* Look both ways when looking for quantified equalitiesSimon Peyton Jones2023-05-112-1/+9
* Add a regression test for #21050Krzysztof Gogolewski2023-05-093-0/+38
* JS: add GHC.JS.Optimizer, remove RTS.Printer, add Linker.Optdoyougnu2023-05-094-8/+116
* Add structured error messages for GHC.Rename.ModuleTorsten Schmits2023-05-0515-64/+94
* Rework plugin initialisation pointsAaron Allen2023-05-0511-5/+95
* Add structured error messages for GHC.Rename.UtilsTorsten Schmits2023-05-05115-200/+201
* Fix type variable substitution in gen_Newtype_fam_instsRyan Scott2023-05-043-0/+27
* Fix remaining issues with bound checking (#23123)Sylvain Henry2023-05-041-1/+1
* JS: fix bounds checking (Issue 23123)Josh Meredith2023-05-042-2/+1
* Add hashes to unit-ids created by hadrianromes2023-05-047-8/+10
* Hardwire a better unit-id for ghcromes2023-05-041-1/+5
* Don't forget to check the parent in an export listsheaf2023-05-033-0/+6
* Add sized primitive literal syntaxBen Orchard2023-05-0310-260/+347
* Add structured error messages for GHC.Rename.NamesTorsten Schmits2023-04-3068-74/+104
* Add the Unsatisfiable classsheaf2023-04-2927-0/+470
* testsuite: wasm32-specific fixesCheng Shao2023-04-2711-15/+49
* testsuite: add missing annotations for some testsCheng Shao2023-04-275-8/+17
* testsuite: add the req_host_target_ghc predicateCheng Shao2023-04-272-0/+20
* testsuite: add the req_process predicateCheng Shao2023-04-275-2/+16
* testsuite: add the req_ghc_with_threaded_rts predicateCheng Shao2023-04-278-11/+18
* testsuite: fix permission bits in copy_filesCheng Shao2023-04-272-1/+3
* testsuite: exclude ghci ways if no rts linker is presentCheng Shao2023-04-272-1/+11
* testsuite: include target exe extension in heap profile filenamesCheng Shao2023-04-271-5/+6
* testsuite: fix cross prefix strippingCheng Shao2023-04-271-8/+6
* EPA: Use ExplicitBraces only in HsModuleAlan Zimmerman2023-04-2617-117/+27
* Refactor GenStgRhs to include the Type in both constructors (#23280, #22576, ...Josh Meredith2023-04-264-4/+4
* DmdAnal: Unleash demand signatures of free RULE and unfolding binders (#23208)Sebastian Graf2023-04-2610-101/+162
* Give more guarntees about ImplicitParams (#23289)Andrei Borzenkov2023-04-253-0/+16
* JS: Fix h$base_access implementation (issue 22576)Josh Meredith2023-04-253-3/+3
* JS/base: provide implementation for mkdir (issue 22374)Josh Meredith2023-04-251-1/+1
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-2548-123/+211