| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test case for CompleteP pretty-printer (#19270) | Ole Krüger | 2021-02-22 | 3 | -0/+9 |
* | Fix TemplateHaskell pretty printer for CompleteP (#19270) | Ole Krüger | 2021-02-22 | 1 | -1/+1 |
* | Add the docspec:base rule to Hadrian | Hécate | 2021-02-22 | 1 | -0/+3 |
* | Make openFile exception safe | David Feuer | 2021-02-22 | 8 | -118/+429 |
* | base: Fix order of infix declarations in Data.Functor | Ben Gamari | 2021-02-18 | 1 | -2/+2 |
* | Rectify the haddock markup surrounding symbols for foldl' and foldMap' | Hécate Moonlight | 2021-02-18 | 1 | -23/+23 |
* | Add Generic tuple instances up to 15 | Andrzej Rybczak | 2021-02-16 | 1 | -0/+48 |
* | Replace more autotools obsolete macros (#19189) | Sylvain Henry | 2021-02-16 | 3 | -13/+10 |
* | Implement NoFieldSelectors extension (ghc-proposals 160) | Adam Gundry | 2021-02-16 | 1 | -0/+1 |
* | Throw IOError when allocaBytesAligned gets non-power-of-two align | Daniel Gröber | 2021-02-14 | 2 | -2/+25 |
* | Improve ByteArray# documentation regarding alignment | Daniel Gröber | 2021-02-14 | 2 | -1/+11 |
* | ghc-compact: Use keepAlive# in GHC.Compact.Serialized | Ben Gamari | 2021-02-14 | 1 | -10/+2 |
* | 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 |