| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle records in the renamer | sheaf | 2023-03-29 | 275 | -4222/+6237 |
* | Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNat | Ryan Scott | 2023-03-28 | 6 | -0/+30 |
* | Make exprIsConApp_maybe a bit clevererwip/T23159 | Simon Peyton Jones | 2023-03-27 | 1 | -8/+54 |
* | Document the constructor name for lists | David Feuer | 2023-03-26 | 1 | -1/+4 |
* | Update and expand atomic modification Haddocks | David Feuer | 2023-03-26 | 2 | -14/+67 |
* | Add Eq/Ord instances for SSymbol, SChar, and SNat | Ryan Scott | 2023-03-25 | 3 | -1/+27 |
* | rts: Fix capability-count check in zeroSlop | Ben Gamari | 2023-03-25 | 1 | -3/+2 |
* | rts: Don't rely on EXTERN_INLINE for slop-zeroing logic | Ben Gamari | 2023-03-25 | 4 | -23/+47 |
* | Improve documentation for resizing of byte arrays | Bodigrim | 2023-03-25 | 1 | -11/+35 |
* | testsuite: add the rts_clearMemory test case | Cheng Shao | 2023-03-25 | 5 | -0/+43 |
* | rts: use performBlockingMajorGC in hs_perform_gc and fix ffi023 | Cheng Shao | 2023-03-25 | 4 | -5/+4 |
* | Improve documentation of atomicModifyMutVar2# | Bodigrim | 2023-03-25 | 1 | -5/+17 |
* | rts: Fix barriers of IND and IND_STATIC | Ben Gamari | 2023-03-25 | 2 | -9/+11 |
* | Modify ThreadId documentation and comments | David Feuer | 2023-03-25 | 1 | -7/+3 |
* | fix: account for large and compact object stats with nonmoving gc | Teo Camarasu | 2023-03-25 | 5 | -7/+36 |
* | Add regression test for #17574 | Teo Camarasu | 2023-03-25 | 3 | -0/+44 |
* | base: Document GHC versions associated with past base versions in the changelog | Li-yao Xia | 2023-03-25 | 1 | -1/+8 |
* | codeGen/tsan: Disable instrumentation of unaligned stores | Ben Gamari | 2023-03-24 | 1 | -8/+7 |
* | User's guide: Improve docs for -Wall | Joachim Breitner | 2023-03-24 | 1 | -22/+14 |
* | nativeGen/AArch64: Fix bitmask immediate predicate | Ben Gamari | 2023-03-24 | 1 | -15/+35 |
* | Move mention of warning groups change to 9.8.1 release notes | Adam Gundry | 2023-03-24 | 2 | -5/+5 |
* | Allow WARNING pragmas to be controlled with custom categories | Adam Gundry | 2023-03-24 | 39 | -94/+649 |
* | Add structured error messages for GHC.Tc.TyCl.PatSyn | Torsten Schmits | 2023-03-23 | 14 | -60/+175 |
* | Update changelog to mention changes to instance Foldable (Compose f g) | Bodigrim | 2023-03-23 | 1 | -0/+2 |
* | Simplify minimum/maximum in instance Foldable (Compose f g) | Bodigrim | 2023-03-23 | 1 | -6/+2 |
* | Additional optimized versions | Armando Ramirez | 2023-03-23 | 1 | -3/+18 |
* | Optimized Foldable methods for Data.Functor.Compose | Armando Ramirez | 2023-03-23 | 1 | -0/+7 |
* | Testsuite: use js_skip for T2615 (#22374) | Sylvain Henry | 2023-03-22 | 1 | -1/+3 |
* | Add structured error messages for GHC.Tc.Utils.TcMType | Torsten Schmits | 2023-03-22 | 26 | -82/+152 |
* | Refactor the constraint solver pipelinewip/T23070 | Simon Peyton Jones | 2023-03-22 | 14 | -4162/+4302 |
* | Testsuite: use req_interp predicate for T20214 | Sylvain Henry | 2023-03-22 | 1 | -1/+1 |
* | Testsuite: use req_interp predicate for T16318 (#22370) | Sylvain Henry | 2023-03-22 | 1 | -1/+1 |
* | fix: Incorrect @since annotations in GHC.TypeError | romes | 2023-03-22 | 2 | -5/+5 |
* | Testsuite: use appropriate predicate for ManyUbxSums test (#22576) | Sylvain Henry | 2023-03-22 | 1 | -1/+1 |
* | Be more careful about quantification | Simon Peyton Jones | 2023-03-22 | 27 | -195/+272 |
* | Compute LambdaFormInfo when using JavaScript backend. | Luite Stegeman | 2023-03-21 | 5 | -8/+21 |
* | Allow LLVM backend to use HDoc for faster file generation. | Alex Mason | 2023-03-21 | 8 | -348/+524 |
* | Document pdep / pext primops | Bodigrim | 2023-03-21 | 1 | -10/+59 |
* | Add structured error messages for GHC.Tc.Utils.Env | Torsten Schmits | 2023-03-21 | 29 | -115/+270 |
* | docs: add WALL_CLOCK_TIME event in eventlog encodings | Adam Sandberg Ericsson | 2023-03-21 | 1 | -0/+12 |
* | docs: add TASK_DELETE event in eventlog encodings | Adam Sandberg Ericsson | 2023-03-21 | 1 | -0/+9 |
* | docs: add BlockedOnMVarRead thread status in eventlog encodings | Adam Sandberg Ericsson | 2023-03-21 | 1 | -0/+1 |
* | docs: explain the BLOCK_MARKER event | Adam Sandberg Ericsson | 2023-03-21 | 1 | -3/+4 |
* | docs: fix some wrongs in the eventlog format documentation | Adam Sandberg Ericsson | 2023-03-21 | 1 | -4/+7 |
* | Rename () into Unit, (,,...,,) into Tuple<n> (#21294) | Andrei Borzenkov | 2023-03-21 | 26 | -157/+295 |
* | Add structured error messages for GHC.Tc.Utils.Backpack | Torsten Schmits | 2023-03-17 | 15 | -49/+121 |
* | ghci: only keep the GlobalRdrEnv in ModInfo | sheaf | 2023-03-16 | 4 | -16/+49 |
* | configure: Fix FIND_CXX_STD_LIB test on Darwin | Ben Gamari | 2023-03-16 | 1 | -0/+11 |
* | Add changelog entry for #23049 | Teo Camarasu | 2023-03-16 | 1 | -0/+3 |
* | Fix BCO creation setting caps when -j > -N | Teo Camarasu | 2023-03-16 | 3 | -49/+13 |