| Commit message (Expand) | Author | Age | Files | Lines |
* | Redesign withDict (formerly magicDict) | Ryan Scott | 2021-04-29 | 1 | -6/+1 |
* | 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 |
* | Data.List strictness optimisations for maximumBy and minimumBy | Hécate Moonlight | 2021-04-14 | 1 | -14/+21 |
* | Implement list `fold` and `foldMap` via mconcat | Koz Ross | 2021-04-10 | 5 | -0/+63 |
* | Change foldl' to inline when partially applied (#19534) | James Foster | 2021-04-07 | 1 | -14/+23 |
* | Address review feedback on chirality | Viktor Dukhovni | 2021-04-01 | 1 | -11/+45 |
* | Chiral foldable caveats | Viktor Dukhovni | 2021-04-01 | 1 | -3/+37 |
* | Data.List specialization to [] | Oleg Grenrus | 2021-04-01 | 3 | -1568/+1345 |
* | Implement BoxedRep proposalwip/boxed-rep | Ben Gamari | 2021-03-07 | 2 | -10/+58 |
* | Add cmpNat, cmpSymbol, and cmpChar | Daniel Winograd-Cort | 2021-03-03 | 1 | -0/+125 |
* | Add the docspec:base rule to Hadrian | Hécate | 2021-02-22 | 1 | -0/+3 |
* | base: Fix order of infix declarations in Data.Functor | Ben Gamari | 2021-02-18 | 1 | -2/+2 |
* | Rectify the haddock markup surrounding symbols for foldl' and foldMap' | Hécate Moonlight | 2021-02-18 | 1 | -23/+23 |
* | Remove Data.Semigroup.Option | Simon Jakobi | 2021-02-13 | 1 | -88/+0 |
* | Fix typos | Brian Wignall | 2021-02-06 | 1 | -1/+1 |
* | base: Fix since-annotation for Data.List.singleton | Simon Jakobi | 2021-02-06 | 1 | -1/+1 |
* | The Char kind (#11342) | Daniel Rogozin | 2021-02-06 | 1 | -2/+11 |
* | Remove misleading 'lazy' pattern matches from 'head' and 'tail' in Data.List.... | wygulmage | 2021-02-05 | 1 | -2/+2 |
* | Fix accidental unsoundness in Data.Typeable.Internal.mkTypeLitFromString | Ryan Scott | 2021-02-01 | 1 | -1/+1 |
* | Implement #18519 | Koz Ross | 2021-01-27 | 1 | -0/+38 |
* | Fix doctest examples in Data.Bits | Oleg Grenrus | 2021-01-27 | 1 | -3/+7 |
* | Add instances for GHC.Tuple.Solo | Ben Gamari | 2021-01-27 | 4 | -0/+32 |
* | FiniteBits for some newtype instances, notes on why | Koz Ross | 2021-01-23 | 1 | -7/+25 |
* | Add headers for Data.Bits documentation | Koz Ross | 2021-01-23 | 1 | -2/+3 |
* | Add @since annotations for And, Ior, Xor, Iff type class instances | Koz Ross | 2021-01-23 | 1 | -9/+45 |
* | Implement #15993 | Koz Ross | 2021-01-23 | 1 | -644/+76 |
* | Enhance Data instance generation | Sylvain Henry | 2021-01-22 | 1 | -5/+12 |
* | 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 |
* | Third pass on doctest corrections. | Oleg Grenrus | 2021-01-17 | 2 | -8/+24 |
* | Remove references to ApplicativeDo in the base haddocks | Hécate | 2021-01-13 | 3 | -32/+2 |
* | Correct more doctests | Oleg Grenrus | 2021-01-10 | 5 | -10/+10 |
* | More tidy synopses, and new generative recursion | Viktor Dukhovni | 2021-01-09 | 1 | -69/+260 |
* | Reconcile extant synopses with new overview prose | Viktor Dukhovni | 2021-01-09 | 1 | -186/+323 |
* | More truthful synopsis examples | Viktor Dukhovni | 2021-01-09 | 1 | -11/+14 |
* | New overview of Foldable class | Viktor Dukhovni | 2021-01-09 | 2 | -53/+750 |
* | Correct doctests | Oleg Grenrus | 2021-01-02 | 13 | -6/+51 |
* | Add Monoid instances for Product and Compose | Joe Hermaszewski | 2020-12-22 | 2 | -0/+11 |
* | Revert "Implement BoxedRep proposal" | Ben Gamari | 2020-12-15 | 2 | -74/+26 |
* | Implement BoxedRep proposal | Andrew Martin | 2020-12-14 | 2 | -26/+74 |
* | Apply suggestion to libraries/base/Data/Foldable.hs | chessai | 2020-11-30 | 1 | -1/+1 |
* | Apply suggestion to libraries/base/Data/Foldable.hs | chessai | 2020-11-30 | 1 | -1/+1 |
* | Optimisations in Data.Foldable (T17867) | chessai | 2020-11-30 | 1 | -20/+28 |
* | Fix a leak in `transpose` | Hécate | 2020-11-01 | 1 | -6/+44 |
* | Fix `instance Bounded a => Bounded (Down a)` (#18716) | David Beacham | 2020-10-27 | 1 | -6/+29 |
* | Remove Proxy# argument in Data.Typeable.Internal | Krzysztof Gogolewski | 2020-10-15 | 1 | -4/+4 |
* | Unification of Nat and Naturals | HaskellMouse | 2020-10-13 | 1 | -1/+1 |
* | Allow fusion with catMaybes (#18574) | Sylvain Henry | 2020-10-01 | 1 | -2/+2 |