summaryrefslogtreecommitdiff
path: root/libraries/base
Commit message (Expand)AuthorAgeFilesLines
* 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
* base: Use mutableByteArrayContentsBen Gamari2021-03-223-13/+11
* Fix fake import in GHC.Exception.Type boot moduleSylvain Henry2021-03-205-23/+22
* Add more boundary checks for `rem` and `mod`John Ericson2021-03-201-18/+44
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-172-0/+16
* fromInteger :: Integer -> {Float,Double} now always round to nearest evenARATA Mizuki2021-03-173-10/+56
* [ci] Skip test's on windows that often fail in CI.wip/angerman/stable-windowsMoritz Angermann2021-03-161-1/+2
* Use GHC2021 as default languageJoachim Breitner2021-03-105-15/+24
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-101-0/+2
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-091-10/+1
* Update changelog and release notes for Data.Type.Ord changeDaniel Winograd-Cort2021-03-081-0/+8
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-078-15/+72
* base: Add reference to #19413 to Note [unsafePerformIO and strictness]Ben Gamari2021-03-041-1/+1
* Add whereFrom and whereFrom# primopMatthew Pickering2021-03-031-0/+53
* Profiling by info table mode (-hi)Matthew Pickering2021-03-031-0/+3
* Always INLINE ($!)Sylvain Henry2021-03-031-0/+1
* Profiling: Allow heap profiling to be controlled dynamically.Matthew Pickering2021-03-032-1/+34
* Fix array and cleanup conversion primops (#19026)Sylvain Henry2021-03-038-289/+289
* Add cmpNat, cmpSymbol, and cmpCharDaniel Winograd-Cort2021-03-036-31/+239
* Pmc: Implement `considerAccessible` (#18610)Sebastian Graf2021-03-011-3/+27
* Mark divModInt and friends as INLINE (#19267)Sebastian Graf2021-02-281-0/+16