summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
...
* base: Mark GHC.Bits not-home for haddockSimon Jakobi2022-03-041-0/+2
* docs: Add note to unsafeCoerce function that you might want to use coerce [sk...Matthew Pickering2022-03-031-0/+4
* Use Word64# primops in Word64 Num instanceSylvain Henry2022-03-031-3/+3
* base: Remove default method from bitraversableMatthew Pickering2022-03-021-1/+0
* Make modules in base stable.Hécate Moonlight2022-02-2863-63/+63
* Add Monoid a => Monoid (STM a) instanceOleg Grenrus2022-02-281-0/+8
* base: Improve documentation of `throwIO` (#19854)Sebastian Graf2022-02-251-4/+22
* Suggestions due to hlintMatthew Pickering2022-02-244-7/+3
* Move linters into the treeMatthew Pickering2022-02-241-1/+1
* Clarify laws of TestEqualityJohn Ericson2022-02-241-2/+16
* Kill derived constraintsRichard Eisenberg2022-02-231-3/+4
* Generically: remove redundant Semigroup constraintsheaf2022-02-201-1/+1
* (#21044) Documented arithmetic functions in base.nikshalark2022-02-134-4/+264
* Implement System.Environment.getExecutablePath for NetBSDPHO2022-02-091-4/+12
* Fix some notesMatthew Pickering2022-02-082-3/+3
* 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-0129-60/+62
* Make most shifts branchlessSylvain Henry2022-01-283-97/+106
* Levity-polymorphic arrays and mutable variablessheaf2022-01-263-2/+161
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-01-194-64/+61
* rts/winio: Fix #18382Ben Gamari2022-01-185-28/+20
* 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 typosKrzysztof Gogolewski2021-12-254-6/+6
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-2217-440/+0
* 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
* 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
* Perf: remove allocation in writeBlocks and fix comment (#14309)Sylvain Henry2021-12-111-32/+39
* 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
* Re-export GHC.Types from GHC.Extssheaf2021-12-072-53/+54
* 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
* Rename Data.Array.ByteArray -> Data.Array.ByteBodigrim2021-11-263-8/+8
* Rename Data.ByteArray to Data.Array.ByteArray + add TrustworthyBodigrim2021-11-263-8/+9
* Add Data.Bits changes to base 4.16 changelogsheaf2021-11-251-0/+16