| Commit message (Expand) | Author | Age | Files | Lines |
* | Make openFile exception safe | David Feuer | 2021-02-22 | 1 | -0/+5 |
* | Throw IOError when allocaBytesAligned gets non-power-of-two align | Daniel Gröber | 2021-02-14 | 1 | -0/+5 |
* | Introduce keepAlive primop | Ben Gamari | 2021-02-14 | 1 | -2/+13 |
* | Remove Data.Semigroup.Option | Simon Jakobi | 2021-02-13 | 1 | -0/+2 |
* | Add instances for GHC.Tuple.Solo | Ben Gamari | 2021-01-27 | 1 | -0/+4 |
* | Add lifted instances for 3 and 4 tuples | Oleg Grenrus | 2021-01-18 | 1 | -1/+1 |
* | Add Eq1, Show1, Read1 Complex instances | Oleg Grenrus | 2021-01-18 | 1 | -0/+3 |
* | Add the Data.Foldable strictness optimisations to base's changelog | Hécate | 2021-01-03 | 1 | -0/+3 |
* | Add Monoid instances for Product and Compose | Joe Hermaszewski | 2020-12-22 | 1 | -0/+3 |
* | Version bump: base-4.16 (#18712) | Vladislav Zavialov | 2020-10-27 | 1 | -1/+1 |
* | Fix `instance Bounded a => Bounded (Down a)` (#18716) | David Beacham | 2020-10-27 | 1 | -0/+3 |
* | Unification of Nat and Naturals | HaskellMouse | 2020-10-13 | 1 | -1/+9 |
* | Allow fusion with catMaybes (#18574) | Sylvain Henry | 2020-10-01 | 1 | -0/+3 |
* | Deprecate Data.Semigroup.Option | Simon Jakobi | 2020-09-19 | 1 | -0/+3 |
* | Add missing Ix instances for tuples of size 6 through 15 (#16643) | Joshua Price | 2020-06-30 | 1 | -0/+2 |
* | Add MonadZip and MonadFix instances for Complex | Oleg Grenrus | 2020-06-25 | 1 | -0/+2 |
* | base: Scrap deprecation plan for Data.Monoid.{First,Last} | Simon Jakobi | 2020-05-29 | 1 | -0/+3 |
* | Fix "build/elem" RULE. | Andreas Klebinger | 2020-05-29 | 1 | -1/+8 |
* | Revert "Specify kind variables for inferred kinds in base." | Ben Gamari | 2020-05-25 | 1 | -8/+0 |
* | base: Add Generic instances to various datatypes under GHC.* | Fumiaki Kinoshita | 2020-05-21 | 1 | -0/+4 |
* | Specify kind variables for inferred kinds in base. | Baldur Blöndal | 2020-05-08 | 1 | -0/+8 |
* | Add singleton to NonEmpty in libraries/base | Moritz Bruder | 2020-04-03 | 1 | -0/+3 |
* | Fix the changelog/@since information for hGetContents'/getContents'/readFile' | Ryan Scott | 2020-04-01 | 1 | -3/+3 |
* | base: add strict IO functions: readFile', getContents', hGetContents' | Lysxia | 2020-03-16 | 1 | -0/+3 |
* | base: Make `open` calls interruptible | Ben Gamari | 2020-03-14 | 1 | -1/+4 |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2020-01-04 | 1 | -1/+1 |
* | Target the IsList instance for ZipList at base-4.14.0.0 (#17489) | Ryan Scott | 2019-11-23 | 1 | -1/+3 |
* | Fixed issue #17435, missing Data instances | Mario Blažević | 2019-11-17 | 1 | -0/+2 |
* | base: Bump version to 4.14.0.0 | Ben Gamari | 2019-11-14 | 1 | -1/+1 |
* | Fix incorrect plurals | Brian Wignall | 2019-11-09 | 1 | -1/+1 |
* | Incorporate MR review suggestions; add change in changelog | Brian Wignall | 2019-11-09 | 1 | -0/+3 |
* | base: Fix TBA in changelog | Ben Gamari | 2019-11-09 | 1 | -2/+2 |
* | Implement shrinkSmallMutableArray# and resizeSmallMutableArray#. | Andrew Martin | 2019-10-26 | 1 | -1/+3 |
* | Add Monad instances to `(,,) a b` and `(,,,) a b c` | Fumiaki Kinoshita | 2019-10-04 | 1 | -0/+3 |
* | base: add newtypes for socklen_t and ndfs_t to System.Posix.Types #16568 | Adam Sandberg Eriksson | 2019-09-23 | 1 | -0/+3 |
* | Add predicates for testing if IOError is ResourceVanished. | Andrew Martin | 2019-09-13 | 1 | -0/+3 |
* | Windows: make openTempFile fully atomic. | Tamar Christina | 2019-09-11 | 1 | -0/+2 |
* | base: Reintroduce fusion for scanr | TDecki | 2019-08-22 | 1 | -1/+1 |
* | Revert "Make scanr a good producer and consumer" | Ben Gamari | 2019-08-07 | 1 | -0/+2 |
* | base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Ge... | Fumiaki Kinoshita | 2019-07-28 | 1 | -0/+3 |
* | base: Data.Fixed: make HasResolution poly-kinded (#10055, #15622) | Ashley Yakeley | 2019-07-13 | 1 | -0/+4 |
* | Add more newtype-derived instances to Data.Ord.Down | Fumiaki Kinoshita | 2019-06-18 | 1 | -0/+4 |
* | Data.Ord: give a field name getDown to Down | Fumiaki Kinoshita | 2019-06-18 | 1 | -0/+2 |
* | Implement the -XUnliftedNewtypes extension. | Andrew Martin | 2019-06-14 | 1 | -0/+6 |
* | Fix isValidNatural: The BigNat in NatJ# must have at least 2 limbs | Simon Jakobi | 2019-06-07 | 1 | -0/+4 |
* | Fix #16603 by documenting some important changes in changelogs | Ryan Scott | 2019-05-08 | 1 | -0/+8 |
* | Correct duplicate 4.12.0.0 entry in base's changelog | Ryan Scott | 2019-03-25 | 1 | -1/+1 |
* | Add a changelog for base 4.14.0.0 | Langston Barrett | 2019-02-08 | 1 | -0/+5 |
* | Error out of invalid Int/Word bit shifts | Alec Theriault | 2019-01-23 | 1 | -0/+4 |
* | Add entry for #16031 to base/changelog.md | Sven Tennie | 2019-01-06 | 1 | -0/+5 |