summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Bump Cabal submoduleBen Gamari2020-07-152-1/+1
* ghc-bignum: bring in sync .hs-boot files with module declarationsSergei Trofimovich2020-07-142-11/+12
* BigNum: rename BigNat typesSylvain Henry2020-07-078-312/+323
* ghc-prim: Turn some comments into haddocksChaitanya Koparkar2020-07-071-9/+10
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-026-5/+5
* Add most common return values for `os` and `arch`Hécate2020-07-011-1/+44
* #17169: Clarify Fixed's Enum instance.Martin Handley2020-07-011-0/+58
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-011-0/+1
* Add missing Ix instances for tuples of size 6 through 15 (#16643)Joshua Price2020-06-305-0/+454
* Add integer-gmp's ghc.mk and GNUmakefile to .gitignoreRyan Scott2020-06-282-5/+2
* Fix duplicated words and typos in comments and user guideJan Hrček2020-06-284-4/+4
* Fix ghc-bignum exceptionsSylvain Henry2020-06-277-53/+164
* ghc-bignum: fix division by zero (#18359)Sylvain Henry2020-06-271-1/+1
* Implement the proposed -XQualifiedDo extensionMatthias Pall Gissurarson2020-06-266-9/+33
* Add MonadZip and MonadFix instances for ComplexOleg Grenrus2020-06-252-0/+12
* add examples to Data.TraversableAdam Wespiser2020-06-251-0/+108
* Don't use timesInt2# with GHC < 8.11 (fix #18358)Sylvain Henry2020-06-231-1/+1
* Move tablesNextToCode field into PlatformSylvain Henry2020-06-182-4/+6
* Bump bytestring and text submoduleswip/landingSylvain Henry2020-06-172-0/+0
* Update testsuiteSylvain Henry2020-06-171-3/+1
* Update `make` based build systemSylvain Henry2020-06-171-3/+2
* Update `base` packageSylvain Henry2020-06-1729-845/+700
* ghc-bignum librarySylvain Henry2020-06-1743-3006/+7106
* Remove integer-simpleSylvain Henry2020-06-179-1329/+0
* Linear types (#15981)Krzysztof Gogolewski2020-06-1711-38/+92
* base: Bump to 4.15.0.0Ben Gamari2020-06-1717-6/+6
* Fix typos and formatting in user guideJan Hrček2020-06-161-1/+1
* codeGen: Don't discard live case binders in unsafeEqualityProof logicBen Gamari2020-06-141-0/+5
* winio: Add Atomic Exchange PrimOp and implement Atomic Ptr exchanges.Tamar Christina2020-06-143-1/+52
* Fix #12073: Add MonadFix Q instanceOleg Grenrus2020-06-133-1/+28
* Add introductory prose for Data.TraversableViktor Dukhovni2020-06-131-92/+419
* Initialize the allocation counter in GHCi to 0 (Fixes #16012)Roland Senn2020-06-101-2/+2
* Implement cast worker/wrapper properlySimon Peyton Jones2020-06-101-3/+6
* ghc-prim needs to depend on libc and libmMoritz Angermann2020-06-071-0/+5
* Simple subsumptionwip/T17775Simon Peyton Jones2020-06-053-1/+1
* base: fix sign confusion in log1mexp implementation (fix #17125)Artem Pelenitsyn2020-06-051-6/+10
* Allow finalizeForeignPtr to be called on FinalPtr/PlainPtr.Andrew Martin2020-06-041-2/+4
* Rename the singleton tuple GHC.Tuple.Unit to GHC.Tuple.SoloTom Ellis2020-06-013-3/+5
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-016-9/+9
* Apply suggestion to libraries/base/GHC/Exts.hsBodigrim2020-06-011-1/+1
* Clarify description of fromListNBodigrim2020-06-011-5/+6
* base: Scrap deprecation plan for Data.Monoid.{First,Last}Simon Jakobi2020-05-292-20/+3
* Fix "build/elem" RULE.Andreas Klebinger2020-05-299-44/+266
* Add Semigroup/Monoid for Q (#18123)Vladislav Zavialov2020-05-282-0/+11
* Revert "Specify kind variables for inferred kinds in base."Ben Gamari2020-05-2514-167/+70
* Bump process submoduleBen Gamari2020-05-231-0/+0
* Implement cstringLength# and FinalPtrAndrew Martin2020-05-234-20/+205
* Make `Int`'s `mod` and `rem` strict in their first argumentsSebastian Graf2020-05-211-8/+11
* Document INLINE(ABLE) pragmas that enable fusionbuggymcbugfix2020-05-211-3/+21
* Piggyback on Enum Word methods for Word64buggymcbugfix2020-05-211-4/+38