summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "CApiFFI: add ConstPtr for encoding const-qualified pointer return typ...Ben Gamari2023-01-281-6/+0
* testsuite: Make listThreads more robustBen Gamari2023-01-272-6/+10
* Revert "base: NoImplicitPrelude in Data.Void and Data.Kind"Matthew Pickering2023-01-272-3/+1
* base: Make changelog proposal references more consistentBen Gamari2023-01-261-29/+31
* base: NoImplicitPrelude in Data.Void and Data.KindVladislav Zavialov2023-01-262-1/+3
* tryFillBuffer: strictifydoyougnu2023-01-261-10/+10
* Restore Compose's Read/Show behavior to match Read1/Show1 instancesRyan Scott2023-01-244-7/+54
* Bump process submoduleCheng Shao2023-01-231-0/+0
* template-haskell: Bump version to 2.20.0.0Ben Gamari2023-01-234-2/+2
* Give the RTS it's own configure scriptJohn Ericson2023-01-181-1/+0
* Bump gmp-tarballs submoduleBen Gamari2023-01-181-0/+0
* Bump ghc-tarballs to fix #22497Ben Gamari2023-01-181-0/+0
* testsuite: req_smp --> req_target_smp, req_ghc_smpSylvain Henry2023-01-181-1/+1
* Bump submodule parsec to 3.1.16.1Bodigrim2023-01-161-0/+0
* Mark maximumBy/minimumBy as INLINE.Andreas Klebinger2023-01-162-2/+34
* Bump process submoduleCheng Shao2023-01-131-0/+0
* Bump submodule bytestring to 0.11.4.0Bodigrim2023-01-131-0/+0
* Introduce the TypeAbstractions language flagVladislav Zavialov2023-01-111-0/+1
* Add safe list indexing operator: !?Oleg Grenrus2023-01-094-5/+34