| Commit message (Expand) | Author | Age | Files | Lines |
* | ghc-heap: Allow more control about decoding CCS fields | Matthew Pickering | 2021-01-22 | 5 | -15/+34 |
* | Correct documentation in System.Mem.Weak | Cheng Shao | 2021-01-19 | 1 | -17/+11 |
* | Rectify Haddock typos for the Functor class | Hécate | 2021-01-18 | 1 | -4/+5 |
* | Add examples for Complex, (,,) and (,,,) Eq2 etc instances | Oleg Grenrus | 2021-01-18 | 1 | -0/+51 |
* | Add lifted instances for 3 and 4 tuples | Oleg Grenrus | 2021-01-18 | 2 | -1/+114 |
* | Add Eq1, Show1, Read1 Complex instances | Oleg Grenrus | 2021-01-18 | 2 | -0/+23 |
* | Bump gmp submodule, now with arm64 support | Moritz Angermann | 2021-01-17 | 2 | -31/+31 |
* | Bignum: fix for Integer/Natural Ord instances | Sylvain Henry | 2021-01-17 | 2 | -35/+43 |
* | Third pass on doctest corrections. | Oleg Grenrus | 2021-01-17 | 3 | -11/+27 |
* | Revert "Remove SpecConstrAnnotation (#13681)" (#19168) | Sylvain Henry | 2021-01-17 | 1 | -2/+24 |
* | base: Eliminate pinned allocations from IntTable | Ben Gamari | 2021-01-17 | 3 | -13/+43 |
* | Import fcntl with capi calling convention | Oleg Grenrus | 2021-01-17 | 1 | -0/+1 |
* | Remove references to ApplicativeDo in the base haddocks | Hécate | 2021-01-13 | 5 | -137/+106 |
* | Correct more doctests | Oleg Grenrus | 2021-01-10 | 9 | -20/+33 |
* | Fix calls to varargs C function fcntl | Nick Erdmann | 2021-01-09 | 1 | -1/+2 |
* | Natural: fix left shift of 0 (fix #19170) | Sylvain Henry | 2021-01-09 | 1 | -1/+2 |
* | More tidy synopses, and new generative recursion | Viktor Dukhovni | 2021-01-09 | 1 | -69/+260 |
* | Reconcile extant synopses with new overview prose | Viktor Dukhovni | 2021-01-09 | 1 | -186/+323 |
* | More truthful synopsis examples | Viktor Dukhovni | 2021-01-09 | 1 | -11/+14 |
* | New overview of Foldable class | Viktor Dukhovni | 2021-01-09 | 2 | -53/+750 |
* | Add the Data.Foldable strictness optimisations to base's changelog | Hécate | 2021-01-03 | 1 | -0/+3 |
* | Use EmptyCase instead of undefined in Generics example | Asad Saeeduddin | 2021-01-02 | 1 | -6/+6 |
* | Correct doctests | Oleg Grenrus | 2021-01-02 | 24 | -38/+117 |
* | Upstream the strictness optimisation for GHC.List.{maximum,minimum} | Hécate | 2021-01-02 | 1 | -2/+2 |
* | Upstream the strictness optimisation for GHC.List.{sum,product} | Hécate | 2021-01-02 | 1 | -2/+2 |
* | base: add Numeric.{readBin, showBin} (fix #19036) | Artem Pelenitsyn | 2021-01-02 | 6 | -12/+31 |
* | Add Monoid instances for Product and Compose | Joe Hermaszewski | 2020-12-22 | 3 | -0/+14 |
* | rts: enable thread label table in all RTS flavours #17972 | Adam Sandberg Ericsson | 2020-12-20 | 1 | -4/+4 |
* | submodule update: containers and stm | Tom Ellis | 2020-12-17 | 2 | -0/+0 |
* | Revert "Implement BoxedRep proposal" | Ben Gamari | 2020-12-15 | 13 | -114/+36 |
* | Implement BoxedRep proposal | Andrew Martin | 2020-12-14 | 13 | -36/+114 |
* | Implement type applications in patterns | Cale Gibbard | 2020-12-14 | 5 | -8/+22 |
* | Use static array in zeroCount | Sylvain Henry | 2020-12-11 | 1 | -37/+6 |
* | ghci: reuse Arch from ghc-boot | Sylvain Henry | 2020-12-11 | 2 | -63/+22 |
* | ghci: don't compile unneeded modules | Sylvain Henry | 2020-12-11 | 1 | -2/+2 |
* | Move SizedSeq into ghc-boot | Sylvain Henry | 2020-12-11 | 5 | -4/+4 |
* | Bump time submodule. | Andreas Klebinger | 2020-12-08 | 1 | -0/+0 |
* | Apply suggestion to libraries/base/Data/Foldable.hs | chessai | 2020-11-30 | 1 | -1/+1 |
* | Apply suggestion to libraries/base/Data/Foldable.hs | chessai | 2020-11-30 | 1 | -1/+1 |
* | Optimisations in Data.Foldable (T17867) | chessai | 2020-11-30 | 1 | -20/+28 |
* | ghc-heap: partial TSO/STACK decoding | David Eichmann | 2020-11-28 | 18 | -15/+1020 |
* | Split Up getClosureDataFromHeapRep | Matthew Pickering | 2020-11-26 | 1 | -9/+18 |
* | Remove special case for GHC.ByteCode.Instr | Matthew Pickering | 2020-11-26 | 1 | -3/+1 |
* | [Sized Cmm] properly retain sizes. | Moritz Angermann | 2020-11-26 | 19 | -316/+326 |
* | CmmToLlvm: Declare signature for memcmpwip/angerman/arm64 | Ben Gamari | 2020-11-24 | 1 | -2/+18 |
* | rts: Flush eventlog buffers from flushEventLog | Ben Gamari | 2020-11-24 | 1 | -0/+9 |
* | Bump time submodule to 1.11.1 | Ben Gamari | 2020-11-22 | 5 | -0/+0 |
* | Export indexError from GHC.Ix (#18579) | Krzysztof Gogolewski | 2020-11-20 | 1 | -1/+1 |
* | AArch64/arm64 adjustments | Moritz Angermann | 2020-11-15 | 2 | -5/+5 |
* | ghc-heap: expose decoding from heap representation | David Eichmann | 2020-11-10 | 1 | -65/+112 |