| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add more instances for Compose: Enum, Bounded, Num, Real, Integral | Bodigrim | 2023-05-13 | 1 | -0/+11 |
| * | Simplify minimum/maximum in instance Foldable (Compose f g) | Bodigrim | 2023-03-23 | 1 | -6/+2 |
| * | Additional optimized versions | Armando Ramirez | 2023-03-23 | 1 | -3/+18 |
| * | Optimized Foldable methods for Data.Functor.Compose | Armando Ramirez | 2023-03-23 | 1 | -0/+7 |
| * | Restore Compose's Read/Show behavior to match Read1/Show1 instances | Ryan Scott | 2023-01-24 | 1 | -7/+20 |
| * | Rename Solo[constructor] to MkSolo | Torsten Schmits | 2022-09-21 | 1 | -4/+4 |
| * | Relax instances for Functor combinators; put superclass on Class1 and Class2 ... | John Ericson | 2022-09-20 | 4 | -67/+106 |
| * | Add mapAccumM, forAccumM to Data.Traversable | Boris Lykah | 2022-07-19 | 1 | -2/+33 |
| * | Make modules in base stable. | Hécate Moonlight | 2022-02-28 | 6 | -6/+6 |
| * | Fixes typo in documentation of the Semigroup instance of Equivalence | MichaWiedenmann1 | 2021-12-14 | 1 | -1/+1 |
| * | Data.Functor.Classes: fix Ord1 instance for Down | Vaibhav Sagar | 2021-12-14 | 1 | -1/+4 |
| * | Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309 | Oleg Grenrus | 2021-09-11 | 1 | -9/+0 |
| * | Fix broken haddock @since fields in base | Joshua Price | 2021-09-08 | 1 | -0/+1 |
| * | Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener... | Baldur Blöndal | 2021-08-02 | 1 | -1/+14 |
| * | Add Eq1 and Ord1 Fixed instances | Oleg Grenrus | 2021-04-26 | 1 | -0/+9 |
| * | Use correct precedence in Complex's Read1/Show1 instances | Ryan Scott | 2021-04-18 | 1 | -3/+7 |
| * | Implement list `fold` and `foldMap` via mconcat | Koz Ross | 2021-04-10 | 1 | -0/+9 |
| * | Add instances for GHC.Tuple.Solo | Ben Gamari | 2021-01-27 | 1 | -0/+20 |
| * | Add examples for Complex, (,,) and (,,,) Eq2 etc instances | Oleg Grenrus | 2021-01-18 | 1 | -0/+51 |
| * | Add lifted instances for 3 and 4 tuples | Oleg Grenrus | 2021-01-18 | 1 | -0/+113 |
| * | Add Eq1, Show1, Read1 Complex instances | Oleg Grenrus | 2021-01-18 | 1 | -0/+20 |
| * | Add Monoid instances for Product and Compose | Joe Hermaszewski | 2020-12-22 | 2 | -0/+11 |
| * | Remove all the unnecessary LANGUAGE pragmas | Hécate | 2020-08-05 | 3 | -4/+1 |
| * | Revert "Specify kind variables for inferred kinds in base." | Ben Gamari | 2020-05-25 | 4 | -23/+1 |
| * | Predicate, Equivalence derive via `.. -> a -> All' | Baldur Blöndal | 2020-05-13 | 1 | -36/+132 |
| * | Specify kind variables for inferred kinds in base. | Baldur Blöndal | 2020-05-08 | 4 | -1/+23 |
| * | base: Move Ix typeclass to GHC.Ix | Ben Gamari | 2019-09-25 | 2 | -2/+2 |
| * | Implement (Functor.<$) for Data.Functor.{Compose,Product,Sum} | Simon Jakobi | 2019-05-31 | 3 | -0/+5 |
| * | Add a changelog for base 4.14.0.0 | Langston Barrett | 2019-02-08 | 1 | -1/+1 |
| * | TestEquality instance for Compose | Langston Barrett | 2019-02-08 | 1 | -1/+13 |
| * | Fix unused-import warnings | David Eichmann | 2018-11-22 | 5 | -9/+0 |
| * | Doc-only fixes | Alec Theriault | 2018-11-22 | 2 | -24/+15 |
| * | docs: "state transformer" -> "state monad" / "ST" (whichever is meant) | Artem Pelenitsyn | 2018-08-21 | 1 | -2/+2 |
| * | Fix ambiguous/out-of-scope Haddock identifiers | Alec Theriault | 2018-08-21 | 2 | -3/+3 |
| * | base: Add missing instances for Data.Ord.Down | Ben Gamari | 2018-06-19 | 1 | -0/+19 |
| * | Add @since annotations for derived instances in base | Chaitanya Koparkar | 2018-03-02 | 5 | -9/+52 |
| * | Move Data.Functor.Contravariant from the contravariant package to base. | Andrew Martin | 2018-03-02 | 1 | -0/+295 |
| * | Make Semigroup a superclass of Monoid (re #14191) | Herbert Valerio Riedel | 2017-09-07 | 3 | -20/+24 |
| * | Move NonEmpty definition into GHC.Base | Herbert Valerio Riedel | 2017-09-04 | 1 | -0/+22 |
| * | Add liftA2 to Applicative class | David Feuer | 2017-02-05 | 5 | -4/+20 |
| * | Add Read1/Read2 methods defined in terms of ReadPrec | Ryan Scott | 2016-08-31 | 4 | -61/+350 |
| * | Make Data.{Bifoldable,Bitraversable} -XSafe | Ryan Scott | 2016-07-20 | 1 | -0/+1 |
| * | Add Bifoldable and Bitraversable to base | Ryan Scott | 2016-06-19 | 2 | -19/+121 |
| * | Add @since annotations to base instances | Seraphime Kirkovski | 2016-06-06 | 6 | -0/+97 |
| * | Deriving Functor-like classes should unify kind variables | RyanGlScott | 2016-04-11 | 1 | -6/+1 |
| * | Added (more) missing instances for Identity and Const | Shane O'Brien | 2016-04-11 | 2 | -5/+13 |
| * | base: Add comment noting import loop | Ben Gamari | 2016-03-29 | 1 | -0/+2 |
| * | Add Data.Functor.Classes instances for Proxy (trac issue #11756) | Andrew Martin | 2016-03-29 | 1 | -0/+18 |
| * | Added missing instances for Identity and Const (#11210) | Shane O'Brien | 2015-12-21 | 2 | -2/+10 |
| * | Move Const to own module in Data.Functor.Const and enable PolyKinds | Shane O'Brien | 2015-12-21 | 1 | -0/+60 |