summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use hash-unit-ids in release jobswip/romes/hardwire-ghc-unit-idMatthew Pickering2023-05-033-11/+29
* Add hashes to unit-ids created by hadrianromes2023-05-0354-140/+740
* Validate compatibility of ghcs when loading pluginsromes2023-05-031-6/+13
* Hardwire a better unit-id for ghcromes2023-05-039-21/+121
* hadrian: Flavour: Change args -> extraArgsMatthew Pickering2023-05-0315-28/+30
* Add structured error messages for GHC.Rename.NamesTorsten Schmits2023-04-3074-294/+552
* Add the Unsatisfiable classsheaf2023-04-2949-87/+1050
* JS: change GHC.JS.Transform.identsS/E/V to take a saturated IR (#23304)Josh Meredith2023-04-272-37/+34
* testsuite: wasm32-specific fixesCheng Shao2023-04-2714-22/+62
* 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-2710-9/+25
* testsuite: add the req_ghc_with_threaded_rts predicateCheng Shao2023-04-279-12/+19
* 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
* ci: additional wasm32 manual jobs in validate pipelinesCheng Shao2023-04-272-2/+126
* ci: update ci.sh to actually run the entire testsuite for wasm backendCheng Shao2023-04-271-4/+5
* EPA: Use ExplicitBraces only in HsModuleAlan Zimmerman2023-04-2621-162/+57
* Refactor GenStgRhs to include the Type in both constructors (#23280, #22576, ...Josh Meredith2023-04-2627-147/+140
* DmdAnal: Unleash demand signatures of free RULE and unfolding binders (#23208)Sebastian Graf2023-04-2614-356/+469
* Give more guarntees about ImplicitParams (#23289)Andrei Borzenkov2023-04-254-2/+37
* JS: Fix h$base_access implementation (issue 22576)Josh Meredith2023-04-255-7/+11
* JS/base: provide implementation for mkdir (issue 22374)Josh Meredith2023-04-255-2/+31
* More informative errors for bad imports (#21826)Soham Chowdhury2023-04-2557-237/+474
* Add since pragma to Data.Functor.unzipBodigrim2023-04-241-1/+4
* hadrian: fix non-ghc program paths passed to testsuite driver when testing cr...Cheng Shao2023-04-241-4/+5
* compiler: don't install signal handlers when the host platform doesn't have s...Cheng Shao2023-04-241-0/+8
* rts: always build 64-bit atomic opsCheng Shao2023-04-246-71/+36
* testsuite/T20137: Avoid impl.-defined behaviorBen Gamari2023-04-242-14/+14
* Fix doc typos in libraries/basetocic2023-04-237-9/+9
* Implement executablePath for Solaris and make getBaseDir less platform-dependentPHO2023-04-233-19/+50
* User's guide: DeepSubsumption is implied by Haskell{98,2010}amesgen2023-04-211-0/+2
* Minor doc fixesKrzysztof Gogolewski2023-04-215-13/+15
* Testsuite: replace some js_broken/js_skip predicates with req_cSylvain Henry2023-04-215-9/+9
* Fix doc typos in libraries/base/GHCtocic2023-04-216-8/+8
* testsuite: Add test for #23071Ben Gamari2023-04-202-0/+6
* rts: Initialize Array# header in listThreads#Ben Gamari2023-04-201-0/+1
* Implement -jsem: parallelism controlled by semaphoressheaf2023-04-2014-59/+714
* Fix doc typo in GHC.Read.readListtocic2023-04-201-2/+2
* hadrian: Pass haddock file arguments in a response fileMatthew Pickering2023-04-202-1/+13
* Testsuite: don't use obsolescent egrep (#22351)Sylvain Henry2023-04-194-7/+7
* CI: Disable abi-test-nightlyBryan Richter2023-04-191-0/+3
* JS: fix thread-related primopsSylvain Henry2023-04-196-14/+36
* Don't panic in ltPatersonSizesheaf2023-04-183-20/+79
* Convert interface file loading errors into proper diagnosticsMatthew Pickering2023-04-1859-508/+853
* Misc cleanupKrzysztof Gogolewski2023-04-1713-33/+30
* validDerivPred: Reject exotic constraints in IrredPredsRyan Scott2023-04-1712-111/+285
* Add regression test for #23199Simon Peyton Jones2023-04-172-0/+11