summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Insert warnings in the documentation of dangerous functionsTom Sydney Kerckhove2021-10-158-2/+76
* Bignum: allow inlining of naturalEq/Ne/Gt/Lt/Ge/Le/Compare (#20361)Sylvain Henry2021-10-071-0/+14
* 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
* Add a regression test for #17912Kamil Dworakowski2021-09-293-0/+36
* 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-182-0/+35
* 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
* Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309Oleg Grenrus2021-09-112-10/+0
* base: Numeric: remove 'Show' constraint on 'showIntAtBase'Guillaume Bouchard2021-09-081-6/+6
* Fix broken haddock @since fields in baseJoshua Price2021-09-085-3/+23
* base Data.Fixed: fix documentation typo: succ (0.000 :: Milli) /= 1.001 Jens Petersen2021-09-081-1/+1
* Bignum: refactor conversion rulesSylvain Henry2021-09-071-0/+26
* Define returnA = idOleg Grenrus2021-09-062-1/+3
* fromEnum Natural: Throw error for non-representable valuesPeter Lebbing2021-09-062-4/+5
* Export Solo from Data.TupleDavid Feuer2021-08-276-3/+40
* Make Int64#/Word64# unconditionally availableJohn Ericson2021-08-193-3/+9
* Fix iconv detection in configure on OpenBSDGreg Steuck2021-08-151-1/+1
* Detect TypeError when checking for insolubilitysheaf2021-08-151-27/+17
* Add a Typeable constraint to fromStaticPtr, addressing #19729David Simmons-Duffin2021-08-102-1/+9
* Move `/includes` to `/rts/include`, sort per package betterJohn Ericson2021-08-093-4/+4
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* Remove ad-hoc fromIntegral rulesSylvain Henry2021-08-096-254/+16
* Ensure that newtype deriving strategy is used for CTypesSylvain Henry2021-08-091-12/+6
* Consistent use of coercion and TypeApplicationsViktor Dukhovni2021-08-081-6/+11
* Rewrite of Traversable overviewViktor Dukhovni2021-08-081-211/+845
* Add Data.ByteArray, derived from primitiveBodigrim2021-08-053-0/+245
* Constant-fold unpackAppendCString (fix #20174)Sylvain Henry2021-08-021-0/+2
* Fix spellingSylvain Henry2021-08-021-1/+1
* Improve documentation of openTempFile argsJulian Ospald2021-08-021-1/+3
* Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener...Baldur Blöndal2021-08-023-8/+175
* base: Document overflow behaviour of genericLengthSimon Jakobi2021-08-021-0/+9