| Commit message (Expand) | Author | Age | Files | Lines |
* | Add release note for GHC.Unicode refactor in base-4.18. | Pierre Le Marre | 2023-04-06 | 1 | -3/+4 |
* | [feat] make ($) representation polymorphic | mangoiv | 2023-04-01 | 1 | -0/+1 |
* | Add {-# WARNING #-} to Data.List.{head,tail} | Bodigrim | 2023-03-30 | 1 | -0/+3 |
* | Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNat | Ryan Scott | 2023-03-28 | 1 | -0/+2 |
* | Add Eq/Ord instances for SSymbol, SChar, and SNat | Ryan Scott | 2023-03-25 | 1 | -0/+2 |
* | base: Document GHC versions associated with past base versions in the changelog | Li-yao Xia | 2023-03-25 | 1 | -1/+8 |
* | Update changelog to mention changes to instance Foldable (Compose f g) | Bodigrim | 2023-03-23 | 1 | -0/+2 |
* | fix: Incorrect @since annotations in GHC.TypeError | romes | 2023-03-22 | 1 | -3/+3 |
* | Fix documentation for traceWith and friends | MorrowM | 2023-03-07 | 1 | -0/+3 |
* | Add `Data.Functor.unzip` | Ollie Charles | 2023-03-07 | 1 | -0/+1 |
* | Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecT | Oleg Grenrus | 2023-03-04 | 1 | -0/+2 |
* | Export getSolo from Data.Tuple | David Feuer | 2023-03-03 | 1 | -0/+2 |
* | Add INLINABLE pragmas to `generic*` functions in Data.OldListwip/generic-inlinable | Matthew Pickering | 2023-02-17 | 1 | -0/+1 |
* | unicode: Don't inline bitmap in generalCategory | Matthew Pickering | 2023-02-16 | 1 | -0/+2 |
* | No default finalizer exception handler | sheaf | 2023-02-16 | 1 | -4/+3 |
* | base: Note move of GHC.Stack.CCS.whereFrom to GHC.InfoProv in changelog | Ben Gamari | 2023-02-16 | 1 | -0/+8 |
* | base: Move changelog entry to its place | Li-yao Xia | 2023-02-14 | 1 | -4/+4 |
* | base changelog: move entries which were not backported to ghc-9.6 to base-4.1... | Bodigrim | 2023-02-04 | 1 | -3/+5 |
* | CApiFFI: add ConstPtr for encoding const-qualified pointer return types | nineonine | 2023-01-28 | 1 | -3/+5 |
* | base: Make changelog proposal references more consistent | Ben Gamari | 2023-01-26 | 1 | -29/+31 |
* | Mark maximumBy/minimumBy as INLINE. | Andreas Klebinger | 2023-01-16 | 1 | -0/+2 |
* | Add safe list indexing operator: !? | Oleg Grenrus | 2023-01-09 | 1 | -0/+2 |
* | Add heqT, a kind-heterogeneous variant of heq | Oleg Grenrus | 2022-12-11 | 1 | -0/+1 |
* | Mark Type.Reflection.Unsafe as Unsafe | Krzysztof Gogolewski | 2022-12-08 | 1 | -0/+1 |
* | Make Functor a quantified superclass of Bifunctor. | Baldur Blöndal | 2022-11-30 | 1 | -1/+3 |
* | base: make Foreign.Marshal.Pool use RTS internal arena for allocation | Cheng Shao | 2022-11-16 | 1 | -2/+6 |
* | Add `Enum (Down a)` instance that swaps `succ` and `pred` | Gergo ERDI | 2022-10-17 | 1 | -0/+3 |
* | Add standard Unicode case predicates isUpperCase and isLowerCase. | Pierre Le Marre | 2022-10-14 | 1 | -0/+4 |
* | Export symbolSing, SSymbol, and friends (CLC#85)wip/clc-85 | Ryan Scott | 2022-10-06 | 1 | -0/+6 |
* | Minor fixes following Unicode 15.0.0 update | Pierre Le Marre | 2022-10-05 | 1 | -1/+1 |
* | Add fragmentation statistic to GHC.Stats | Teo Camarasu | 2022-09-21 | 1 | -0/+1 |
* | Relax instances for Functor combinators; put superclass on Class1 and Class2 ... | John Ericson | 2022-09-20 | 1 | -0/+5 |
* | Add `Eq` and `Ord` instances for `Generically1` | John Ericson | 2022-09-20 | 1 | -0/+1 |
* | Update to Unicode 15.0 | Pierre Le Marre | 2022-09-16 | 1 | -0/+1 |
* | Add changelog entry for liftA2 export from Prelude | Georgi Lyubenov | 2022-09-08 | 1 | -0/+4 |
* | Change Ord defaults per CLC proposal | Tommy Bidne | 2022-09-01 | 1 | -0/+3 |
* | Add since annotations and changelog entries | Harry Garrood | 2022-08-25 | 1 | -0/+1 |
* | base: Add changelog entries from ghc-9.2 | Ben Gamari | 2022-08-16 | 1 | -6/+47 |
* | Add a primop to query the label of a thread | Ben Gamari | 2022-08-06 | 1 | -0/+2 |
* | rts: Move thread labels into TSO | Ben Gamari | 2022-08-06 | 1 | -0/+4 |
* | Add primop to list threads | Ben Gamari | 2022-08-06 | 1 | -0/+2 |
* | Default implementation for mempty/(<>) | Gabriella Gonzalez | 2022-07-25 | 1 | -0/+2 |
* | Add mapAccumM, forAccumM to Data.Traversable | Boris Lykah | 2022-07-19 | 1 | -0/+2 |
* | changelog typo | Eric Lindblad | 2022-07-18 | 1 | -1/+1 |
* | Add applyWhen to Data.Function per CLC prop | Anselm Schüler | 2022-07-04 | 1 | -0/+1 |
* | Add Foldable1 and Bifoldable1 type classes | Bodigrim | 2022-06-27 | 1 | -1/+2 |
* | re-export GHC.Natural.minusNaturalMaybe from Numeric.Natural | Artem Pelenitsyn | 2022-06-22 | 1 | -0/+1 |
* | export IsList from GHC.IsList | Teo Camarasu | 2022-05-29 | 1 | -0/+2 |
* | base: Introduce [sg]etFinalizerExceptionHandler | Ben Gamari | 2022-05-19 | 1 | -0/+5 |
* | Re-export augment and build from GHC.List | Ben Gamari | 2022-05-13 | 1 | -0/+2 |