summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* ghc-heap: Allow more control about decoding CCS fieldsMatthew Pickering2021-01-225-15/+34
* Correct documentation in System.Mem.WeakCheng Shao2021-01-191-17/+11
* Rectify Haddock typos for the Functor classHécate2021-01-181-4/+5
* Add examples for Complex, (,,) and (,,,) Eq2 etc instancesOleg Grenrus2021-01-181-0/+51
* Add lifted instances for 3 and 4 tuplesOleg Grenrus2021-01-182-1/+114
* Add Eq1, Show1, Read1 Complex instancesOleg Grenrus2021-01-182-0/+23
* Bump gmp submodule, now with arm64 supportMoritz Angermann2021-01-172-31/+31
* Bignum: fix for Integer/Natural Ord instancesSylvain Henry2021-01-172-35/+43
* Third pass on doctest corrections.Oleg Grenrus2021-01-173-11/+27
* Revert "Remove SpecConstrAnnotation (#13681)" (#19168)Sylvain Henry2021-01-171-2/+24
* base: Eliminate pinned allocations from IntTableBen Gamari2021-01-173-13/+43
* Import fcntl with capi calling conventionOleg Grenrus2021-01-171-0/+1
* Remove references to ApplicativeDo in the base haddocksHécate2021-01-135-137/+106
* Correct more doctestsOleg Grenrus2021-01-109-20/+33
* Fix calls to varargs C function fcntlNick Erdmann2021-01-091-1/+2
* Natural: fix left shift of 0 (fix #19170)Sylvain Henry2021-01-091-1/+2
* More tidy synopses, and new generative recursionViktor Dukhovni2021-01-091-69/+260
* Reconcile extant synopses with new overview proseViktor Dukhovni2021-01-091-186/+323
* More truthful synopsis examplesViktor Dukhovni2021-01-091-11/+14
* New overview of Foldable classViktor Dukhovni2021-01-092-53/+750
* Add the Data.Foldable strictness optimisations to base's changelogHécate2021-01-031-0/+3
* Use EmptyCase instead of undefined in Generics exampleAsad Saeeduddin2021-01-021-6/+6
* Correct doctestsOleg Grenrus2021-01-0224-38/+117
* Upstream the strictness optimisation for GHC.List.{maximum,minimum}Hécate2021-01-021-2/+2
* Upstream the strictness optimisation for GHC.List.{sum,product}Hécate2021-01-021-2/+2
* base: add Numeric.{readBin, showBin} (fix #19036)Artem Pelenitsyn2021-01-026-12/+31
* Add Monoid instances for Product and ComposeJoe Hermaszewski2020-12-223-0/+14
* rts: enable thread label table in all RTS flavours #17972Adam Sandberg Ericsson2020-12-201-4/+4
* submodule update: containers and stmTom Ellis2020-12-172-0/+0
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-1513-114/+36
* Implement BoxedRep proposalAndrew Martin2020-12-1413-36/+114
* Implement type applications in patternsCale Gibbard2020-12-145-8/+22
* Use static array in zeroCountSylvain Henry2020-12-111-37/+6
* ghci: reuse Arch from ghc-bootSylvain Henry2020-12-112-63/+22
* ghci: don't compile unneeded modulesSylvain Henry2020-12-111-2/+2
* Move SizedSeq into ghc-bootSylvain Henry2020-12-115-4/+4
* Bump time submodule.Andreas Klebinger2020-12-081-0/+0
* Apply suggestion to libraries/base/Data/Foldable.hschessai2020-11-301-1/+1
* Apply suggestion to libraries/base/Data/Foldable.hschessai2020-11-301-1/+1
* Optimisations in Data.Foldable (T17867)chessai2020-11-301-20/+28
* ghc-heap: partial TSO/STACK decodingDavid Eichmann2020-11-2818-15/+1020
* Split Up getClosureDataFromHeapRepMatthew Pickering2020-11-261-9/+18
* Remove special case for GHC.ByteCode.InstrMatthew Pickering2020-11-261-3/+1
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-2619-316/+326
* CmmToLlvm: Declare signature for memcmpwip/angerman/arm64Ben Gamari2020-11-241-2/+18
* rts: Flush eventlog buffers from flushEventLogBen Gamari2020-11-241-0/+9
* Bump time submodule to 1.11.1Ben Gamari2020-11-225-0/+0
* Export indexError from GHC.Ix (#18579)Krzysztof Gogolewski2020-11-201-1/+1
* AArch64/arm64 adjustmentsMoritz Angermann2020-11-152-5/+5
* ghc-heap: expose decoding from heap representationDavid Eichmann2020-11-101-65/+112