| 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 | 3 | -15/+37 |
* | Bump bytestring submodule | Ben Gamari | 2021-02-14 | 1 | -0/+0 |
* | 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 deprecated -XGenerics and -XMonoPatBinds | Krzysztof Gogolewski | 2021-02-13 | 1 | -1/+0 |
* | Remove Data.Semigroup.Option | Simon Jakobi | 2021-02-13 | 4 | -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 | 9 | -10/+10 |
* | 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 | 9 | -10/+102 |
* | 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 |
* | Add missing instances to ghc-heap types | Matthew Pickering | 2021-02-02 | 2 | -8/+8 |
* | Fix accidental unsoundness in Data.Typeable.Internal.mkTypeLitFromString | Ryan Scott | 2021-02-01 | 4 | -1/+36 |
* | Add explicit import lists to Data.List imports | Oleg Grenrus | 2021-01-29 | 3 | -3/+3 |
* | Implement #18519 | Koz Ross | 2021-01-27 | 1 | -0/+38 |
* | Fix doctest examples in Data.Bits | Oleg Grenrus | 2021-01-27 | 1 | -3/+7 |
* | Remove -XMonadFailDesugaring references | Hécate | 2021-01-27 | 1 | -1/+0 |
* | 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 | 12 | -129/+187 |
* | 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 |
* | 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 |