| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the Ix class to Foreign C integral types | Hécate Moonlight | 2022-02-04 | 1 | -0/+5 |
* | Add a note to base changelog | Cheng Shao | 2021-12-15 | 1 | -0/+4 |
* | Data.Functor.Classes: fix Ord1 instance for Down | Vaibhav Sagar | 2021-12-14 | 1 | -0/+2 |
* | Use HasCallStack and error in GHC.List and .NonEmpty | Oleg Grenrus | 2021-12-12 | 1 | -0/+4 |
* | Re-export GHC.Types from GHC.Exts | sheaf | 2021-12-07 | 1 | -0/+2 |
* | Revert "Data.List specialization to []" | Matthew Pickering | 2021-12-03 | 1 | -3/+0 |
* | Make openFile more tolerant of async excs (#18832) | Kamil Dworakowski | 2021-12-02 | 1 | -0/+3 |
* | Rename Data.Array.ByteArray -> Data.Array.Byte | Bodigrim | 2021-11-26 | 1 | -1/+1 |
* | Rename Data.ByteArray to Data.Array.ByteArray + add Trustworthy | Bodigrim | 2021-11-26 | 1 | -1/+1 |
* | Add Data.Bits changes to base 4.16 changelog | sheaf | 2021-11-25 | 1 | -0/+16 |
* | base: Note export of Data.Tuple.Solo in changelog | Ben Gamari | 2021-10-27 | 1 | -1/+4 |
* | Improve error messages involving operators from Data.Type.Ord | Christiaan Baaij | 2021-09-17 | 1 | -0/+7 |
* | Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309 | Oleg Grenrus | 2021-09-11 | 1 | -1/+0 |
* | Define returnA = id | Oleg Grenrus | 2021-09-06 | 1 | -0/+2 |
* | fromEnum Natural: Throw error for non-representable values | Peter Lebbing | 2021-09-06 | 1 | -0/+3 |
* | Add a Typeable constraint to fromStaticPtr, addressing #19729 | David Simmons-Duffin | 2021-08-10 | 1 | -0/+2 |
* | Add Data.ByteArray, derived from primitive | Bodigrim | 2021-08-05 | 1 | -0/+2 |
* | Add Generically (generic Semigroup, Monoid instances) and Generically1 (gener... | Baldur Blöndal | 2021-08-02 | 1 | -1/+5 |
* | Implement improved "get executable path" query | Fraser Tweedale | 2021-07-06 | 1 | -0/+3 |
* | Add pattern TypeRep (#19691), exported by Type.Reflection. | Baldur Blöndal | 2021-05-19 | 1 | -0/+4 |
* | Add Eq1 and Ord1 Fixed instances | Oleg Grenrus | 2021-04-26 | 1 | -1/+2 |
* | Data.List specialization to [] | Oleg Grenrus | 2021-04-01 | 1 | -0/+3 |
* | Additionally export asum from Control.Applicative | Oleg Grenrus | 2021-03-30 | 1 | -0/+2 |
* | Built-in type families: CharToNat, NatToChar (#19535) | Vladislav Zavialov | 2021-03-17 | 1 | -0/+5 |
* | fromInteger :: Integer -> {Float,Double} now always round to nearest even | ARATA Mizuki | 2021-03-17 | 1 | -0/+3 |
* | Update changelog and release notes for Data.Type.Ord change | Daniel Winograd-Cort | 2021-03-08 | 1 | -0/+8 |
* | 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 |