summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* ghc-bignum: Drop redundant include-dirs fieldBen Gamari2023-03-131-2/+0
* Bump Win32 to 2.13.4.0wip/bump-w32Matthew Pickering2023-03-131-0/+0
* Simplifier: `countValArgs` should not count Type args (#23102)Sebastian Graf2023-03-131-1/+1
* JS: fix implementation of forceBool to use JS backend syntaxwip/js-forceBoolJosh Meredith2023-03-134-1/+37
* Simplify: Move `wantEtaExpansion` before expensive `do_eta_expand` checkSebastian Graf2023-03-101-5/+6
* JS: Fix implementation of MK_JSVALJosh Meredith2023-03-101-2/+2
* JS: remove dead code for old integer-gmpSylvain Henry2023-03-101-16/+2
* DmdAnal: Fix a panic on OPAQUE and trivial/PAP RHS (#22997)Sebastian Graf2023-03-103-10/+23
* Fixes #19627.Apoorv Ingle2023-03-094-2/+156
* Delete created temporary subdirectories at end of session.Luite Stegeman2023-03-092-71/+117
* hadrian: Fix flavour compiler stage options off-by-one errorAlexis King2023-03-089-33/+61
* nonmoving: Non-concurrent collectionBen Gamari2023-03-088-83/+133
* rts: Capture GC configuration in a structBen Gamari2023-03-083-19/+34
* 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
* rts: Fix incorrect STATIC_INLINEBen Gamari2023-03-081-1/+1
* rts: Rename clear_segment(_free_blocks)?Ben Gamari2023-03-083-9/+9
* testsuite: Only run T22795* in the normal wayBen Gamari2023-03-081-3/+3
* nonmoving: Split out nonmovingAllocateGCBen Gamari2023-03-084-15/+55
* nonmoving: Move allocator into new source fileBen Gamari2023-03-087-198/+237
* gitlab-ci: Add job bootstrapping with nonmoving GCBen Gamari2023-03-082-72/+267
* hadrian: Add +boot_nonmoving_gc flavour transformerBen Gamari2023-03-081-0/+8
* nonmoving: Ensure that sanity checker accounts for saved_filled segmentsBen Gamari2023-03-081-0/+1
* nonmoving: Fix unregisterised buildBen Gamari2023-03-081-0/+4
* testsuite: Skip some tests when sanity checking is enabledBen Gamari2023-03-084-6/+12
* rts: Encapsulate block allocator spinlockBen Gamari2023-03-087-21/+28
* nonmoving: Don't call prepareUnloadCheckBen Gamari2023-03-081-1/+2
* rts/Sanity: Fix block count assertion with non-moving collectorBen Gamari2023-03-081-3/+13
* nonmoving: Fix Note referencesBen Gamari2023-03-087-8/+8