| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Use keepAlive# in Foreign.Marshal.Alloc | Ben Gamari | 2021-02-14 | 1 | -25/+4 |
* | base: Use keepAlive# in withForeignPtr | Ben Gamari | 2021-02-14 | 1 | -1/+3 |
* | Introduce keepAlive primop | Ben Gamari | 2021-02-14 | 2 | -15/+33 |
* | base: Use unsafeWithForeignPtr in GHC.IO.Buffer | Ben Gamari | 2021-02-14 | 1 | -5/+6 |
* | base: Eliminate allocating withForeignPtrs from GHC.Event.Array | Ben Gamari | 2021-02-14 | 1 | -15/+17 |
* | base: Add unsafeWithForeignPtr | Ben Gamari | 2021-02-14 | 2 | -26/+38 |
* | Bignum: fix bogus rewrite rule (#19345) | Sylvain Henry | 2021-02-13 | 1 | -5/+16 |
* | Remove Data.Semigroup.Option | Simon Jakobi | 2021-02-13 | 2 | -88/+2 |
* | closeFd: improve documentation | Marcin Szamotulski | 2021-02-13 | 1 | -4/+5 |
* | Make closeFdWith uninterrupitble | Marcin Szamotulski | 2021-02-13 | 1 | -2/+5 |
* | Apply 1 suggestion(s) to 1 file(s) | Marcin Szamotulski | 2021-02-13 | 1 | -7/+15 |
* | Improve bracket documentation | Marcin Szamotulski | 2021-02-13 | 1 | -0/+8 |
* | Fix typos | Brian Wignall | 2021-02-06 | 8 | -9/+9 |
* | base: Fix since-annotation for Data.List.singleton | Simon Jakobi | 2021-02-06 | 1 | -1/+1 |
* | Make unsafeDupablePerformIO have a lazy demand | Andreas Klebinger | 2021-02-06 | 1 | -1/+36 |
* | The Char kind (#11342) | Daniel Rogozin | 2021-02-06 | 2 | -9/+92 |
* | IntVar: fix allocation size | Sylvain Henry | 2021-02-05 | 1 | -1/+4 |
* | Remove misleading 'lazy' pattern matches from 'head' and 'tail' in Data.List.... | wygulmage | 2021-02-05 | 1 | -2/+2 |
* | Fix accidental unsoundness in Data.Typeable.Internal.mkTypeLitFromString | Ryan Scott | 2021-02-01 | 4 | -1/+36 |
* | Implement #18519 | Koz Ross | 2021-01-27 | 1 | -0/+38 |
* | Fix doctest examples in Data.Bits | Oleg Grenrus | 2021-01-27 | 1 | -3/+7 |
* | Add instances for GHC.Tuple.Solo | Ben Gamari | 2021-01-27 | 11 | -1/+100 |
* | 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 |