summaryrefslogtreecommitdiff
path: root/libraries/base/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Add a changelog for base 4.14.0.0Langston Barrett2019-02-081-0/+5
* Error out of invalid Int/Word bit shiftsAlec Theriault2019-01-231-0/+4
* Add entry for #16031 to base/changelog.mdSven Tennie2019-01-061-0/+5
* base: Fill in TBAs in changelogBen Gamari2018-10-151-4/+4
* Add a strict version of foldMap to FoldableSimon Jakobi2018-10-151-0/+2
* Stable name type roleDavid Feuer2018-10-041-0/+4
* Update unicode tables to v. 12 of the standardArtem Pelenitsyn2018-08-231-0/+6
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-191-0/+5
* base: Add default implementation for Data.Bits.bitSizeBen Gamari2018-06-161-0/+3
* Make Control.Exception.throw levity polymorphic.Félix Baylac-Jacqué2018-06-141-0/+2
* rts: Rip out support for STM invariantsBen Gamari2018-06-021-0/+11
* base: Introduce Data.Monoid.Apchessai2018-05-271-1/+3
* base: Add Foldable and Traversable instances for AltJack Henahan2018-05-191-0/+2
* Fix changelog message for asinhDavid Feuer2018-05-131-2/+2
* base: Fix handling of showEFloat (Just 0)Ben Gamari2018-05-131-0/+3
* base/changelog: Note stabilization of asinh (#14927)Ben Gamari2018-05-051-0/+3
* Move the ResponseFile module from haddock into baseChaitanya Koparkar2018-05-031-0/+3
* Correct FixIOException's @since annotation retroactivelyRyan Scott2018-04-131-0/+4
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-131-0/+4
* Special-case record fields ending with hash when deriving ReadRyan Scott2018-03-231-0/+4
* Add Applicative, Semigroup, and Monoid instances in GHC.GenericsLysxia2018-03-021-0/+3
* Move Data.Functor.Contravariant from the contravariant package to base.Andrew Martin2018-03-021-0/+2
* base: Fix changelog entry for openTempFileBen Gamari2018-02-181-3/+2
* Make ($!) representation-polymorphicDavid Feuer2018-02-121-0/+4
* base: Deprecate STM invariant checking primitivesBen Gamari2018-02-031-0/+3
* Make System.IO.openTempFile thread-safe on WindowsTamar Christina2018-01-021-0/+3
* Forward-port changes from GHC 8.2 branchHerbert Valerio Riedel2017-12-071-0/+8
* base: Rip out old RTS statistics interfaceBen Gamari2017-11-271-2/+4
* Follow symlinks in the Win32 code for System.Environment.getExecutablePathAlp Mestanogullari2017-11-271-0/+2
* Implement the basics of hex floating point literalsIavor Diatchki2017-11-021-0/+2
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-0/+3
* Re-apply "Typeable: Allow App to match arrow types"Simon Peyton Jones2017-10-121-0/+2
* base: Remove deprecated Chan combinatorsBen Gamari2017-10-031-0/+3
* Implement Div, Mod, and Log for type-level nats.Iavor Diatchki2017-10-031-0/+3
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-031-0/+3
* Sync base/changelog.mdHerbert Valerio Riedel2017-10-031-3/+3
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-261-0/+3
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-261-3/+0
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-261-0/+3
* Revert "Typeable: Allow App to match arrow types"Herbert Valerio Riedel2017-09-241-2/+0
* Reexport Semigroup's <> operator from Prelude (#14191)Herbert Valerio Riedel2017-09-221-1/+1
* base: Add changelog entry for withTypeable generalizationBen Gamari2017-09-211-0/+3
* Typeable: Allow App to match arrow typesBen Gamari2017-09-211-0/+2
* Make zipWith and zipWith3 inlinable.HE, Tao2017-09-191-0/+2
* Generalise constraint on `instance Monoid (Maybe a)` to SemigroupHerbert Valerio Riedel2017-09-191-0/+3
* base: Add missing MonadFail instance for strict STBen Gamari2017-09-161-0/+2
* Simplify Data.Type.Equality.==David Feuer2017-09-131-0/+8
* Make IntPtr and WordPtr as instance of Data.Data typeclass, fix #13115HE, Tao2017-09-131-0/+2
* Make Semigroup a superclass of Monoid (re #14191)Herbert Valerio Riedel2017-09-071-0/+6
* Add strict variant of iterateBen Gamari2017-08-251-0/+3