summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add INLINABLE pragmas to Enum list producersbuggymcbugfix2020-05-211-5/+30
* Fix spelling mistakes and typosbuggymcbugfix2020-05-211-2/+2
* Explicit SpecificityGert-Jan Bottu2020-05-217-61/+102
* base: Add Generic instances to various datatypes under GHC.*Fumiaki Kinoshita2020-05-215-0/+39
* Predicate, Equivalence derive via `.. -> a -> All'Baldur Blöndal2020-05-131-36/+132
* docs: Add examples for Data.Semigroup.Arg{Min,Max}Simon Jakobi2020-05-131-0/+7
* rts/CNF: Fix fixup comparison functionBen Gamari2020-05-133-0/+28
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-093-5/+47
* Bump exceptions submodule so that dist-boot is .gitignore'dRyan Scott2020-05-081-0/+0
* Apply more suggestions from Simon JakobiJoseph C. Sible2020-05-081-4/+4
* Apply suggestion to libraries/base/Data/Monoid.hsJoseph C. Sible2020-05-081-1/+1