summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
...
* Rework documentation for data CharBodigrim2023-04-021-11/+90
* TH: revert changes to GadtC & RecGadtCsheaf2023-04-014-24/+22
* Improve haddocks of template-haskell Con datatypesheaf2023-04-011-11/+27
* [feat] make ($) representation polymorphicmangoiv2023-04-012-4/+13
* Bump submodulesBodigrim2023-03-302-0/+0
* Fixes to accomodate Data.List.{head,tail} with {-# WARNING #-}Bodigrim2023-03-302-3/+6
* Add {-# WARNING #-} to Data.List.{head,tail}Bodigrim2023-03-302-0/+7
* Revert "ghc-heap: remove wrong Addr# coercion (#23181)"Matthew Pickering2023-03-303-13/+14
* ghc-heap: remove wrong Addr# coercion (#23181)Sylvain Henry2023-03-303-14/+13
* Handle records in the renamersheaf2023-03-294-34/+64
* Add COMPLETE pragmas to TypeRep, SSymbol, SChar, and SNatRyan Scott2023-03-286-0/+30
* Document the constructor name for listsDavid Feuer2023-03-261-1/+4
* Update and expand atomic modification HaddocksDavid Feuer2023-03-262-14/+67
* Add Eq/Ord instances for SSymbol, SChar, and SNatRyan Scott2023-03-253-1/+27
* Modify ThreadId documentation and commentsDavid Feuer2023-03-251-7/+3
* base: Document GHC versions associated with past base versions in the changelogLi-yao Xia2023-03-251-1/+8
* Update changelog to mention changes to instance Foldable (Compose f g)Bodigrim2023-03-231-0/+2
* Simplify minimum/maximum in instance Foldable (Compose f g)Bodigrim2023-03-231-6/+2
* Additional optimized versionsArmando Ramirez2023-03-231-3/+18
* Optimized Foldable methods for Data.Functor.ComposeArmando Ramirez2023-03-231-0/+7
* fix: Incorrect @since annotations in GHC.TypeErrorromes2023-03-222-5/+5
* Rename () into Unit, (,,...,,) into Tuple<n> (#21294)Andrei Borzenkov2023-03-213-95/+118
* ghc-bignum: Drop redundant include-dirs fieldBen Gamari2023-03-131-2/+0
* Bump Win32 to 2.13.4.0wip/bump-w32Matthew Pickering2023-03-131-0/+0
* testsuite: Skip some tests when sanity checking is enabledBen Gamari2023-03-081-1/+2
* Fix documentation for traceWith and friendsMorrowM2023-03-072-3/+6
* Add `Data.Functor.unzip`Ollie Charles2023-03-072-0/+6
* Documentation: describe laziness of several function from Data.ListBodigrim2023-03-062-16/+150
* Add decideSymbol, decideChar, decideNat, decTypeRep, decT and hdecTOleg Grenrus2023-03-046-20/+181
* Document getSoloDavid Feuer2023-03-031-0/+20
* Export getSolo from Data.TupleDavid Feuer2023-03-032-1/+4
* Revert the main payload of "Make `drop` and `dropWhile` fuse (#18964)"Sebastian Graf2023-03-011-33/+8
* ghc-prim: fix hs_cmpxchg64 function prototypeCheng Shao2023-02-281-2/+2
* Bump haskeline submodule to 0.8.2.1Ben Gamari2023-02-241-0/+0
* Bump filepath submodule to 1.4.100.1Ben Gamari2023-02-241-0/+0
* Bump Cabal submodule to 3.9 pre-releaseBen Gamari2023-02-241-0/+0
* Bump array submodule to 0.5.4.0Ben Gamari2023-02-241-0/+0
* Bump process submodule to v1.6.17.0Ben Gamari2023-02-241-0/+0
* Bump directory submodule to 1.3.8.1Ben Gamari2023-02-241-0/+0
* Bump deepseq submodule to 1.4.8.1Ben Gamari2023-02-241-0/+0
* Bump unix submodule to 2.8.1.0Ben Gamari2023-02-241-0/+0
* Bump terminfo submodule to 0.4.1.6Ben Gamari2023-02-241-0/+0
* base: Correct @since annotation for FP<->Integral bit cast operations.Andreas Klebinger2023-02-211-4/+4
* ghc-prim: levity-polymorphic array equality opssheaf2023-02-212-11/+31
* Bump submodule text to 2.0.2Bodigrim2023-02-211-0/+0
* Merge libiserv with ghciSylvain Henry2023-02-178-143/+93
* Add INLINABLE pragmas to `generic*` functions in Data.OldListwip/generic-inlinableMatthew Pickering2023-02-172-0/+7
* unicode: Don't inline bitmap in generalCategoryMatthew Pickering2023-02-163-2/+11
* No default finalizer exception handlersheaf2023-02-1610-25/+49
* Documentation: add an example of SPEC usageBodigrim2023-02-162-3/+24