summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Improve option parsingwip/hadrian-optsKrzysztof Gogolewski2023-03-301-76/+56
* Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNatRyan Scott2023-03-286-0/+30
* Make exprIsConApp_maybe a bit clevererwip/T23159Simon Peyton Jones2023-03-271-8/+54
* Document the constructor name for listsDavid Feuer2023-03-261-1/+4
* Update and expand atomic modification HaddocksDavid Feuer2023-03-262-14/+67
* Add Eq/Ord instances for SSymbol, SChar, and SNatRyan Scott2023-03-253-1/+27
* rts: Fix capability-count check in zeroSlopBen Gamari2023-03-251-3/+2
* rts: Don't rely on EXTERN_INLINE for slop-zeroing logicBen Gamari2023-03-254-23/+47
* Improve documentation for resizing of byte arraysBodigrim2023-03-251-11/+35
* testsuite: add the rts_clearMemory test caseCheng Shao2023-03-255-0/+43
* rts: use performBlockingMajorGC in hs_perform_gc and fix ffi023Cheng Shao2023-03-254-5/+4
* Improve documentation of atomicModifyMutVar2#Bodigrim2023-03-251-5/+17
* rts: Fix barriers of IND and IND_STATICBen Gamari2023-03-252-9/+11
* Modify ThreadId documentation and commentsDavid Feuer2023-03-251-7/+3
* fix: account for large and compact object stats with nonmoving gcTeo Camarasu2023-03-255-7/+36
* Add regression test for #17574Teo Camarasu2023-03-253-0/+44
* base: Document GHC versions associated with past base versions in the changelogLi-yao Xia2023-03-251-1/+8
* codeGen/tsan: Disable instrumentation of unaligned storesBen Gamari2023-03-241-8/+7
* User's guide: Improve docs for -WallJoachim Breitner2023-03-241-22/+14
* nativeGen/AArch64: Fix bitmask immediate predicateBen Gamari2023-03-241-15/+35
* Move mention of warning groups change to 9.8.1 release notesAdam Gundry2023-03-242-5/+5
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-2439-94/+649
* Add structured error messages for GHC.Tc.TyCl.PatSynTorsten Schmits2023-03-2314-60/+175
* Update changelog to mention changes to instance Foldable (Compose f g)Bodigrim2023-03-231-0/+2
* Simplify minimum/maximum in instance Foldable (Compose f g)Bodigrim2023-03-231-6/+2
* Additional optimized versionsArmando Ramirez2023-03-231-3/+18
* Optimized Foldable methods for Data.Functor.ComposeArmando Ramirez2023-03-231-0/+7
* Testsuite: use js_skip for T2615 (#22374)Sylvain Henry2023-03-221-1/+3
* Add structured error messages for GHC.Tc.Utils.TcMTypeTorsten Schmits2023-03-2226-82/+152
* Refactor the constraint solver pipelinewip/T23070Simon Peyton Jones2023-03-2214-4162/+4302
* 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
* fix: Incorrect @since annotations in GHC.TypeErrorromes2023-03-222-5/+5
* Testsuite: use appropriate predicate for ManyUbxSums test (#22576)Sylvain Henry2023-03-221-1/+1
* Be more careful about quantificationSimon Peyton Jones2023-03-2227-195/+272
* Compute LambdaFormInfo when using JavaScript backend.Luite Stegeman2023-03-215-8/+21
* Allow LLVM backend to use HDoc for faster file generation.Alex Mason2023-03-218-348/+524
* Document pdep / pext primopsBodigrim2023-03-211-10/+59
* Add structured error messages for GHC.Tc.Utils.EnvTorsten Schmits2023-03-2129-115/+270
* docs: add WALL_CLOCK_TIME event in eventlog encodingsAdam Sandberg Ericsson2023-03-211-0/+12
* docs: add TASK_DELETE event in eventlog encodingsAdam Sandberg Ericsson2023-03-211-0/+9
* docs: add BlockedOnMVarRead thread status in eventlog encodingsAdam Sandberg Ericsson2023-03-211-0/+1
* docs: explain the BLOCK_MARKER eventAdam Sandberg Ericsson2023-03-211-3/+4
* docs: fix some wrongs in the eventlog format documentationAdam Sandberg Ericsson2023-03-211-4/+7
* Rename () into Unit, (,,...,,) into Tuple<n> (#21294)Andrei Borzenkov2023-03-2126-157/+295
* Add structured error messages for GHC.Tc.Utils.BackpackTorsten Schmits2023-03-1715-49/+121
* ghci: only keep the GlobalRdrEnv in ModInfosheaf2023-03-164-16/+49
* configure: Fix FIND_CXX_STD_LIB test on DarwinBen Gamari2023-03-161-0/+11
* Add changelog entry for #23049Teo Camarasu2023-03-161-0/+3
* Fix BCO creation setting caps when -j > -NTeo Camarasu2023-03-163-49/+13