| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Bump version numbers: base-4.11.1.0, integer-gmp-1.0.2.0 | Ryan Scott | 2018-04-13 | 1 | -0/+4 |
* | Special-case record fields ending with hash when deriving Read | Ryan Scott | 2018-03-23 | 1 | -0/+4 |
* | Add Applicative, Semigroup, and Monoid instances in GHC.Generics | Lysxia | 2018-03-02 | 1 | -0/+3 |
* | Move Data.Functor.Contravariant from the contravariant package to base. | Andrew Martin | 2018-03-02 | 1 | -0/+2 |
* | base: Fix changelog entry for openTempFile | Ben Gamari | 2018-02-18 | 1 | -3/+2 |
* | Make ($!) representation-polymorphic | David Feuer | 2018-02-12 | 1 | -0/+4 |
* | base: Deprecate STM invariant checking primitives | Ben Gamari | 2018-02-03 | 1 | -0/+3 |
* | Make System.IO.openTempFile thread-safe on Windows | Tamar Christina | 2018-01-02 | 1 | -0/+3 |
* | Forward-port changes from GHC 8.2 branch | Herbert Valerio Riedel | 2017-12-07 | 1 | -0/+8 |
* | base: Rip out old RTS statistics interface | Ben Gamari | 2017-11-27 | 1 | -2/+4 |
* | Follow symlinks in the Win32 code for System.Environment.getExecutablePath | Alp Mestanogullari | 2017-11-27 | 1 | -0/+2 |
* | Implement the basics of hex floating point literals | Iavor Diatchki | 2017-11-02 | 1 | -0/+2 |
* | Add stack traces on crashes on Windows | Tamar Christina | 2017-10-22 | 1 | -0/+3 |
* | Re-apply "Typeable: Allow App to match arrow types" | Simon Peyton Jones | 2017-10-12 | 1 | -0/+2 |
* | base: Remove deprecated Chan combinators | Ben Gamari | 2017-10-03 | 1 | -0/+3 |
* | Implement Div, Mod, and Log for type-level nats. | Iavor Diatchki | 2017-10-03 | 1 | -0/+3 |
* | Add ability to produce crash dumps on Windows | Tamar Christina | 2017-10-03 | 1 | -0/+3 |
* | Sync base/changelog.md | Herbert Valerio Riedel | 2017-10-03 | 1 | -3/+3 |
* | Switch VEH to VCH and allow disabling of SEH completely. | Tamar Christina | 2017-09-26 | 1 | -0/+3 |
* | Revert "Switch VEH to VCH and allow disabling of SEH completely." | Ben Gamari | 2017-09-26 | 1 | -3/+0 |
* | Switch VEH to VCH and allow disabling of SEH completely. | Ben Gamari | 2017-09-26 | 1 | -0/+3 |
* | Revert "Typeable: Allow App to match arrow types" | Herbert Valerio Riedel | 2017-09-24 | 1 | -2/+0 |
* | Reexport Semigroup's <> operator from Prelude (#14191) | Herbert Valerio Riedel | 2017-09-22 | 1 | -1/+1 |
* | base: Add changelog entry for withTypeable generalization | Ben Gamari | 2017-09-21 | 1 | -0/+3 |
* | Typeable: Allow App to match arrow types | Ben Gamari | 2017-09-21 | 1 | -0/+2 |
* | Make zipWith and zipWith3 inlinable. | HE, Tao | 2017-09-19 | 1 | -0/+2 |
* | Generalise constraint on `instance Monoid (Maybe a)` to Semigroup | Herbert Valerio Riedel | 2017-09-19 | 1 | -0/+3 |
* | base: Add missing MonadFail instance for strict ST | Ben Gamari | 2017-09-16 | 1 | -0/+2 |
* | Simplify Data.Type.Equality.== | David Feuer | 2017-09-13 | 1 | -0/+8 |
* | Make IntPtr and WordPtr as instance of Data.Data typeclass, fix #13115 | HE, Tao | 2017-09-13 | 1 | -0/+2 |
* | Make Semigroup a superclass of Monoid (re #14191) | Herbert Valerio Riedel | 2017-09-07 | 1 | -0/+6 |
* | Add strict variant of iterate | Ben Gamari | 2017-08-25 | 1 | -0/+3 |
* | Make the Read instance for Proxy (and friends) ignore precedence | Ryan Scott | 2017-08-22 | 1 | -0/+5 |
* | Revert "Add strict variant of iterate" | Ben Gamari | 2017-08-19 | 1 | -3/+0 |
* | Add strict variant of iterate | Ben Gamari | 2017-08-18 | 1 | -0/+3 |
* | Add Semigroup/Monoid instances to ST monad | Ben Gamari | 2017-08-14 | 1 | -0/+2 |
* | Remove the deprecated Typeable{1..7} type synonyms | Ryan Scott | 2017-08-05 | 1 | -0/+2 |
* | Add '<&>' operator to Data.Functor. '<&>' calls '<$>' with flipped arguments. | Sven Tennie | 2017-07-29 | 1 | -0/+2 |
* | Add fixity declaration for Data.List.NonEmpty.!! | Ryan Scott | 2017-06-23 | 1 | -0/+1 |
* | Add instances for Data.Ord.Down | Adam Sandberg Eriksson | 2017-04-25 | 1 | -0/+4 |
* | base: Mark unfold as deprecated | Ben Gamari | 2017-04-04 | 1 | -0/+3 |
* | Add Alternative instance for ZipList (fix #13520). | Edvard Hübinette | 2017-04-04 | 1 | -0/+5 |
* | Fix typo in base changelog | Ryan Scott | 2017-03-09 | 1 | -1/+1 |
* | Data.Typeable: Export splitTyConApp, typeRepArgs, and typeRepTyCon | Ben Gamari | 2017-03-09 | 1 | -0/+7 |
* | Typos in changelog and comments | Gabor Greif | 2017-03-07 | 1 | -1/+1 |
* | Fixes a spaceleak in `maximumBy` and `minimumBy` (#10830). | Ryan Scott | 2017-03-04 | 1 | -0/+4 |
* | Add COMPLETE pragmas for TypeRep and ErrorCall pattern synonyms | Ryan Scott | 2017-02-28 | 1 | -0/+4 |
* | JSON profiler reports | Ben Gamari | 2017-02-23 | 1 | -1/+5 |
* | A number of Typeable wibbles from review | Ben Gamari | 2017-02-20 | 1 | -4/+4 |
* | Type-indexed Typeable | Ben Gamari | 2017-02-18 | 1 | -0/+9 |