summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Add the Ix class to Foreign C integral typesHécate Moonlight2022-02-045-2/+10
* Fix @since annotation on NatMorrow2022-02-021-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-0140-80/+69
* Use braces in TH LambdaCase and where clausesElton2022-02-011-3/+13
* Use braces in TH case pprint (fixes #20893)Elton2022-02-011-1/+1
* Rip out remaining SPARC supportBen Gamari2022-01-291-4/+0
* rts: Rip out SPARC supportBen Gamari2022-01-291-22/+0
* Make most shifts branchlessSylvain Henry2022-01-283-97/+106
* Levity-polymorphic arrays and mutable variablessheaf2022-01-265-19/+293
* ghc-heap: Drop mention of BlockedOnIOCompletionBen Gamari2022-01-242-6/+0
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-01-194-64/+61
* rts/winio: Fix #18382Ben Gamari2022-01-188-31/+22
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-154-16/+19
* Remove dangling references to Note [Type-checking overloaded labels]Joachim Breitner2022-01-071-3/+3
* Change ulimit -n in openFile008 back to 1024Greg Steuck2022-01-061-1/+1
* Fix Haddock parse error in GHC.Exts.Heap.FFIClosures.hsGeorge Thomas2022-01-041-2/+2
* Cabal: Update submoduleMatthew Pickering2021-12-291-0/+0
* Multiple Home UnitsMatthew Pickering2021-12-284-0/+30
* Fix typosKrzysztof Gogolewski2021-12-254-6/+6
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-2222-441/+0
* Expand documentation for MulArrowT constructorMatthew Pickering2021-12-171-1/+3
* Fix documentation formatting in Language.Haskell.TH.CodeDoMatthew Pickering2021-12-171-0/+2
* Add a note to base changelogCheng Shao2021-12-151-0/+4
* base: fix autoconf detection of C pointer typesCheng Shao2021-12-151-2/+2
* base: use `CUIntPtr` instead of `Ptr ()` as the autoconf detected Haskell typ...Cheng Shao2021-12-151-1/+1
* libiserv: Rename Lib module to IServBen Gamari2021-12-142-2/+2
* Fixes typo in documentation of the Semigroup instance of EquivalenceMichaWiedenmann12021-12-141-1/+1
* base: fix clockid_t usage when it's a pointer type in CCheng Shao2021-12-141-4/+5
* fix ambiguity in `const` documentationalirezaghey2021-12-141-1/+1
* Data.Functor.Classes: fix Ord1 instance for DownVaibhav Sagar2021-12-142-1/+6
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-124-33/+37
* iserv: Remove network dependent parts of libiservMatthew Pickering2021-12-124-464/+0
* Perf: remove allocation in writeBlocks and fix comment (#14309)Sylvain Henry2021-12-111-32/+39
* Bump text submodule to 2.0-rc2Bodigrim2021-12-111-0/+0
* Add PromotedInfixT/PromotedUInfixT to THJakob Brünker2021-12-115-71/+103
* Remove confusing haddock quotes in 'readInt' documentationMatthew Pickering2021-12-101-1/+1
* Improve mtimesDefaultDavid Feuer2021-12-091-3/+22
* Drop O(n^2) warning on concatViktor Dukhovni2021-12-091-3/+0
* A few more typosViktor Dukhovni2021-12-091-6/+7
* Fix typo and outdated link in Data.FoldableViktor Dukhovni2021-12-092-3/+4
* Bump bytestring submodule to 0.11.2.0Bodigrim2021-12-091-0/+0
* Re-export GHC.Types from GHC.Extssheaf2021-12-073-56/+62
* Use italic big-O notation in Data.FoldableViktor Dukhovni2021-12-071-18/+18
* More specific documentation of foldr' caveatsViktor Dukhovni2021-12-071-3/+17
* List-monomorphic `foldr'`Viktor Dukhovni2021-12-072-10/+44
* Revert "Data.List specialization to []"Matthew Pickering2021-12-0317-1409/+1633
* Make openFile more tolerant of async excs (#18832)Kamil Dworakowski2021-12-025-45/+96
* ghc-compact: Update cabal fileBen Gamari2021-12-011-2/+5
* Rename Data.Array.ByteArray -> Data.Array.ByteBodigrim2021-11-263-8/+8
* Rename Data.ByteArray to Data.Array.ByteArray + add TrustworthyBodigrim2021-11-263-8/+9