summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Add release note for GHC.Unicode refactor in base-4.18.Pierre Le Marre2023-04-061-3/+4
* [feat] make ($) representation polymorphicmangoiv2023-04-011-0/+1
* Add {-# WARNING #-} to Data.List.{head,tail}Bodigrim2023-03-301-0/+3
* Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNatRyan Scott2023-03-281-0/+2
* Add Eq/Ord instances for SSymbol, SChar, and SNatRyan Scott2023-03-251-0/+2
* base: Document GHC versions associated with past base versions in the changelogLi-yao Xia2023-03-251-1/+8
* Update changelog to mention changes to instance Foldable (Compose f g)Bodigrim2023-03-231-0/+2
* fix: Incorrect @since annotations in GHC.TypeErrorromes2023-03-221-3/+3
* Fix documentation for traceWith and friendsMorrowM2023-03-071-0/+3
* Add `Data.Functor.unzip`Ollie Charles2023-03-071-0/+1
* Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecTOleg Grenrus2023-03-041-0/+2
* Export getSolo from Data.TupleDavid Feuer2023-03-031-0/+2
* Add INLINABLE pragmas to `generic*` functions in Data.OldListwip/generic-inlinableMatthew Pickering2023-02-171-0/+1
* unicode: Don't inline bitmap in generalCategoryMatthew Pickering2023-02-161-0/+2
* No default finalizer exception handlersheaf2023-02-161-4/+3
* base: Note move of GHC.Stack.CCS.whereFrom to GHC.InfoProv in changelogBen Gamari2023-02-161-0/+8
* base: Move changelog entry to its placeLi-yao Xia2023-02-141-4/+4
* base changelog: move entries which were not backported to ghc-9.6 to base-4.1...Bodigrim2023-02-041-3/+5
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-01-281-3/+5
* base: Make changelog proposal references more consistentBen Gamari2023-01-261-29/+31
* Mark maximumBy/minimumBy as INLINE.Andreas Klebinger2023-01-161-0/+2
* Add safe list indexing operator: !?Oleg Grenrus2023-01-091-0/+2
* Add heqT, a kind-heterogeneous variant of heqOleg Grenrus2022-12-111-0/+1
* Mark Type.Reflection.Unsafe as UnsafeKrzysztof Gogolewski2022-12-081-0/+1
* Make Functor a quantified superclass of Bifunctor.Baldur Blöndal2022-11-301-1/+3
* base: make Foreign.Marshal.Pool use RTS internal arena for allocationCheng Shao2022-11-161-2/+6
* Add `Enum (Down a)` instance that swaps `succ` and `pred`Gergo ERDI2022-10-171-0/+3
* Add standard Unicode case predicates isUpperCase and isLowerCase.Pierre Le Marre2022-10-141-0/+4
* Export symbolSing, SSymbol, and friends (CLC#85)wip/clc-85Ryan Scott2022-10-061-0/+6
* Minor fixes following Unicode 15.0.0 updatePierre Le Marre2022-10-051-1/+1
* Add fragmentation statistic to GHC.StatsTeo Camarasu2022-09-211-0/+1
* Relax instances for Functor combinators; put superclass on Class1 and Class2 ...John Ericson2022-09-201-0/+5
* Add `Eq` and `Ord` instances for `Generically1`John Ericson2022-09-201-0/+1
* Update to Unicode 15.0Pierre Le Marre2022-09-161-0/+1
* Add changelog entry for liftA2 export from PreludeGeorgi Lyubenov2022-09-081-0/+4
* Change Ord defaults per CLC proposalTommy Bidne2022-09-011-0/+3
* Add since annotations and changelog entriesHarry Garrood2022-08-251-0/+1
* base: Add changelog entries from ghc-9.2Ben Gamari2022-08-161-6/+47
* Add a primop to query the label of a threadBen Gamari2022-08-061-0/+2
* rts: Move thread labels into TSOBen Gamari2022-08-061-0/+4
* Add primop to list threadsBen Gamari2022-08-061-0/+2
* Default implementation for mempty/(<>)Gabriella Gonzalez2022-07-251-0/+2
* Add mapAccumM, forAccumM to Data.TraversableBoris Lykah2022-07-191-0/+2
* changelog typoEric Lindblad2022-07-181-1/+1
* Add applyWhen to Data.Function per CLC propAnselm Schüler2022-07-041-0/+1
* Add Foldable1 and Bifoldable1 type classesBodigrim2022-06-271-1/+2
* re-export GHC.Natural.minusNaturalMaybe from Numeric.NaturalArtem Pelenitsyn2022-06-221-0/+1
* export IsList from GHC.IsListTeo Camarasu2022-05-291-0/+2
* base: Introduce [sg]etFinalizerExceptionHandlerBen Gamari2022-05-191-0/+5
* Re-export augment and build from GHC.ListBen Gamari2022-05-131-0/+2