summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* base: Note move of GHC.Stack.CCS.whereFrom to GHC.InfoProv in changelogBen Gamari2023-02-161-0/+8
* Testsuite: mark T13167 as fragile for JS (#22921)Sylvain Henry2023-02-161-1/+2
* Documentation: Improve Foldable1 documentationmeooow252023-02-141-68/+91
* base: Move changelog entry to its placeLi-yao Xia2023-02-141-4/+4
* Testsuite: decrease length001 timeout for JS (#22921)Sylvain Henry2023-02-101-1/+3
* Add Lift instance for Fixedparsonsmatt2023-02-102-0/+11
* Update `Data.List.singleton` doc commentkonsumlamm2023-02-091-1/+1
* Bump transformers to 0.6.1.0sheaf2023-02-091-0/+0
* Revert "Use fix-sized equality primops for fixed size boxed types"Ben Gamari2023-02-072-12/+12
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-0623-57/+57
* Update JavaScript fileStat to match Emscripten layoutwip/js-fileStatJosh Meredith2023-02-061-17/+60
* base changelog: move entries which were not backported to ghc-9.6 to base-4.1...Bodigrim2023-02-041-3/+5
* Revert "Use fix-sized bit-fiddling primops for fixed size boxed types"Ben Gamari2023-02-042-116/+71
* linker: Fix BFD import librariesTamar Christina2023-02-031-0/+1
* Windows: Remove mingwex dependencyRyan Scott2023-02-035-72/+89
* Bump submodule containers to 0.6.7Bodigrim2023-02-031-0/+0
* base: Fix Note references in GHC.IO.Handle.TypesBen Gamari2023-02-031-12/+12
* Enable tables next to code for LoongArch64lrzlin2023-02-031-0/+9
* CI: JavaScript backend runs testsuitedoyougnu2023-02-025-2/+6
* doc: fix gcdetails_block_fragmentation_bytes since annotationTeo Camarasu2023-02-011-1/+2
* Bump transformers submodule to 0.6.0.6Ben Gamari2023-01-311-0/+0
* Fixes for cabal-reinstall CI jobMatthew Pickering2023-01-311-1/+1
* Assorted changes to avoid Data.List.{head,tail}Bodigrim2023-01-281-10/+9
* Document differences between Data.{Monoid,Semigroup}.{First,Last}Bodigrim2023-01-282-2/+28
* Add Foldable1 Solo instanceOleg Grenrus2023-01-281-0/+9
* CApiFFI: add ConstPtr for encoding const-qualified pointer return typesnineonine2023-01-285-3/+61