summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* doc: fix copy/paste errorFraser Tweedale2021-07-271-2/+2
* rts: Introduce and use ExecPage abstractionBen Gamari2021-07-271-36/+57
* Check the buffer size *before* calling the continuation in withEncodedCStringMatthew Pickering2021-07-233-13/+63
* Generalise reallyUnsafePtrEquality# and use itsheaf2021-07-236-4/+194
* Use fix-sized equality primops for fixed size boxed typesJohn Ericson2021-07-212-12/+12
* template-haskell: Add support for default declarationsMario Blažević2021-07-215-0/+14
* Rename RecordPuns to NamedFieldPuns in LangExt.ExtensionAlfredo Di Napoli2021-07-191-1/+1
* Bignum: don't allocate in bignat_mul (#20028)Sylvain Henry2021-07-191-4/+4
* Add Word64#/Int64# primopsSylvain Henry2021-07-1511-117/+16
* 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
* Revert "Make reallyUnsafePtrEquality# levity-polymorphic"Matthew Pickering2021-06-272-9/+0
* Re-export UnliftedRep and UnliftedType from GHC.Extssheaf2021-06-261-1/+2
* Make reallyUnsafePtrEquality# levity-polymorphicsheaf2021-06-252-0/+9
* fix sdist for base libraryLuite Stegeman2021-06-241-2/+0
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-06-231-0/+9
* ghc-bignum: trimed ~> trimmedMatthew Pickering2021-06-222-32/+32
* Typos, minor comment fixesKrzysztof Gogolewski2021-06-221-8/+0
* Fix naturalToFloat/DoubleSylvain Henry2021-06-194-10/+20
* 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-106-12/+12
* 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
* Make some simple primops levity-polymorphicsheaf2021-06-041-0/+20
* Improve wording of fold[lr]M documentation.Viktor Dukhovni2021-06-021-53/+77
* sighparsonsmatt2021-05-291-1/+1
* Apply 2 suggestion(s) to 1 file(s)parsonsmatt2021-05-291-2/+2
* Address review comments, export from THparsonsmatt2021-05-293-1/+8
* Add `newDeclarationGroup` and provide documentation in reifyInstances and isI...parsonsmatt2021-05-291-0/+62
* Use quotRemWord in showWordSylvain Henry2021-05-281-3/+5
* [ci/darwin] use system provided iconv and cursesMoritz Angermann2021-05-252-2/+5
* docs: Fix example in toIntegralSizedMatthew Pickering2021-05-241-3/+3
* Bignum: bump to version 1.1 (#19846)Sylvain Henry2021-05-192-1/+11
* 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
* Bump binary submoduleBen Gamari2021-05-061-0/+0
* Use fix-sized arithmetic primops for fixed size boxed typesJohn Ericson2021-05-063-108/+239
* 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-298-28/+94
* Fix inlining of division wrappersSylvain Henry2021-04-291-0/+18