summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Make law for Foldable.length explicitAlain O'Dea2017-08-221-0/+2
* Make the Read instance for Proxy (and friends) ignore precedenceRyan Scott2017-08-228-14/+24
* Revert "Add strict variant of iterate"Ben Gamari2017-08-194-29/+1
* Add strict variant of iterateBen Gamari2017-08-184-1/+29
* Doctests for Data.TupleDavid Luposchainsky2017-08-181-1/+20
* Loads of doc(test)sDavid Luposchainsky2017-08-1714-110/+272
* Convert documentation examples to doctests for ReadP moduleDavid Luposchainsky2017-08-171-73/+54
* Mention the category laws explicitlyDavid Luposchainsky2017-08-171-2/+7
* Add some Monoid doctestsDavid Luposchainsky2017-08-172-4/+38
* Insert missing blank line to fix Applicative docDavid Luposchainsky2017-08-171-0/+1
* Doctest for Void.absurdDavid Luposchainsky2017-08-171-0/+8
* Add Semigroup/Monoid instances to ST monadBen Gamari2017-08-143-0/+12
* Convert examples to doctests, and add a handful of new onesDavid Luposchainsky2017-08-061-35/+157
* Add forgotten > in Control.ApplicativeOleg Grenrus2017-08-061-1/+1
* Remove the deprecated Typeable{1..7} type synonymsRyan Scott2017-08-052-18/+2
* Drop GHC 7.10 compatibilityRyan Scott2017-08-013-20/+8
* Allow Windows to set blank environment variablesHabib Alamin2017-07-316-5/+247
* Add '<&>' operator to Data.Functor. '<&>' calls '<$>' with flipped arguments.Sven Tennie2017-07-295-0/+83
* Ensure that GHC.Stack.callStack doesn't failBen Gamari2017-07-281-1/+4
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-273-122/+27
* base: Introduce GHC.ByteOrderBen Gamari2017-07-242-0/+32
* Add a caveat to the GHC.Generics examples about :+: nestingRyan Scott2017-07-241-22/+30
* Update autoconf scriptsBen Gamari2017-07-231-5/+12
* base: Improve docs to clarify when finalizers may not be runAndrew Martin2017-07-191-0/+26
* Add Haddocks for Eq (STRef a) and Eq (IORef a)Adam Sandberg Eriksson2017-07-192-7/+7
* Typeable: Always use UTF-8 string unpacking primitiveBen Gamari2017-07-181-6/+6
* Remove redundant import; fix noteDavid Feuer2017-07-112-6/+3
* Fix minor typoIsmail2017-07-111-1/+1
* Optimize TimerManageralexbiehl2017-07-112-425/+404
* Fix Work Balance computation in RTS statsDouglas Wilson2017-07-111-3/+25
* Fix paper link in MVar docs [ci skip]Ömer Sinan Ağacan2017-07-021-1/+1
* Typos in comments and manual [ci skip]Gabor Greif2017-06-281-1/+1
* base/inputReady: Whitespace cleanupBen Gamari2017-06-271-84/+84
* Add fixity declaration for Data.List.NonEmpty.!!Ryan Scott2017-06-232-0/+2
* Fix typo5outh2017-06-221-1/+1
* base: Export Fingerprint accessors from Type.Reflection.UnsafeBen Gamari2017-06-211-2/+2
* Don't expose fingerprints from Type.ReflectionDavid Feuer2017-06-191-3/+0
* Add fixity declaration for :~~:Ryan Scott2017-06-191-1/+1
* Typofix in Data.Type.Equality commentsRyan Scott2017-06-181-1/+1
* base: Validate input in setNumCapabilitiesBen Gamari2017-06-161-1/+3
* GHC.Stats cleanupRyan Scott2017-06-021-4/+4
* base: Fix a few TODOs in Typeable.InternalBen Gamari2017-05-231-6/+4
* base: Explicitly mark Data.Either.{left,right} as INLINABLEBen Gamari2017-05-201-0/+2
* Insert missing newlineFrederik Hanghøj Iversen2017-05-181-1/+1
* Update autoconf scripts from correct sourceBen Gamari2017-05-112-71/+109
* Update autoconf scriptsBen Gamari2017-05-112-107/+69
* bump config.{guess,sub}Moritz Angermann2017-05-112-93/+181
* base: Fix documentation for forkIOWithUnmaskBen Gamari2017-05-071-1/+1
* Fix comment for compact regionTakenobu Tani2017-05-041-1/+1
* Improve fixIODavid Feuer2017-05-031-7/+13