summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* base: Fix since-annotation for Data.List.singletonSimon Jakobi2021-02-061-1/+1
* Make unsafeDupablePerformIO have a lazy demandAndreas Klebinger2021-02-061-1/+36
* The Char kind (#11342)Daniel Rogozin2021-02-062-9/+92
* IntVar: fix allocation sizeSylvain Henry2021-02-051-1/+4
* Remove misleading 'lazy' pattern matches from 'head' and 'tail' in Data.List....wygulmage2021-02-051-2/+2
* Fix accidental unsoundness in Data.Typeable.Internal.mkTypeLitFromStringRyan Scott2021-02-014-1/+36
* Implement #18519Koz Ross2021-01-271-0/+38
* Fix doctest examples in Data.BitsOleg Grenrus2021-01-271-3/+7
* Add instances for GHC.Tuple.SoloBen Gamari2021-01-2711-1/+100
* Bignum: add Natural constant folding rules (#15821)Sylvain Henry2021-01-236-34/+26
* 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
* 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
* Bignum: fix for Integer/Natural Ord instancesSylvain Henry2021-01-171-14/+3
* 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
* 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
* Revert "Implement BoxedRep proposal"Ben Gamari2020-12-158-88/+31
* Implement BoxedRep proposalAndrew Martin2020-12-148-31/+88
* Use static array in zeroCountSylvain Henry2020-12-111-37/+6
* 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
* [Sized Cmm] properly retain sizes.Moritz Angermann2020-11-269-308/+307
* rts: Flush eventlog buffers from flushEventLogBen Gamari2020-11-241-0/+9
* Export indexError from GHC.Ix (#18579)Krzysztof Gogolewski2020-11-201-1/+1