| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the Unsatisfiable class | sheaf | 2023-04-29 | 2 | -10/+69 |
* | testsuite: wasm32-specific fixes | Cheng Shao | 2023-04-27 | 3 | -7/+13 |
* | testsuite: add the req_process predicate | Cheng Shao | 2023-04-27 | 3 | -7/+9 |
* | JS: Fix h$base_access implementation (issue 22576) | Josh Meredith | 2023-04-25 | 1 | -3/+3 |
* | JS/base: provide implementation for mkdir (issue 22374) | Josh Meredith | 2023-04-25 | 4 | -1/+30 |
* | Add since pragma to Data.Functor.unzip | Bodigrim | 2023-04-24 | 1 | -1/+4 |
* | Fix doc typos in libraries/base | tocic | 2023-04-23 | 7 | -9/+9 |
* | Implement executablePath for Solaris and make getBaseDir less platform-dependent | PHO | 2023-04-23 | 2 | -7/+25 |
* | Fix doc typos in libraries/base/GHC | tocic | 2023-04-21 | 6 | -8/+8 |
* | Fix doc typo in GHC.Read.readList | tocic | 2023-04-20 | 1 | -2/+2 |
* | JS: fix thread-related primops | Sylvain Henry | 2023-04-19 | 3 | -1/+9 |
* | Misc cleanup | Krzysztof Gogolewski | 2023-04-17 | 5 | -5/+4 |
* | Base/JS: GHC.JS.Foreign.Callback module (issue 23126) | Josh Meredith | 2023-04-13 | 3 | -4/+153 |
* | Set base 'maintainer' field to CLC | Bodigrim | 2023-04-11 | 1 | -2/+2 |
* | Adjust wording wrt representation polymorphism of ($) | Sebastian Graf | 2023-04-07 | 1 | -1/+1 |
* | Remove trailing whitespace from ($) commentary | Alex Dixon | 2023-04-07 | 1 | -3/+3 |
* | Improve documentation for ($) (#22963) | Alex Dixon | 2023-04-07 | 1 | -12/+63 |
* | Add release note for GHC.Unicode refactor in base-4.18. | Pierre Le Marre | 2023-04-06 | 1 | -3/+4 |
* | Add a few more memcpy-ish primops | Matthew Craven | 2023-04-04 | 2 | -25/+14 |
* | Fixes around unsafeCoerce# | Krzysztof Gogolewski | 2023-04-03 | 1 | -5/+25 |
* | JS: fix issues with FD api support | Sylvain Henry | 2023-04-03 | 2 | -2/+11 |
* | [feat] make ($) representation polymorphic | mangoiv | 2023-04-01 | 2 | -4/+13 |
* | Fixes to accomodate Data.List.{head,tail} with {-# WARNING #-} | Bodigrim | 2023-03-30 | 2 | -3/+6 |
* | Add {-# WARNING #-} to Data.List.{head,tail} | Bodigrim | 2023-03-30 | 2 | -0/+7 |
* | Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNat | Ryan Scott | 2023-03-28 | 6 | -0/+30 |
* | 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 |
* | Modify ThreadId documentation and comments | David Feuer | 2023-03-25 | 1 | -7/+3 |
* | base: Document GHC versions associated with past base versions in the changelog | Li-yao Xia | 2023-03-25 | 1 | -1/+8 |
* | 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 |
* | fix: Incorrect @since annotations in GHC.TypeError | romes | 2023-03-22 | 2 | -5/+5 |
* | Rename () into Unit, (,,...,,) into Tuple<n> (#21294) | Andrei Borzenkov | 2023-03-21 | 1 | -5/+26 |
* | Fix documentation for traceWith and friends | MorrowM | 2023-03-07 | 2 | -3/+6 |
* | Add `Data.Functor.unzip` | Ollie Charles | 2023-03-07 | 2 | -0/+6 |
* | Documentation: describe laziness of several function from Data.List | Bodigrim | 2023-03-06 | 2 | -16/+150 |
* | Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecT | Oleg Grenrus | 2023-03-04 | 6 | -20/+181 |
* | Export getSolo from Data.Tuple | David Feuer | 2023-03-03 | 2 | -1/+4 |
* | Revert the main payload of "Make `drop` and `dropWhile` fuse (#18964)" | Sebastian Graf | 2023-03-01 | 1 | -33/+8 |
* | base: Correct @since annotation for FP<->Integral bit cast operations. | Andreas Klebinger | 2023-02-21 | 1 | -4/+4 |
* | Add INLINABLE pragmas to `generic*` functions in Data.OldListwip/generic-inlinable | Matthew Pickering | 2023-02-17 | 2 | -0/+7 |
* | unicode: Don't inline bitmap in generalCategory | Matthew Pickering | 2023-02-16 | 3 | -2/+11 |
* | No default finalizer exception handler | sheaf | 2023-02-16 | 10 | -25/+49 |
* | Documentation: add an example of SPEC usage | Bodigrim | 2023-02-16 | 1 | -2/+5 |
* | base: Note move of GHC.Stack.CCS.whereFrom to GHC.InfoProv in changelog | Ben Gamari | 2023-02-16 | 1 | -0/+8 |
* | Testsuite: mark T13167 as fragile for JS (#22921) | Sylvain Henry | 2023-02-16 | 1 | -1/+2 |
* | Documentation: Improve Foldable1 documentation | meooow25 | 2023-02-14 | 1 | -68/+91 |