summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add (++)/literal ruleSylvain Henry2021-10-021-0/+5
* Bump terminfo submodule to 0.4.1.5Ben Gamari2021-10-021-0/+0
* Rules for sized conversion primops (#19769)Sylvain Henry2021-09-301-0/+146
* ghc-boot: Eliminate unnecessary use of getEnvironmentBen Gamari2021-09-301-2/+2
* Add a regression test for #17912Kamil Dworakowski2021-09-293-0/+36
* Remove special case for large objects in allocateForCompactFabian Thorand2021-09-294-0/+47
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-234-37/+194
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-232-0/+155
* base: Generalize newStablePtrPrimMVarSven Tennie2021-09-231-2/+2
* Fix minor inconsistency in documentationalirezaghey2021-09-221-2/+2
* Clarify that malloc, free etc. are the ones from stdlib.hOleg Grenrus2021-09-221-0/+5
* docs: Fix examples for (un)escapeArgsMatthew Pickering2021-09-181-2/+2
* Fix formatting of link in base/Type.ReflectionJoaquin "Florius" Azcarate2021-09-181-2/+1
* Add more instances for SoloDavid Feuer2021-09-183-0/+37
* ghc-boot: Fix metadata handling of writeFileAtomicBen Gamari2021-09-172-0/+28
* testsuite: Add test for #18382Ben Gamari2021-09-173-0/+16
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-175-56/+160
* testsuite: Mark hDuplicateTo001 as fragile in concurrent waysBen Gamari2021-09-131-2/+1
* Break recursion in GHC.Float.roundingMode# (#20352)Sebastian Graf2021-09-111-1/+1