summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bignum: allow naturalToWordClamp/Negate/Signum to inline (#20361)Sylvain Henry2021-10-071-6/+0
* Bignum: allow inlining of naturalEq/Ne/Gt/Lt/Ge/Le/Compare (#20361)Sylvain Henry2021-10-073-5/+15
* Bignum: allow naturalEq#/Ne# to inline (#20361)Sylvain Henry2021-10-072-2/+1
* Corrected types of thread ids obtained from the RTSMann mit Hut2021-10-061-1/+1
* docs: Clarify documentation of `getFileSystemEncoding` (#20344)Zubin Duggal2021-10-051-1/+3
* Explain Endo, Dual, ... in lawsViktor Dukhovni2021-10-051-2/+40
* Adopt David Feuer's explantion of foldl' via foldrViktor Dukhovni2021-10-051-22/+31
* Minor wording tweaks/fixesViktor Dukhovni2021-10-052-24/+22
* Note elem ticket 20421Viktor Dukhovni2021-10-051-0/+4
* Note linear `elem` costViktor Dukhovni2021-10-051-10/+55
* Add laws link and tweak Traversable class textViktor Dukhovni2021-10-051-4/+8
* Address some Foldable documentation nitsViktor Dukhovni2021-10-051-14/+18
* base: Update Unicode database to 14.0Ben Gamari2021-10-035-112/+208