summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* winio: Add support to console handles to handleToHANDLETamar Christina2022-07-141-3/+5
* Bump version for base to 4.16.2.0Zubin Duggal2022-05-252-1/+9
* Documentation for setLocaleEncodingBodigrim2022-05-251-2/+27
* hadrian: Clean up handling of libffi dependenciesBen Gamari2022-05-131-2/+0
* bytestring: Bump to 0.11.3.1Matthew Pickering2022-05-101-0/+0
* bitReverse functions in GHC.Word are since base-4.14.0.0, not 4.12.0.0ARATA Mizuki2022-05-091-4/+4
* List GHC.Event.Internal in base.cabal on Windowssheaf2022-05-091-13/+7
* Add compiler linting to CIHécate2022-04-061-1/+0
* Bump Cabal submodule to 3.6.3.0Ben Gamari2022-03-041-0/+0
* Ensure that wired-in exception closures aren't GC'dBen Gamari2022-03-041-1/+2
* bytestring: Bump to 0.11.3.0wip/bump-bytestring-9.2Ben Gamari2022-03-031-0/+0
* Bump base version to 4.16.1.0Ben Gamari2022-02-171-1/+1
* Update base changelogBen Gamari2022-02-151-1/+3
* Bump parsec 3.1.15.0Ben Gamari2022-02-151-0/+0
* Bump filepath to 1.4.2.2Ben Gamari2022-02-151-0/+0
* Bump deepseq to 1.4.6.1Ben Gamari2022-02-151-0/+0
* Bump Cabal submodule to 3.6.2.0Ben Gamari2022-02-151-0/+0
* Add the Ix class to Foreign C integral typesHécate Moonlight2022-02-115-3/+13
* Revert "Bump bytestring submodule to 0.11.2.0"Matthew Pickering2022-02-101-0/+0
* Drop O(n^2) warning on concatViktor Dukhovni2022-02-101-3/+0
* Foldable/Traversable doc fixes from HEADViktor Dukhovni2022-02-101-1/+14
* Fix @since annotation on NatMorrow2022-02-101-1/+1
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-02-104-64/+61
* rts/winio: Fix #18382Ben Gamari2022-02-107-30/+25
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-314-16/+19
* A few more typosViktor Dukhovni2022-01-311-6/+7
* Fix typo and outdated link in Data.FoldableViktor Dukhovni2022-01-312-3/+4
* Bump bytestring submodule to 0.11.2.0Ben Gamari2022-01-311-0/+0
* Add Data.Bits changes to base 4.16 changelogsheaf2022-01-301-0/+8
* Revert "base: Use one-shot kqueue on macOS"Matthew Pickering2022-01-301-2/+15
* ghc-compact: Update cabal fileBen Gamari2022-01-301-2/+5
* Add more INLINABLE and INLINE pragmas to `Enum Int*` instancesSebastian Graf2022-01-303-4/+64
* ghc-boot: Fix metadata handling of writeFileAtomicBen Gamari2022-01-302-0/+28
* base: Describe Word/Int changes in changelogBen Gamari2022-01-301-0/+4
* Bump stm to 2.5.0.1Ben Gamari2021-12-111-0/+0
* Fix Data.Type.Ord.<: it should be based on <?, not >?.Andrew Pritchard2021-12-091-1/+1
* Provide in-line kind signatures for Data.Type.Ord.Compare.Andrew Pritchard2021-12-091-1/+1
* Fix Haddock markup on Data.Type.Ord.OrdCond.Andrew Pritchard2021-12-091-3/+4
* Fix broken haddock @since fields in baseJoshua Price2021-12-095-3/+23
* Improve ZipList section of Traversable overviewViktor Dukhovni2021-11-101-6/+15
* base: Fix date in changelogBen Gamari2021-10-271-1/+1
* Remove record field from SoloSimon Peyton Jones2021-10-275-33/+11
* Final changelog fixesBen Gamari2021-10-272-2/+6
* Additionally export asum from Control.ApplicativeOleg Grenrus2021-10-262-1/+4
* base: Note export of Data.Tuple.Solo in changelogBen Gamari2021-10-261-2/+6
* Use 'NonEmpty' for the fields in an 'HsProjection' (#20389)Zubin Duggal2021-10-253-3/+5
* Export Solo from Data.TupleDavid Feuer2021-10-257-4/+89
* Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309Oleg Grenrus2021-10-222-10/+0
* Add more instances for SoloDavid Feuer2021-10-223-0/+37
* Fix minor inconsistency in documentationalirezaghey2021-10-221-2/+2