| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | GHCi.RemoteTypes: fix doc and avoid unsafeCoerce (#23201) | Sylvain Henry | 2023-04-04 | 1 | -22/+43 |
* | Add a few more memcpy-ish primops | Matthew Craven | 2023-04-04 | 3 | -25/+21 |
* | 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 |
* | ghc-heap: remove wrong Addr# coercion (#23181) | Sylvain Henry | 2023-04-03 | 3 | -4/+5 |
* | Rework documentation for data Char | Bodigrim | 2023-04-02 | 1 | -11/+90 |
* | TH: revert changes to GadtC & RecGadtC | sheaf | 2023-04-01 | 4 | -24/+22 |
* | Improve haddocks of template-haskell Con datatype | sheaf | 2023-04-01 | 1 | -11/+27 |
* | [feat] make ($) representation polymorphic | mangoiv | 2023-04-01 | 2 | -4/+13 |
* | Bump submodules | Bodigrim | 2023-03-30 | 2 | -0/+0 |
* | 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 |
* | Revert "ghc-heap: remove wrong Addr# coercion (#23181)" | Matthew Pickering | 2023-03-30 | 3 | -13/+14 |
* | ghc-heap: remove wrong Addr# coercion (#23181) | Sylvain Henry | 2023-03-30 | 3 | -14/+13 |
* | Handle records in the renamer | sheaf | 2023-03-29 | 4 | -34/+64 |
* | 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 | 3 | -95/+118 |
* | ghc-bignum: Drop redundant include-dirs field | Ben Gamari | 2023-03-13 | 1 | -2/+0 |
* | Bump Win32 to 2.13.4.0wip/bump-w32 | Matthew Pickering | 2023-03-13 | 1 | -0/+0 |
* | testsuite: Skip some tests when sanity checking is enabled | Ben Gamari | 2023-03-08 | 1 | -1/+2 |
* | 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 |
* | Document getSolo | David Feuer | 2023-03-03 | 1 | -0/+20 |
* | 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 |
* | ghc-prim: fix hs_cmpxchg64 function prototype | Cheng Shao | 2023-02-28 | 1 | -2/+2 |
* | Bump haskeline submodule to 0.8.2.1 | Ben Gamari | 2023-02-24 | 1 | -0/+0 |
* | Bump filepath submodule to 1.4.100.1 | Ben Gamari | 2023-02-24 | 1 | -0/+0 |
* | Bump Cabal submodule to 3.9 pre-release | Ben Gamari | 2023-02-24 | 1 | -0/+0 |
* | Bump array submodule to 0.5.4.0 | Ben Gamari | 2023-02-24 | 1 | -0/+0 |
* | Bump process submodule to v1.6.17.0 | Ben Gamari | 2023-02-24 | 1 | -0/+0 |
* | Bump directory submodule to 1.3.8.1 | Ben Gamari | 2023-02-24 | 1 | -0/+0 |
* | Bump deepseq submodule to 1.4.8.1 | Ben Gamari | 2023-02-24 | 1 | -0/+0 |
* | Bump unix submodule to 2.8.1.0 | Ben Gamari | 2023-02-24 | 1 | -0/+0 |