| Commit message (Expand) | Author | Age | Files | Lines |
* | Bignum: add Natural constant folding rules (#15821) | Sylvain Henry | 2021-01-23 | 6 | -34/+26 |
* | FiniteBits for some newtype instances, notes on why | Koz Ross | 2021-01-23 | 1 | -7/+25 |
* | Add headers for Data.Bits documentation | Koz Ross | 2021-01-23 | 1 | -2/+3 |
* | Add @since annotations for And, Ior, Xor, Iff type class instances | Koz Ross | 2021-01-23 | 1 | -9/+45 |
* | Implement #15993 | Koz Ross | 2021-01-23 | 5 | -646/+798 |
* | Change replicateM doctest example | Oleg Grenrus | 2021-01-22 | 1 | -4/+13 |
* | Enhance Data instance generation | Sylvain Henry | 2021-01-22 | 1 | -5/+12 |
* | 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 |
* | Bignum: fix for Integer/Natural Ord instances | Sylvain Henry | 2021-01-17 | 1 | -14/+3 |
* | 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 |
* | 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 |
* | Revert "Implement BoxedRep proposal" | Ben Gamari | 2020-12-15 | 8 | -88/+31 |
* | Implement BoxedRep proposal | Andrew Martin | 2020-12-14 | 8 | -31/+88 |
* | Use static array in zeroCount | Sylvain Henry | 2020-12-11 | 1 | -37/+6 |
* | 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 |
* | [Sized Cmm] properly retain sizes. | Moritz Angermann | 2020-11-26 | 9 | -308/+307 |
* | rts: Flush eventlog buffers from flushEventLog | Ben Gamari | 2020-11-24 | 1 | -0/+9 |
* | Export indexError from GHC.Ix (#18579) | Krzysztof Gogolewski | 2020-11-20 | 1 | -1/+1 |
* | Export SPEC from GHC.Exts (#13681) | Sylvain Henry | 2020-11-10 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/wip/tsan/all' | Ben Gamari | 2020-11-08 | 1 | -0/+4 |
|\ |
|
| * | Mitigate data races in event manager startup/shutdownwip/tsan/event-mgr | Ben Gamari | 2020-10-24 | 1 | -0/+4 |
* | | Naming, value types and tests for Addr# atomics | Viktor Dukhovni | 2020-11-05 | 1 | -1/+1 |
* | | Fix a leak in `transpose` | Hécate | 2020-11-01 | 4 | -6/+75 |
* | | winio: Fix unused variables warnings | Tamar Christina | 2020-10-31 | 1 | -13/+9 |
* | | [skip ci] Fix typo in `callocBytes` haddock. | Viktor Dukhovni | 2020-10-30 | 1 | -1/+1 |
* | | winio: simplify logic remove optimization step. | Tamar Christina | 2020-10-27 | 1 | -42/+65 |
* | | Version bump: base-4.16 (#18712) | Vladislav Zavialov | 2020-10-27 | 2 | -2/+2 |