summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Put BufSpan into RealSrcSpanwip/az/locateda-epa-improve-2023-03-27Alan Zimmerman2023-04-2698-5550/+10857
* EPA: Use ExplicitBraces only in HsModulewip/az/epa-fix-explicitbracesAlan Zimmerman2023-04-2521-162/+57
* 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
* Account for special GHC.Prim import in warnUnusedPackagesMatthew Pickering2023-04-173-3/+14
* Add import lists to few GHC.Driver.Session importsOleg Grenrus2023-04-164-4/+6
* Transfer DFunId_ness onto specialised bindingsSimon Peyton Jones2023-04-161-41/+78
* Handle ConcreteTvs in inferResultToTypewip/T23153sheaf2023-04-1513-34/+90
* Show an error when we cannot default a concrete tyvarKrzysztof Gogolewski2023-04-157-4/+55
* docs: Update template-haskell docs to use Code Q a rather than Q (TExp a)Matthew Pickering2023-04-151-37/+41
* Make approximateWC a bit clevererwip/T22194-flagsSimon Peyton Jones2023-04-141-61/+94
* Improve partial signaturesSimon Peyton Jones2023-04-1411-138/+181
* Add some documentation about redundant constraintsSimon Peyton Jones2023-04-142-5/+28
* Major refactor in the handling of equality constraintsSimon Peyton Jones2023-04-1440-1240/+2181
* Stop if type constructors have kind errorsSimon Peyton Jones2023-04-146-17/+35
* docs: Generate docs/index.html with version numberMatthew Pickering2023-04-143-4/+5
* rts: improve memory ordering and add some comments in the StablePtr implement...Adam Sandberg Ericsson2023-04-141-10/+36
* Base/JS: GHC.JS.Foreign.Callback module (issue 23126)Josh Meredith2023-04-1328-4/+638
* Make WordQuotRem2Op ok-for-speculation tooSylvain Henry2023-04-132-3/+6
* Make Int64/Word64 division ok for speculation too.Sylvain Henry2023-04-132-13/+10
* Add quot folding rule (#22152)Sylvain Henry2023-04-136-19/+177
* Add quotRem rules (#22152)Sylvain Henry2023-04-135-0/+92
* Add regression test for #23229Rodrigo Mesquita2023-04-123-0/+3
* Allow generation of TTH syntax with THOleg Grenrus2023-04-1217-1/+88
* Clarify a couple of Notes about 'nospec'Simon Peyton Jones2023-04-112-5/+12
* Set base 'maintainer' field to CLCBodigrim2023-04-111-2/+2