summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
...
* Fix example in `asum` docsSimon Jakobi2018-07-161-1/+1
* Do not imply NoStarIsType by TypeOperators/TypeInTypeVladislav Zavialov2018-07-161-0/+1
* Replace atomicModifyMutVar#David Feuer2018-07-157-33/+168
* Link to iterate' doesn't work.David Sanders2018-07-121-2/+2
* Fix for built-in Natural literals desugaringSylvain Henry2018-07-061-1/+1
* base: Add missing instances for Data.Ord.DownBen Gamari2018-06-198-0/+61
* Tweak wording in documentationVictor Nawothnig2018-06-191-2/+3
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-181-2/+2
* Improve documentation of Eq, Ord instances for Float and DoubleARJANEN Loïc Jean David2018-06-175-4/+101
* Warn about implicit kind variables with -WcompatVladislav Zavialov2018-06-161-4/+5
* base: Add default implementation for Data.Bits.bitSizeBen Gamari2018-06-162-0/+7
* base: Improve the documentation of the enumFrom series of functionsARJANEN Loïc Jean David2018-06-161-4/+42
* testsuite: Mark num009 as broken due to #15062Ben Gamari2018-06-161-0/+1
* Built-in Natural literals in CoreSylvain Henry2018-06-1522-611/+945
* Embrace -XTypeInType, add -XStarIsTypeVladislav Zavialov2018-06-1411-49/+51
* Mark test broken on powerpc64[le]Peter Trommler2018-06-141-0/+1
* Make Control.Exception.throw levity polymorphic.Félix Baylac-Jacqué2018-06-142-1/+6
* Duplicated andGabor Greif2018-06-141-1/+1
* Fix #15236 by removing parentheses from funTyConNameRyan Scott2018-06-071-4/+26
* Index arrays more eagerlyDavid Feuer2018-06-071-9/+29
* rts: Rip out support for STM invariantsBen Gamari2018-06-023-41/+11
* vectorise: Put it out of its miseryBen Gamari2018-06-022-38/+0
* base/TimerManager: Clamp timer expiration time to maxBoundBen Gamari2018-05-302-8/+17
* Unmask readMVar in readChanDavid Feuer2018-05-291-10/+1
* base: Improve zip documentationTaylor Fausak2018-05-291-1/+8
* Clean up Windows testsuite failuresTamar Christina2018-05-283-2/+29
* Fix 32 bit windows buildTamar Christina2018-05-281-1/+2
* Update GHC.Stats docsÖmer Sinan Ağacan2018-05-281-2/+5
* base: Introduce Data.Monoid.Apchessai2018-05-276-10/+73
* Another batch of './validation --slow' tweaksAlp Mestanogullari2018-05-201-1/+2
* base: Fix typoBen Gamari2018-05-201-1/+1
* base: Add Foldable and Traversable instances for AltJack Henahan2018-05-193-1/+13
* Improve numeric stability of numericEnumFrom for floating numbersHE, Tao2018-05-164-2/+67
* Make finalizers more reliable.Tamar Christina2018-05-164-2/+34
* Calling GetLastError() on Windows for socket IO (trac issue #12012)ARJANEN Loïc Jean David2018-05-151-18/+33
* More explicit comment on switch in registerDelayKirill Zaborsky2018-05-151-2/+3
* Improve some Foldable methods for NonEmptyDavid Feuer2018-05-131-3/+19
* Fix changelog message for asinhDavid Feuer2018-05-131-2/+2
* base: Fix handling of showEFloat (Just 0)Ben Gamari2018-05-133-21/+34
* 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