summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Correct duplicate 4.12.0.0 entry in base's changelogRyan Scott2019-04-021-1/+1
* Properly escape character literals in HaddocksAlec Theriault2019-02-255-14/+14
* base: Document errno behaviour in haddocks.Niklas Hambüchen2019-02-201-1/+5
* testsuite: Mark hWaitForInput-accurate-socket as requiring unixBen Gamari2019-02-201-1/+1
* A few typofixesGabor Greif2019-02-202-3/+3
* Error out of invalid Int/Word bit shiftsAlec Theriault2019-02-204-26/+80
* Minor typo in docs for KProxyJoachim Breitner2019-02-201-1/+1
* Improve clarity of documentation for maybeToListSteve Hart2019-01-161-1/+1
* Revert "Fix typo in maybeToList documentation"Steve Hart2019-01-161-1/+1
* Fix typo in maybeToList documentationSteve Hart2019-01-161-1/+1
* Remove from `base` obsolete CPP for `integer-gmp`Alec Theriault2019-01-167-162/+26
* hWaitForInput-accurate-socket testTom Sydney Kerckhove2019-01-163-0/+50
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-0644-44/+44
* Add entry for #16031 to base/changelog.mdSven Tennie2019-01-061-0/+5
* Fix precedence handling for Data.Fixed's Show instance (#16031)Sven Tennie2019-01-063-1/+9
* Mark GHC.Maybe as not-home for haddockSimon Jakobi2019-01-041-0/+1
* Division fails fast for `divMod` \w integer-simpleAlec Theriault2018-12-271-16/+20
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-183-17/+26
* make QSem and QSemN newtypeschessai2018-12-172-5/+2
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-132-16/+26
* Fix broken link in comment (#16010)Sven Tennie2018-12-131-1/+1
* Fix typo in Foldable docsSimon Jakobi2018-12-071-1/+1
* Add some complexities to Data.List documentation (#15003)Sven Tennie2018-12-071-6/+8
* Add fusion rules for the zipWith functions in base (#15263)Tobias Decking2018-12-062-0/+193
* Warn on all out-of-range literals in pats/exprsAlec Theriault2018-12-031-2/+2
* Add missing since annotationsVictor Nawothnig2018-11-291-0/+18
* Fix unused-import warningsDavid Eichmann2018-11-2210-16/+1
* Doc-only fixesAlec Theriault2018-11-2221-136/+114
* 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