summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Export SPEC from GHC.Exts (#13681)Sylvain Henry2020-11-101-1/+1
* Merge remote-tracking branch 'origin/wip/tsan/all'Ben Gamari2020-11-081-0/+4
|\
| * Mitigate data races in event manager startup/shutdownwip/tsan/event-mgrBen Gamari2020-10-241-0/+4
* | Naming, value types and tests for Addr# atomicsViktor Dukhovni2020-11-051-1/+1
* | Fix a leak in `transpose`Hécate2020-11-014-6/+75
* | winio: Fix unused variables warningsTamar Christina2020-10-311-13/+9
* | [skip ci] Fix typo in `callocBytes` haddock.Viktor Dukhovni2020-10-301-1/+1
* | winio: simplify logic remove optimization step.Tamar Christina2020-10-271-42/+65
* | Version bump: base-4.16 (#18712)Vladislav Zavialov2020-10-272-2/+2