summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Use lazy break for `lines`wip/strict-breakJosh Meredith2023-01-242-7/+7
* comment out lazy breakJosh Meredith2023-01-241-5/+5
* fix tab whitespaceJosh Meredith2023-01-241-1/+1
* WIP strict List break CI benchmarksJosh Meredith2023-01-241-6/+18
* 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
* Misc cleanupKrzysztof Gogolewski2023-01-051-1/+1
* Explain the auxiliary functions of permutationsFacundo Domínguez2023-01-031-0/+27
* Document infelicities of instance Ord Double and workaroundsBodigrim2022-12-241-23/+30
* Store RdrName rather than OccName in HolesMatthew Pickering2022-12-241-0/+4
* base: Fix event manager shutdown race on non-Linux platformsBen Gamari2022-12-221-3/+10
* Refactor mkRuntimeErrorSimon Peyton Jones2022-12-222-11/+16
* Don't consider large byte arrays/compact regions pinned.Andreas Klebinger2022-12-221-0/+7
* ghc-boot: Fix bootstrappingBen Gamari2022-12-211-3/+6
* base: Bump version to 4.18Ben Gamari2022-12-2115-6/+6
* Update submodule transformers to 0.6.0.4Bodigrim2022-12-211-0/+0
* Update submodule haskeline to HEAD (to allow transformers-0.6)Bodigrim2022-12-211-0/+0
* Allow transformers-0.6 in ghc, ghci, ghc-bin and hadrianBodigrim2022-12-211-1/+1
* Correct `exitWith` Haddocksamesgen2022-12-181-7/+5
* base: add missing autoconf checks for waitpid/umaskCheng Shao2022-12-172-0/+12
* Bump submodule directory to 1.3.8.0 and hpc to HEADBodigrim2022-12-162-0/+0
* Mark T21336a fragileBryan Richter2022-12-121-1/+4
* Document that Bifunctor instances for tuples are lawful only up to lazinessBodigrim2022-12-111-2/+11
* Add heqT, a kind-heterogeneous variant of heqOleg Grenrus2022-12-112-2/+11
* Update containers submoduleMatthew Pickering2022-12-091-0/+0
* Make `drop` and `dropWhile` fuse (#18964)Sebastian Graf2022-12-081-25/+44
* Make (^) INLINE (#22324)Sebastian Graf2022-12-081-24/+57
* Update submodule mtl to 2.3.1, parsec to 3.1.15.1, haddock and Cabal to HEADBodigrim2022-12-083-0/+0
* Add initial support for LoongArch Architecture.lrzlin2022-12-082-0/+4
* Restore show (typeRep @[]) == "[]"Krzysztof Gogolewski2022-12-081-0/+2
* Mark Type.Reflection.Unsafe as UnsafeKrzysztof Gogolewski2022-12-082-1/+2
* Fix bounds-checking buglet in Data.Array.ByteMatthew Craven2022-12-081-3/+5
* Handle type data declarations in Template Haskell quotations and splices (fix...Ross Paterson2022-12-035-3/+46
* Make Functor a quantified superclass of Bifunctor.Baldur Blöndal2022-11-303-4/+25
* Move Void to GHC.Base...Oleg Grenrus2022-11-308-67/+67
* Fix @since annotations on WithDict and Coerciblesheaf2022-11-304-5/+18
* Add Javascript backendSylvain Henry2022-11-2940-116/+3425
* Move hs_mulIntMayOflo cbits to ghc-primCheng Shao2022-11-282-0/+4
* Review suggestions for assorted fixes to avoid Data.List.{head,tail}sheaf2022-11-252-6/+8
* Assorted fixes to avoid Data.List.{head,tail}Bodigrim2022-11-258-16/+20