summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Add explicit import lists to Data.List importsOleg Grenrus2021-01-293-3/+3
* Implement #18519Koz Ross2021-01-271-0/+38
* Fix doctest examples in Data.BitsOleg Grenrus2021-01-271-3/+7
* Remove -XMonadFailDesugaring referencesHécate2021-01-271-1/+0
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-2711-1/+100
* Bignum: add Natural constant folding rules (#15821)Sylvain Henry2021-01-2312-129/+187
* FiniteBits for some newtype instances, notes on whyKoz Ross2021-01-231-7/+25
* Add headers for Data.Bits documentationKoz Ross2021-01-231-2/+3
* Add @since annotations for And, Ior, Xor, Iff type class instancesKoz Ross2021-01-231-9/+45
* Implement #15993Koz Ross2021-01-235-646/+798
* Change replicateM doctest exampleOleg Grenrus2021-01-221-4/+13
* Enhance Data instance generationSylvain Henry2021-01-221-5/+12
* 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