| Commit message (Expand) | Author | Age | Files | Lines |
* | base: Various haddock fixes | Ben Gamari | 2019-10-31 | 1 | -3/+3 |
* | Use `not#` primitive to implement Word's complement | Sylvain Henry | 2019-10-29 | 1 | -3/+1 |
* | base: Document the fact that Typeable is automatically "derived" | Ben Gamari | 2019-10-08 | 1 | -0/+4 |
* | Add Monad instances to `(,,) a b` and `(,,,) a b c` | Fumiaki Kinoshita | 2019-10-04 | 1 | -0/+2 |
* | Do not rely on CUSKs in 'base' | Vladislav Zavialov | 2019-09-30 | 2 | -3/+8 |
* | base: Move Ix typeclass to GHC.Ix | Ben Gamari | 2019-09-25 | 4 | -4/+4 |
* | Added do-notation examples for Functor, Applicative and Monad combinators. | Baldur Blöndal | 2019-07-20 | 2 | -0/+31 |
* | Create {Int,Word}32Rep | John Ericson | 2019-07-17 | 1 | -0/+2 |
* | base: Data.Fixed: make HasResolution poly-kinded (#10055, #15622) | Ashley Yakeley | 2019-07-13 | 1 | -6/+13 |
* | Add more newtype-derived instances to Data.Ord.Down | Fumiaki Kinoshita | 2019-06-18 | 1 | -4/+22 |
* | Data.Ord: give a field name getDown to Down | Fumiaki Kinoshita | 2019-06-18 | 1 | -3/+19 |
* | Implement the -XUnliftedNewtypes extension. | Andrew Martin | 2019-06-14 | 2 | -2/+6 |
* | remove backticks from markup - it doesn't mean what I think it means | code5hot | 2019-06-07 | 1 | -1/+1 |
* | Used terminology from a paper. Added it as a reference. | code5hot | 2019-06-07 | 1 | -3/+4 |
* | Update Traversable.hs with a note about an intuitive law | code5hot | 2019-06-07 | 1 | -1/+7 |
* | Implement (Functor.<$) for Data.Functor.{Compose,Product,Sum} | Simon Jakobi | 2019-05-31 | 3 | -0/+5 |
* | base: Include (<$) in all exports of Functor | Simon Jakobi | 2019-05-27 | 1 | -2/+1 |
* | Fix doc for Data.Function.fix. | Javran Cheng | 2019-05-21 | 1 | -1/+1 |
* | Typeset Big-O complexities with Tex-style notation (#16090) | Sven Tennie | 2019-05-03 | 1 | -2/+2 |
* | Typeset Big-O complexities with Tex-style notation (#16090) | Sven Tennie | 2019-04-17 | 3 | -32/+32 |
* | Add support for bitreverse primop | Alexandre | 2019-04-01 | 1 | -0/+3 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 2 | -2/+2 |
* | Fix typo [skip ci] | Alexandre Esteves | 2019-03-21 | 1 | -1/+1 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 4 | -7/+7 |
* | base: Allow fusion for zip7 and related | Alexandre | 2019-02-24 | 1 | -0/+28 |
* | 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 |
* | Compile count{Leading,Trailing}Zeros to corresponding x86_64 instructions und... | Dmitry Ivanov | 2019-01-30 | 1 | -0/+8 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 1 | -8/+0 |
* | Batch merge | Ben Gamari | 2019-01-30 | 1 | -0/+8 |
* | A few typofixes | Gabor Greif | 2019-01-23 | 2 | -3/+3 |
* | Error out of invalid Int/Word bit shifts | Alec Theriault | 2019-01-23 | 1 | -6/+16 |
* | Minor typo in docs for KProxy | Joachim Breitner | 2019-01-23 | 1 | -1/+1 |
* | Improve clarity of documentation for maybeToList | Steve Hart | 2019-01-16 | 1 | -1/+1 |
* | Revert "Fix typo in maybeToList documentation" | Steve Hart | 2019-01-16 | 1 | -1/+1 |
* | Fix typo in maybeToList documentation | Steve Hart | 2019-01-16 | 1 | -1/+1 |
* | Remove from `base` obsolete CPP for `integer-gmp` | Alec Theriault | 2019-01-16 | 1 | -54/+0 |
* | Fix precedence handling for Data.Fixed's Show instance (#16031) | Sven Tennie | 2019-01-06 | 1 | -1/+1 |
* | Add some complexities to Data.List documentation (#15003) | Sven Tennie | 2018-12-18 | 1 | -6/+6 |
* | Add some complexities to Data.List documentation (#15003) | Sven Tennie | 2018-12-13 | 1 | -13/+17 |
* | Fix broken link in comment (#16010) | Sven Tennie | 2018-12-13 | 1 | -1/+1 |
* | Fix typo in Foldable docs | Simon Jakobi | 2018-12-07 | 1 | -1/+1 |
* | Add fusion rules for the zipWith functions in base (#15263) | Tobias Decking | 2018-12-06 | 1 | -0/+142 |
* | Add missing since annotations | Victor Nawothnig | 2018-11-29 | 1 | -0/+18 |
* | Fix unused-import warnings | David Eichmann | 2018-11-22 | 6 | -12/+0 |
* | Doc-only fixes | Alec Theriault | 2018-11-22 | 9 | -74/+56 |
* | Introduce Int16# and Word16# | Abhiroop Sarkar | 2018-11-17 | 1 | -0/+2 |
* | Add Int8# and Word8# | Michal Terepeta | 2018-11-02 | 1 | -1/+3 |
* | Data.Maybe: add callstack for fromJust (Trac #15559) | Fangyi Zhou | 2018-11-01 | 1 | -2/+3 |
* | Fix docs typo in Bitraversable composition law | Mark Seemann | 2018-10-30 | 1 | -1/+1 |