summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* CApiFFI: add ConstPtr for encoding const-qualified pointer return types (#22043)nineonine2022-11-231-0/+6
* Add unsafePtrEquality# restricted to UnliftedTypesOleg Grenrus2022-11-223-15/+33
* Add since pragmas for c_interruptible_open and hostIsThreadedBodigrim2022-11-201-0/+10
* Extend documentation for Data.IORefBodigrim2022-11-202-16/+63
* base: make Foreign.Marshal.Pool use RTS internal arena for allocationCheng Shao2022-11-162-27/+29
* Fix capitalization in haddock for TestEqualityBodigrim2022-11-151-3/+3
* Type vs Constraint: finally nailedSimon Peyton Jones2022-11-114-11/+71
* Fix fragile RULE setup in GHC.FloatSimon Peyton Jones2022-11-111-2/+23
* base: avoid using unsupported posix functionality on wasm32Cheng Shao2022-11-116-4/+104
* base: more autoconf checks for wasm32Cheng Shao2022-11-111-0/+9
* base: fall back to using monotonic clock to emulate cputime on wasm32Cheng Shao2022-11-114-0/+30
* Add support for the wasm32-wasi target tupleCheng Shao2022-11-111-0/+4
* Make indexError work betterSimon Peyton Jones2022-11-101-3/+21
* Fire RULES in the SpecialiserSimon Peyton Jones2022-11-101-1/+4
* Document what Alternative/MonadPlus instances actually doJade Lovelace2022-11-082-8/+26
* Add example for (<$)Jade Lovelace2022-11-081-0/+9
* Clarify msum/asum documentationJade Lovelace2022-11-081-2/+8
* Bump haskeline submodulewip/bump-boot-librariesCheng Shao2022-11-061-0/+0
* Bump gmp-tarballs submoduleCheng Shao2022-11-061-0/+0
* Bump Win32 submodule to 2.13.4.0Matthew Pickering2022-11-051-0/+0
* Bump unix submodule to 2.8.0.0Matthew Pickering2022-11-054-3/+2
* Fix haddocks for GHC.IORefBodigrim2022-11-031-2/+2
* Move Symbol implementation note out of public haddockOleg Grenrus2022-11-021-1/+2
* Start the deprecation process for GHC.PackHécate Moonlight2022-10-281-0/+5
* Fix broken link to `async` packageEvan Relf2022-10-271-1/+1
* Numeric exceptions: replace FFI calls with primopsSylvain Henry2022-10-251-18/+4
* template-haskell: Improve documentation of strictness annotation typesTeo Camarasu2022-10-211-6/+18
* build: get rid of `HAVE_TIME_H`Nicolas Trangez2022-10-214-9/+1
* Build System: Remove out-of-date comment about make build systemMatthew Pickering2022-10-181-4/+0
* Add `Enum (Down a)` instance that swaps `succ` and `pred`Gergo ERDI2022-10-172-2/+25
* Add type signatures in where-clause of Data.List.permutationsBodigrim2022-10-141-7/+12