| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add more instances for Compose: Enum, Bounded, Num, Real, Integral | Bodigrim | 2023-05-13 | 1 | -0/+11 |
| * | Document unlawfulness of instance Num Fixed | Bodigrim | 2023-05-11 | 1 | -0/+7 |
| * | Make `(&)` representation polymorphic in the return type | konsumlamm | 2023-05-09 | 1 | -2/+4 |
| * | Improved documentation for the Data.OldList.nub function | Andrei Borzenkov | 2023-05-04 | 1 | -3/+9 |
| * | Add since pragma to Data.Functor.unzip | Bodigrim | 2023-04-24 | 1 | -1/+4 |
| * | Fix doc typos in libraries/base | tocic | 2023-04-23 | 3 | -4/+4 |
| * | Add a few more memcpy-ish primops | Matthew Craven | 2023-04-04 | 1 | -2/+2 |
| * | Fixes to accomodate Data.List.{head,tail} with {-# WARNING #-} | Bodigrim | 2023-03-30 | 1 | -1/+1 |
| * | Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNat | Ryan Scott | 2023-03-28 | 1 | -0/+1 |
| * | Document the constructor name for lists | David Feuer | 2023-03-26 | 1 | -1/+4 |
| * | Update and expand atomic modification Haddocks | David Feuer | 2023-03-26 | 1 | -9/+33 |
| * | 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 |
| * | Rename () into Unit, (,,...,,) into Tuple<n> (#21294) | Andrei Borzenkov | 2023-03-21 | 1 | -5/+26 |
| * | Add `Data.Functor.unzip` | Ollie Charles | 2023-03-07 | 1 | -0/+5 |
| * | Documentation: describe laziness of several function from Data.List | Bodigrim | 2023-03-06 | 1 | -2/+60 |
| * | Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecT | Oleg Grenrus | 2023-03-04 | 2 | -8/+64 |
| * | Export getSolo from Data.Tuple | David Feuer | 2023-03-03 | 1 | -1/+2 |
| * | Add INLINABLE pragmas to `generic*` functions in Data.OldListwip/generic-inlinable | Matthew Pickering | 2023-02-17 | 1 | -0/+6 |
| * | Documentation: Improve Foldable1 documentation | meooow25 | 2023-02-14 | 1 | -68/+91 |
| * | Update `Data.List.singleton` doc comment | konsumlamm | 2023-02-09 | 1 | -1/+1 |
| * | Assorted changes to avoid Data.List.{head,tail} | Bodigrim | 2023-01-28 | 1 | -10/+9 |
| * | Document differences between Data.{Monoid,Semigroup}.{First,Last} | Bodigrim | 2023-01-28 | 2 | -2/+28 |
| * | Add Foldable1 Solo instance | Oleg Grenrus | 2023-01-28 | 1 | -0/+9 |
| * | CApiFFI: add ConstPtr for encoding const-qualified pointer return types | nineonine | 2023-01-28 | 1 | -0/+4 |
| * | Revert "base: NoImplicitPrelude in Data.Void and Data.Kind" | Matthew Pickering | 2023-01-27 | 2 | -3/+1 |
| * | base: NoImplicitPrelude in Data.Void and Data.Kind | Vladislav Zavialov | 2023-01-26 | 2 | -1/+3 |
| * | Restore Compose's Read/Show behavior to match Read1/Show1 instances | Ryan Scott | 2023-01-24 | 1 | -7/+20 |
| * | Mark maximumBy/minimumBy as INLINE. | Andreas Klebinger | 2023-01-16 | 1 | -2/+32 |
| * | Add safe list indexing operator: !? | Oleg Grenrus | 2023-01-09 | 2 | -0/+2 |
| * | Explain the auxiliary functions of permutations | Facundo Domínguez | 2023-01-03 | 1 | -0/+27 |
| * | Document that Bifunctor instances for tuples are lawful only up to laziness | Bodigrim | 2022-12-11 | 1 | -2/+11 |
| * | Add heqT, a kind-heterogeneous variant of heq | Oleg Grenrus | 2022-12-11 | 1 | -2/+10 |
| * | Restore show (typeRep @[]) == "[]" | Krzysztof Gogolewski | 2022-12-08 | 1 | -0/+2 |
| * | Fix bounds-checking buglet in Data.Array.Byte | Matthew Craven | 2022-12-08 | 1 | -3/+5 |
| * | Make Functor a quantified superclass of Bifunctor. | Baldur Blöndal | 2022-11-30 | 1 | -3/+10 |
| * | Move Void to GHC.Base... | Oleg Grenrus | 2022-11-30 | 2 | -66/+5 |
| * | Fix @since annotations on WithDict and Coercible | sheaf | 2022-11-30 | 1 | -0/+1 |
| * | Extend documentation for Data.IORef | Bodigrim | 2022-11-20 | 1 | -13/+29 |
| * | Fix capitalization in haddock for TestEquality | Bodigrim | 2022-11-15 | 1 | -3/+3 |
| * | Type vs Constraint: finally nailed | Simon Peyton Jones | 2022-11-11 | 1 | -1/+7 |
| * | Clarify msum/asum documentation | Jade Lovelace | 2022-11-08 | 1 | -2/+8 |
| * | Add `Enum (Down a)` instance that swaps `succ` and `pred` | Gergo ERDI | 2022-10-17 | 1 | -2/+22 |
| * | Add type signatures in where-clause of Data.List.permutations | Bodigrim | 2022-10-14 | 1 | -7/+12 |
| * | Add standard Unicode case predicates isUpperCase and isLowerCase. | Pierre Le Marre | 2022-10-14 | 1 | -2/+2 |
| * | ByteArray# is unlifted, not unboxed | Bodigrim | 2022-10-11 | 1 | -4/+4 |
| * | Expand comment for Data.List.permutations | jwaldmann | 2022-10-11 | 1 | -0/+3 |
| * | Extend documentation for Data.List, mostly wrt infinite lists | Bodigrim | 2022-10-11 | 2 | -47/+208 |
| * | Add a newline before since pragma in Data.Array.Byte | Bodigrim | 2022-10-10 | 1 | -0/+1 |