summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Remove confusing haddock quotes in 'readInt' documentationMatthew Pickering2021-12-101-1/+1
* Improve mtimesDefaultDavid Feuer2021-12-091-3/+22
* Drop O(n^2) warning on concatViktor Dukhovni2021-12-091-3/+0
* A few more typosViktor Dukhovni2021-12-091-6/+7
* Fix typo and outdated link in Data.FoldableViktor Dukhovni2021-12-092-3/+4
* Bump bytestring submodule to 0.11.2.0Bodigrim2021-12-091-0/+0
* Re-export GHC.Types from GHC.Extssheaf2021-12-073-56/+62
* Use italic big-O notation in Data.FoldableViktor Dukhovni2021-12-071-18/+18
* More specific documentation of foldr' caveatsViktor Dukhovni2021-12-071-3/+17
* List-monomorphic `foldr'`Viktor Dukhovni2021-12-072-10/+44
* Revert "Data.List specialization to []"Matthew Pickering2021-12-0317-1409/+1633
* Make openFile more tolerant of async excs (#18832)Kamil Dworakowski2021-12-025-45/+96
* ghc-compact: Update cabal fileBen Gamari2021-12-011-2/+5
* Rename Data.Array.ByteArray -> Data.Array.ByteBodigrim2021-11-263-8/+8
* Rename Data.ByteArray to Data.Array.ByteArray + add TrustworthyBodigrim2021-11-263-8/+9
* Add Data.Bits changes to base 4.16 changelogsheaf2021-11-251-0/+16
* Use getExecutablePath in getBaseDir on OpenBSDGreg Steuck2021-11-251-2/+2
* Make INLINE/NOINLINE pragmas a bgi less constrainingSimon Peyton Jones2021-11-226-53/+75
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-11-203-3/+5
* Bump deepseq submodule to 1.4.7.0-preBen Gamari2021-11-201-0/+0
* Bump text and parsec submodulesBen Gamari2021-11-182-0/+0
* Bump Cabal submoduleBen Gamari2021-11-182-1/+1
* Revert "base: Use one-shot kqueue on macOS"Matthew Pickering2021-11-181-2/+15
* bitReverse functions in GHC.Word are since base-4.14.0.0, not 4.12.0.0ARATA Mizuki2021-11-171-4/+4
* Provide in-line kind signatures for Data.Type.Ord.Compare.Andrew Pritchard2021-11-171-1/+1
* Fix Haddock markup on Data.Type.Ord.OrdCond.Andrew Pritchard2021-11-171-3/+4
* Increase type sharingBen Gamari2021-11-171-0/+10
* Hadrian: fix windows cross-build (#20657)Sylvain Henry2021-11-154-4/+5
* Implement -Wforall-identifier (#20609)Vladislav Zavialov2021-11-121-3/+3
* Improve ZipList section of Traversable overviewViktor Dukhovni2021-11-101-6/+15
* Fix rendering of Applicative lawLi-yao Xia2021-11-101-1/+1
* Bignum: expose backendName (#20495)Sylvain Henry2021-11-096-1/+25
* Fix Int64/Word64's Enum instance fusionSylvain Henry2021-11-062-0/+28
* Make Word64 use Word64# on every architectureSylvain Henry2021-11-0610-456/+43
* Remove target dependent CPP for Word64/Int64 (#11470)Sylvain Henry2021-11-066-36/+53
* Avoid GHC_STAGE and other include bitsJohn Ericson2021-11-051-1/+1
* Remove record field from SoloSimon Peyton Jones2021-11-055-33/+11
* Bignum: add missing ruleSylvain Henry2021-10-291-0/+3
* Add more INLINABLE and INLINE pragmas to `Enum Int*` instancesSebastian Graf2021-10-293-4/+64
* base: Note export of Data.Tuple.Solo in changelogBen Gamari2021-10-271-1/+4
* Tweak descriptions of lines and unlinesViktor Dukhovni2021-10-251-19/+17
* undefined: Neater CallStack in error messageJoachim Breitner2021-10-241-1/+7
* Remove IndefiniteSylvain Henry2021-10-221-9/+10
* Bignum: allow Integer's signum to inline (#20361)Sylvain Henry2021-10-201-2/+0
* Bignum: allow Integer predicates to inline (#20361)Sylvain Henry2021-10-201-32/+22
* Bignum: constant folding for bigNatCompareWord# (#20361)Sylvain Henry2021-10-201-0/+1
* Fix infelicities in docs for lines, unlines, words, unwordsKoz Ross2021-10-191-13/+45
* Introduce Concrete# for representation polymorphism checkssheaf2021-10-171-1/+3
* Insert warnings in the documentation of dangerous functionsTom Sydney Kerckhove2021-10-158-2/+76
* Bignum: transfer NOINLINE from Natural to BigNatSylvain Henry2021-10-072-4/+9