summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-073-2/+312
* 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-277-4/+89
* 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-098-12/+12
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-092-4/+4
* Remove ad-hoc fromIntegral rulesSylvain Henry2021-08-096-254/+16
* Ensure that newtype deriving strategy is used for CTypesSylvain Henry2021-08-091-12/+6
* rts: Fix use of sized array in Heap.hBen Gamari2021-08-091-1/+1
* 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
* Fix GHCi completion (#20101)Zubin Duggal2021-08-041-0/+0
* Handle OverloadedRecordDot in TH (#20185)Zubin Duggal2021-08-035-0/+16
* Bump process submoduleBen Gamari2021-08-031-0/+0
* Disallow nonlinear fields in Template Haskell (#18378)Krzysztof Gogolewski2021-08-021-0/+4
* 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
* PrimOps: Add CAS op for all int sizesPeter Trommler2021-08-022-2/+11
* base: Document overflow behaviour of genericLengthSimon Jakobi2021-08-021-0/+9