summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct base's changelog for 4.16.1.0Hécate Moonlight2022-05-091-4/+9
* Start 9.6.1-notessheaf2022-05-051-0/+2
* Mention new MutableByteArray# wrapper in base changelog.Andreas Klebinger2022-04-221-1/+1
* Update changelog.Philip Hazelden2022-04-091-0/+3
* remove MonadFail instances of STArtem Pelenitsyn2022-03-051-0/+5
* Move linters into the treeMatthew Pickering2022-02-241-1/+1
* Add the Ix class to Foreign C integral typesHécate Moonlight2022-02-041-0/+5
* Add a note to base changelogCheng Shao2021-12-151-0/+4
* Data.Functor.Classes: fix Ord1 instance for DownVaibhav Sagar2021-12-141-0/+2
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-121-0/+4
* Re-export GHC.Types from GHC.Extssheaf2021-12-071-0/+2
* Revert "Data.List specialization to []"Matthew Pickering2021-12-031-3/+0
* Make openFile more tolerant of async excs (#18832)Kamil Dworakowski2021-12-021-0/+3
* Rename Data.Array.ByteArray -> Data.Array.ByteBodigrim2021-11-261-1/+1
* Rename Data.ByteArray to Data.Array.ByteArray + add TrustworthyBodigrim2021-11-261-1/+1
* Add Data.Bits changes to base 4.16 changelogsheaf2021-11-251-0/+16
* base: Note export of Data.Tuple.Solo in changelogBen Gamari2021-10-271-1/+4
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-171-0/+7
* Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309Oleg Grenrus2021-09-111-1/+0
* Define returnA = idOleg Grenrus2021-09-061-0/+2
* fromEnum Natural: Throw error for non-representable valuesPeter Lebbing2021-09-061-0/+3
* Add a Typeable constraint to fromStaticPtr, addressing #19729David Simmons-Duffin2021-08-101-0/+2
* Add Data.ByteArray, derived from primitiveBodigrim2021-08-051-0/+2
* Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener...Baldur Blöndal2021-08-021-1/+5
* Implement improved "get executable path" queryFraser Tweedale2021-07-061-0/+3
* Add pattern TypeRep (#19691), exported by Type.Reflection.Baldur Blöndal2021-05-191-0/+4
* Add Eq1 and Ord1 Fixed instancesOleg Grenrus2021-04-261-1/+2
* Data.List specialization to []Oleg Grenrus2021-04-011-0/+3
* Additionally export asum from Control.ApplicativeOleg Grenrus2021-03-301-0/+2
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-171-0/+5
* fromInteger :: Integer -> {Float,Double} now always round to nearest evenARATA Mizuki2021-03-171-0/+3
* Update changelog and release notes for Data.Type.Ord changeDaniel Winograd-Cort2021-03-081-0/+8
* Make openFile exception safeDavid Feuer2021-02-221-0/+5
* Throw IOError when allocaBytesAligned gets non-power-of-two alignDaniel Gröber2021-02-141-0/+5
* Introduce keepAlive primopBen Gamari2021-02-141-2/+13
* Remove Data.Semigroup.OptionSimon Jakobi2021-02-131-0/+2
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-271-0/+4
* Add lifted instances for 3 and 4 tuplesOleg Grenrus2021-01-181-1/+1