summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
...
* Fix #15038Ömer Sinan Ağacan2018-05-101-1/+5
* base/changelog: Note stabilization of asinh (#14927)Ben Gamari2018-05-051-0/+3
* Stable area hyperbolic sine for `Double` and `Float`.Justus Sagemüller2018-05-051-2/+10
* Use unsafeInsertNew to create timers in TimerManagerMitchell Rosen2018-05-052-18/+5
* Enable warning flags to safe-guard against regressions in `base`Herbert Valerio Riedel2018-05-031-0/+3
* Move the ResponseFile module from haddock into baseChaitanya Koparkar2018-05-035-0/+239
* minor improvement to wording of warning against First. Add warning against LastAndrew Martin2018-05-031-1/+11
* document the plan for removing Data.Semigroup.OptionAndrew Martin2018-05-031-1/+6
* Warn against using Data.Monoid.FirstAndrew Martin2018-05-031-0/+10
* errorWithoutStackTrace: omit profiling stack trace (#14970)Simon Marlow2018-05-021-5/+4
* base: Add a test for T10412Ben Gamari2018-04-203-0/+11
* Fixes isAlphaNum re. isAlpha/isNumber and doc fix (trac issue #10412)ARJANEN Loïc Jean David2018-04-192-6/+5
* Bump base to version 4.12.0.0Ryan Scott2018-04-191-1/+1
* Bump unix submodule to version 2.8.0.0Ryan Scott2018-04-192-4/+4
* Fix #14710 with more validity checks during renamingRyan Scott2018-04-191-0/+1
* Correct FixIOException's @since annotation retroactivelyRyan Scott2018-04-132-2/+9
* Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0Ryan Scott2018-04-132-1/+5
* testsuite: Add test for negative sqrts (#10010)Ben Gamari2018-04-103-0/+6
* docs(Data.Function): fix and augment `on` annotationGabriel Lebec2018-04-071-7/+7
* base: Add dependency on GHC.Integer in a few boot filesBen Gamari2018-04-062-0/+2
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-312-2/+16
* rts, base: Refactor stats.c to improve --machine-readable reportDouglas Wilson2018-03-261-0/+8
* base: Fix Unicode handling of TyCon's Show instanceBen Gamari2018-03-251-1/+1
* Special-case record fields ending with hash when deriving ReadRyan Scott2018-03-232-0/+21
* Revert "rts, base: Refactor stats.c to improve --machine-readable report"Ben Gamari2018-03-201-8/+0
* rts, base: Refactor stats.c to improve --machine-readable reportDouglas Wilson2018-03-191-0/+8
* Improve accuracy of get/setAllocationCounterBen Gamari2018-03-191-16/+5
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-191-0/+3
* Make accumArray and accum stricterDavid Feuer2018-03-061-7/+23
* Bump Cabal submodule to 2.2Moritz Angermann2018-03-031-2/+2
* Add Applicative, Semigroup, and Monoid instances in GHC.GenericsLysxia2018-03-022-1/+61
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-0262-148/+735
* Various Windows / Cross Compile to Windows fixesMoritz Angermann2018-03-021-0/+2
* Move Data.Functor.Contravariant from the contravariant package to base.Andrew Martin2018-03-023-0/+298
* base: Fix changelog entry for openTempFileBen Gamari2018-02-181-3/+2
* Get eqTypeRep to inlineDavid Feuer2018-02-151-3/+11
* Various documentation improvementsSergey Vinokurov2018-02-143-5/+5
* Make ($!) representation-polymorphicDavid Feuer2018-02-122-2/+6
* Simplify Foreign.Marshal.Alloc functions with ScopedTypeVariablesÖmer Sinan Ağacan2018-02-101-23/+12
* base: Deprecate STM invariant checking primitivesBen Gamari2018-02-032-0/+15
* base: Refactor Show ErrorCall instance into proper ShowS styleBen Gamari2018-01-261-1/+2
* Update Cabal submoduleOleg Grenrus2018-01-211-1/+1
* tentative improvement to callstack docsAlp Mestanogullari2018-01-211-10/+13
* Revert "Improve accuracy of get/setAllocationCounter"Ben Gamari2018-01-181-5/+16
* Kill off irrefutable pattern errorsDavid Feuer2018-01-151-3/+2
* Fix mistaken mergeBen Gamari2018-01-121-22/+15
* KQueue: Fix write notification requests being ignored...Matthias Treydte2018-01-121-25/+21
* Improve accuracy of get/setAllocationCounterSimon Marlow2018-01-081-16/+5
* Make the Div and Mod type families `infixl 7`Ryan Scott2018-01-071-1/+1
* Make System.IO.openTempFile thread-safe on WindowsTamar Christina2018-01-023-34/+110