summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* base: Allow fusion for zip7 and relatedAlexandre2019-02-243-0/+34
* hWaitForInput-accurate-socket testTom Sydney Kerckhove2019-02-233-0/+25
* Text.ParserCombinators.ReadP: use NonEmpty in FinalVaibhav Sagar2019-02-211-19/+22
* Add comments about how zip fusionSimon Peyton Jones2019-02-202-26/+65
* base: Document errno behaviour in haddocks.Niklas Hambüchen2019-02-191-1/+5
* Minor documentation fix in GHC.ForeignPtrÖmer Sinan Ağacan2019-02-161-5/+3
* Properly escape character literals in HaddocksAlec Theriault2019-02-155-14/+14
* Implement -Wredundant-record-wildcards and -Wunused-record-wildcardsMatthew Pickering2019-02-141-2/+2
* Fix typos [skip ci]Alexandre Esteves2019-02-131-2/+2
* Add a changelog for base 4.14.0.0Langston Barrett2019-02-082-1/+6
* TestEquality instance for ComposeLangston Barrett2019-02-081-1/+13
* hWaitForInput-accurate-stdin testBen Gamari2019-01-313-0/+53
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-301-0/+3
* Compile count{Leading,Trailing}Zeros to corresponding x86_64 instructions und...Dmitry Ivanov2019-01-303-0/+34
* testsuite: Use makefile_testBen Gamari2019-01-302-7/+5
* Revert "Batch merge"Ben Gamari2019-01-306-42/+7
* Batch mergeBen Gamari2019-01-306-7/+42
* testsuite: Mark hWaitForInput-accurate-socket as requiring unixBen Gamari2019-01-271-1/+1
* A few typofixesGabor Greif2019-01-232-3/+3
* Error out of invalid Int/Word bit shiftsAlec Theriault2019-01-234-26/+80
* Minor typo in docs for KProxyJoachim Breitner2019-01-231-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