| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 3 | -5/+16 |
* | base: Fix haddock typo | Ben Gamari | 2016-03-29 | 1 | -1/+1 |
* | 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 |
* | Add doc to (<$>) explaining its relationship to ($) | Chris Martin | 2016-03-11 | 1 | -0/+9 |
* | base: Mark Data.Type.Equality as Trustworthy | Ben Gamari | 2016-02-29 | 1 | -0/+1 |
* | Missing Proxy instances, make U1 instance more Proxy-like | RyanGlScott | 2016-02-29 | 3 | -2/+35 |
* | Typos in comments, etc. | Gabor Greif | 2016-02-26 | 1 | -1/+1 |
* | Add more type class instances for GHC.Generics | RyanGlScott | 2016-02-25 | 4 | -3/+358 |
* | Address #11471 by putting RuntimeRep in kinds.wip/runtime-rep | Richard Eisenberg | 2016-02-24 | 2 | -16/+14 |
* | Remove extraneous fundeps on (~) | Richard Eisenberg | 2016-02-17 | 1 | -1/+5 |
* | Split off -Wunused-type-variables from -Wunused-matches | RyanGlScott | 2016-01-26 | 3 | -16/+16 |
* | Update and improve documentation in Data.Foldable | Ben Gamari | 2016-01-21 | 1 | -9/+55 |
* | Rework derivation of type representations for wired-in things | Ben Gamari | 2016-01-20 | 1 | -75/+19 |
* | Show TYPE 'Lifted/TYPE 'Unlifted as */# in Show TypeRep instance | RyanGlScott | 2016-01-17 | 1 | -1/+4 |
* | Add missing type representations | Ben Gamari | 2016-01-13 | 1 | -7/+21 |
* | Canonicalise `MonadPlus` instances | Herbert Valerio Riedel | 2016-01-01 | 1 | -3/+1 |
* | Update a few references to GHC 7.12 | Ben Gamari | 2015-12-29 | 1 | -1/+1 |
* | Allow CallStacks to be frozen | Eric Seidel | 2015-12-23 | 12 | -76/+76 |
* | Comments only | Simon Peyton Jones | 2015-12-23 | 1 | -3/+4 |
* | Added missing instances for Identity and Const (#11210) | Shane O'Brien | 2015-12-21 | 2 | -2/+10 |
* | Implement phase 1 of expanded Floating | Dan Doel | 2015-12-21 | 1 | -0/+15 |
* | Move Const to own module in Data.Functor.Const and enable PolyKinds | Shane O'Brien | 2015-12-21 | 1 | -0/+60 |
* | Warn about unused type variables in type families | Michał Sośnicki | 2015-12-21 | 3 | -15/+15 |
* | Modify IsString String instance (fixes #10814) | Dan Doel | 2015-12-21 | 1 | -1/+41 |
* | Move Data.Functor.(Classes,Compose,Product,Sum) into base | RyanGlScott | 2015-12-17 | 4 | -0/+743 |
* | Note [The equality types story] in TysPrim | Richard Eisenberg | 2015-12-16 | 1 | -7/+6 |
* | base: NonEmpty: Fix documentation example | Ben Gamari | 2015-12-15 | 1 | -1/+1 |
* | Comments on equality types and classes | Simon Peyton Jones | 2015-12-15 | 1 | -5/+15 |
* | Add kind equalities to GHC. | Richard Eisenberg | 2015-12-11 | 6 | -48/+75 |
* | Refactor treatment of wildcards | Simon Peyton Jones | 2015-12-01 | 1 | -1/+1 |
* | Data.List.isSubsequenceOf documentation clarification | Justin Raymond | 2015-11-16 | 1 | -2/+3 |
* | Improve documentation of Data.List.lines: | Eric Mertens | 2015-11-11 | 1 | -0/+14 |
* | Build system: renable -Wall on validate (base) | Thomas Miedema | 2015-11-03 | 1 | -1/+0 |
* | base: Update `@since 4.8.2` annotations (re #11026) | Herbert Valerio Riedel | 2015-11-02 | 2 | -4/+4 |
* | Remove Data.List.NonEmpty.{words,unwords,lines,unlines} | Herbert Valerio Riedel | 2015-10-31 | 1 | -34/+3 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-30 | 2 | -113/+222 |
* | Revert "Generate Typeable info at definition sites" | Ben Gamari | 2015-10-29 | 2 | -222/+113 |
* | Generate Typeable info at definition sites | Ben Gamari | 2015-10-29 | 2 | -113/+222 |
* | base: MRP-refactoring of AMP instances | Herbert Valerio Riedel | 2015-10-12 | 9 | -28/+15 |
* | Keep `shift{L,R}` on `Integer` from segfaulting | Ben Gamari | 2015-10-10 | 1 | -8/+0 |
* | Ensure shiftL/shiftR arguments aren't negative | Ben Gamari | 2015-10-07 | 1 | -2/+6 |
* | Add Data.Semigroup and Data.List.NonEmpty (re #10365) | Herbert Valerio Riedel | 2015-10-02 | 2 | -0/+1162 |
* | Weak: Don't require wrapping/unwrapping of finalizers | Ben Gamari | 2015-09-25 | 1 | -4/+1 |
* | Remove references to () from types of mkWeak# and friends | Ben Gamari | 2015-09-23 | 1 | -2/+5 |
* | Move GeneralCategory et al to GHC.Unicode | Ben Gamari | 2015-09-08 | 1 | -208/+1 |
* | base: Add missing Traversable instance for ZipList | Ben Gamari | 2015-08-07 | 1 | -1/+6 |
* | base: Add instances | fumieval | 2015-08-06 | 2 | -3/+16 |
* | Make sure that `all`, `any`, `and`, and `or` fuse (#9848) | Takano Akio | 2015-08-05 | 1 | -0/+2 |