summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* base: Mention openFile throwing does-not-exist-errors on FIFOsBen Gamari2018-11-221-1/+3
* Introduce Int16# and Word16#Abhiroop Sarkar2018-11-171-0/+2
* More efficient, non-allocating unsafeLookupStaticPtrÖmer Sinan Ağacan2018-11-161-4/+3
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-071-14/+4
* Add Int8# and Word8#Michal Terepeta2018-11-021-1/+3
* base: Improve haddocks for FunctorSimon Jakobi2018-11-021-2/+5
* base: Misc haddock fixesSimon Jakobi2018-11-023-14/+14
* Data.Maybe: add callstack for fromJust (Trac #15559)Fangyi Zhou2018-11-013-2/+17
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-301-3/+0
* Fix docs typo in Bitraversable composition lawMark Seemann2018-10-301-1/+1
* Docs: clarify the interaction between throwSTM and catchSTM.Ian Denhardt2018-10-291-2/+12
* Comment out CONSTANT_FOLDED in GHC.NaturalChristiaan Baaij2018-10-281-25/+30
* testsuite: Mark T15349 as broken in the ghci wayBen Gamari2018-10-231-1/+1
* base: Fill in TBAs in changelogBen Gamari2018-10-151-4/+4
* Add a strict version of foldMap to FoldableSimon Jakobi2018-10-152-0/+8
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-0/+3
* Enable -Wcompat=error in the testsuiteVladislav Zavialov2018-10-151-2/+4
* Typeable: Only render saturated tuple types with tuple syntaxBen Gamari2018-10-151-1/+5
* Fix dataToTag# argument evaluationÖmer Sinan Ağacan2018-10-101-10/+1
* Revert "Add Int8# and Word8#"Ben Gamari2018-10-091-3/+1
* Add Int8# and Word8#Michal Terepeta2018-10-071-1/+3
* testsuite: disable T11760 on non-smp targetsSergei Trofimovich2018-10-071-1/+1
* Stable name type roleDavid Feuer2018-10-041-0/+4
* Don't leak internal commentary into HasField's HaddocksRyan Scott2018-10-041-1/+1
* Distinguish Inferred from Specified tyvarsSimon Peyton Jones2018-10-041-1/+8
* Make sure forM_ and related functions fuse cleanlySebastian Graf2018-09-171-8/+102
* base: Add bangs to GHC.IO.Handle.Text hGet* functionsBen Gamari2018-09-171-3/+3
* base: showEFloat: Handle negative precisions the same of zero precisionBen Gamari2018-09-131-4/+6
* Avoid creating unevaluated Int thunks when iterating in GHC.ForeignNeil Mitchell2018-09-081-4/+4
* Refactor Foreign.Marshal modules for more modern styleÖmer Sinan Ağacan2018-09-082-62/+29
* base: Add references to Notes for certain special importsChaitanya Koparkar2018-09-056-9/+11
* Fixed typo in exponent examplechris-bacon2018-08-291-1/+1
* Update unicode tables to v. 12 of the standardArtem Pelenitsyn2018-08-235-1192/+1546
* docs: "state transformer" -> "state monad" / "ST" (whichever is meant)Artem Pelenitsyn2018-08-219-28/+28
* Fix precision of asinh/acosh/atanh by making them primopsArtem Pelenitsyn2018-08-211-14/+14
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-2158-254/+262
* base: Mark `findIndices` as INLINABLE instead of INLINE (fixes #15426)Kevin Buhr2018-08-211-1/+3
* Expose the StableName constructorDavid Feuer2018-08-203-73/+109
* base: Rewrite semigroup documentationTobias Pflug2018-08-171-8/+45
* base: rewrite Monoid module docsTobias Pflug2018-08-171-2/+37
* testsuite: Bump for unix 2.7Ben Gamari2018-08-091-1/+1
* base: improve Functor documentationTobias Pflug2018-08-092-9/+30
* Unhide GHC.List for haddockSimon Jakobi2018-08-061-1/+0
* Add since annotation to GHC.ByteOrderAlexander Biehl2018-08-061-0/+1
* base: Fix documentation of System.Environment.BlankBen Gamari2018-07-311-15/+12
* base: Make Foreign.Marshal.Alloc.allocBytes[Aligned] NOINLINEBen Gamari2018-07-301-0/+17
* Refactor (~) to reduce the suerpclass stackSimon Peyton Jones2018-07-271-24/+0
* Harden fixSTDavid Feuer2018-07-216-17/+75
* Fixed "Memory Model" example.Francesco Ariis2018-07-161-13/+17
* Fix example in `asum` docsSimon Jakobi2018-07-161-1/+1