summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* Check the buffer size *before* calling the continuation in withEncodedCStringMatthew Pickering2021-07-233-13/+63
* Generalise reallyUnsafePtrEquality# and use itsheaf2021-07-232-4/+24
* Use fix-sized equality primops for fixed size boxed typesJohn Ericson2021-07-212-12/+12
* Add Word64#/Int64# primopsSylvain Henry2021-07-155-22/+7
* Added a hopefully clarificatory sentence about the notion of "atomicity" pres...Adrien2021-07-131-5/+13
* Implement improved "get executable path" queryFraser Tweedale2021-07-063-2/+68
* Fix cut/paste typo foldrM should be foldlMViktor Dukhovni2021-07-021-1/+1
* Detect underflow in fromIntegral/Int->Natural ruleSylvain Henry2021-07-021-3/+15
* Fix type and strictness signature of forkOn#Ryan Scott2021-06-281-1/+1
* Re-export UnliftedRep and UnliftedType from GHC.Extssheaf2021-06-261-1/+2
* fix sdist for base libraryLuite Stegeman2021-06-241-2/+0
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-221-8/+0
* Fix naturalToFloat/DoubleSylvain Henry2021-06-191-0/+15
* Fix type and strictness signature of fork#Simon Peyton Jones2021-06-191-1/+1
* Correct haddock annotations in GetOptDavid2021-06-191-3/+3
* Pass -DLIBICONV_PLUG when building base library on FreeBSD.Gleb Popov2021-06-181-0/+6
* Reword: representation instead of levitysheaf2021-06-103-5/+5
* winio: use synchronous access explicitly for handles that may not be asynchro...Tamar Christina2021-06-084-27/+125
* Small ZipList optimisationViktor Dukhovni2021-06-071-2/+6
* Fix Integral instances for WordsSylvain Henry2021-06-042-110/+120
* Improve wording of fold[lr]M documentation.Viktor Dukhovni2021-06-021-53/+77
* Use quotRemWord in showWordSylvain Henry2021-05-281-3/+5
* [ci/darwin] use system provided iconv and cursesMoritz Angermann2021-05-251-1/+1
* docs: Fix example in toIntegralSizedMatthew Pickering2021-05-241-3/+3
* Add pattern TypeRep (#19691), exported by Type.Reflection.Baldur Blöndal2021-05-193-5/+56
* Implement bitwise infix opsKoz Ross2021-05-191-0/+42
* Use fix-sized order primops for fixed size boxed typesJohn Ericson2021-05-132-24/+24
* base: Update Unicode data to 13.0.0Ben Gamari2021-05-114-49/+99
* Use fix-sized arithmetic primops for fixed size boxed typesJohn Ericson2021-05-062-80/+65
* Update documentation of 'Weak'bit2021-05-031-8/+7
* Move shift ops out of GHC.BaseSylvain Henry2021-05-033-66/+72
* Use fix-sized bit-fiddling primops for fixed size boxed typesJohn Ericson2021-05-033-80/+145
* Redesign withDict (formerly magicDict)Ryan Scott2021-04-295-26/+25
* Fix inlining of division wrappersSylvain Henry2021-04-291-0/+18
* Make divModInt# branchlessSylvain Henry2021-04-291-11/+0
* Add documentation for GHC.Exts.sortWithiori tsu2021-04-271-0/+5
* Eliminate unsafeEqualityProof in CorePrepSimon Peyton Jones2021-04-261-23/+9
* Add Eq1 and Ord1 Fixed instancesOleg Grenrus2021-04-262-1/+11
* Use correct precedence in Complex's Read1/Show1 instancesRyan Scott2021-04-184-3/+50
* Data.List strictness optimisations for maximumBy and minimumByHécate Moonlight2021-04-141-14/+21
* Implement list `fold` and `foldMap` via mconcatKoz Ross2021-04-106-0/+70
* Change foldl' to inline when partially applied (#19534)James Foster2021-04-072-17/+66
* Fixes Monad's associativity docsŁukasz Gołębiewski2021-04-051-1/+1
* Address review feedback on chiralityViktor Dukhovni2021-04-011-11/+45
* Chiral foldable caveatsViktor Dukhovni2021-04-011-3/+37
* Data.List specialization to []Oleg Grenrus2021-04-0117-1609/+1360
* Additionally export asum from Control.ApplicativeOleg Grenrus2021-03-302-1/+4
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-291-1/+1
* Make RULES more robust in GHC.FloatSimon Peyton Jones2021-03-281-75/+155
* Add compiler linting to CIHécate2021-03-251-1/+0