summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Rename [] to List (#21294)Vladislav Zavialov2022-04-072-2/+4
* Remove Fun pattern from Typeable COMPLETE setsheaf2022-04-071-3/+2
* Implement \cases (Proposal 302)Jakob Bruenker2022-04-011-1/+0
* Change may not to might notMaxHearnden2022-04-011-1/+1
* Export MutableByteArray from Data.Array.ByteAndreas Klebinger2022-04-011-2/+22
* Remove wrong claim about naturality law.gershomb2022-04-011-4/+1
* hi haddock: Lex and store haddock docs in interface filesZubin Duggal2022-03-232-0/+3
* List GHC.Event.Internal in base.cabal on Windowssheaf2022-03-191-13/+7
* Export (~) from Data.Type.Equality (#18862)wip/eqtycon-rnVladislav Zavialov2022-03-155-2/+9
* Improve clearBit and complementBit for NaturalSimon Jakobi2022-03-111-4/+5
* gitlab-ci: Use the linters image in hlint jobBen Gamari2022-03-112-4/+3
* Improve setBit for NaturalSimon Jakobi2022-03-071-0/+1
* remove MonadFail instances of STArtem Pelenitsyn2022-03-053-9/+5
* 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