summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Document lawlessness of Ap's Num instanceJoseph C. Sible2020-05-081-0/+26
* Specify kind variables for inferred kinds in base.Baldur Blöndal2020-05-0814-70/+167
* doc (Bitraversable): Add examples to BitraversableJulien Debon2020-05-082-3/+68
* Add doc examples for BifoldableJulien Debon2020-05-081-7/+581
* Move LeadingUnderscore into Platform (#17957)Sylvain Henry2020-05-062-10/+12
* Remove SpecConstrAnnotation (#13681)Sylvain Henry2020-05-051-23/+2
* Unit: split and rename modulesSylvain Henry2020-04-302-5/+5
* Factorize mungePackagePaths codeSylvain Henry2020-04-301-1/+73
* Refactor UnitInfo load/store from databasesSylvain Henry2020-04-301-124/+101
* Remove unused `emptyGenericUnitInfo`Sylvain Henry2020-04-301-36/+0
* Refactor UnitInfoSylvain Henry2020-04-301-178/+289
* Define a Quote IO instanceRyan Scott2020-04-281-2/+8
* TH: fix Show/Eq/Ord instances for Bytes (#16457)Sylvain Henry2020-04-272-1/+48