summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add standard Unicode case predicates isUpperCase and isLowerCase.Pierre Le Marre2022-10-1411-51/+195
* winio: do not re-translate input when handle is uncookedTamar Christina2022-10-121-22/+32
* Separate IPE source file from spanBen Gamari2022-10-112-11/+20
* base: Move IPE helpers to GHC.InfoProvBen Gamari2022-10-114-75/+106
* base: Move CString, CStringLen to GHC.ForeignBen Gamari2022-10-112-11/+6
* ByteArray# is unlifted, not unboxedBodigrim2022-10-111-4/+4
* Expand comment for Data.List.permutationsjwaldmann2022-10-111-0/+3
* Extend documentation for Data.List, mostly wrt infinite listsBodigrim2022-10-113-53/+216
* Add a newline before since pragma in Data.Array.ByteBodigrim2022-10-101-0/+1
* Export symbolSing, SSymbol, and friends (CLC#85)wip/clc-85Ryan Scott2022-10-066-103/+447
* Minor fixes following Unicode 15.0.0 updatePierre Le Marre2022-10-052-8/+4
* Use sameByteArray# in sameByteArrayOleg Grenrus2022-10-041-2/+1
* INLINE/INLINEABLE pragmas in Foreign.Marshal.ArraySimon Peyton Jones2022-09-281-1/+31
* implement proposal 106 (Define Kinds Without Promotion) (fixes #6024)Ross Paterson2022-09-272-0/+1
* Update filepath to filepath-1.4.100.0Matthew Pickering2022-09-222-24/+7
* Rename Solo[constructor] to MkSoloTorsten Schmits2022-09-2117-253/+289
* Add fragmentation statistic to GHC.StatsTeo Camarasu2022-09-212-0/+8
* Add notes to ghc-prim Haddocks that users should not import itTom Ellis2022-09-207-0/+23
* Relax instances for Functor combinators; put superclass on Class1 and Class2 ...John Ericson2022-09-205-67/+111
* Add `Eq` and `Ord` instances for `Generically1`John Ericson2022-09-202-0/+10
* Avoid partial head and tail in ghc-heap; replace with total pattern-matchingBodigrim2022-09-162-104/+83
* Update to Unicode 15.0Pierre Le Marre2022-09-1611-79/+80
* Fix typosKrzysztof Gogolewski2022-09-142-2/+2
* libraries: template-haskell: vendor filepath differentlyDouglas Wilson2022-09-145-1/+2249
* Diagnostic codes: acccept test changessheaf2022-09-131-1/+1
* Add native delimited continuations to the RTSAlexis King2022-09-114-1/+29
* Bump submodule Cabal to one with liftA2 warnings fixedGeorgi Lyubenov2022-09-081-0/+0
* Bump submodule containers to one with liftA2 warnings fixedGeorgi Lyubenov2022-09-081-0/+0
* Add changelog entry for liftA2 export from PreludeGeorgi Lyubenov2022-09-081-0/+4
* Export liftA2 from PreludeGeorgi Lyubenov2022-09-087-9/+10
* typoEric Lindblad2022-09-071-1/+1
* Change Ord defaults per CLC proposalTommy Bidne2022-09-012-3/+7
* Update submodule Cabal to tag Cabal-v3.8.1.0wip/9.4-foward-fixed-makeDouglas Wilson2022-08-313-2/+2
* Bump bytestring submodule to 0.11.3.1Ben Gamari2022-08-311-0/+0
* Add dates to base, ghc-prim changelogsBen Gamari2022-08-311-1/+1
* Bump deepseq submodule to 1.4.8.0Ben Gamari2022-08-311-0/+0
* Bump text submodule to 2.0.1Douglas Wilson2022-08-311-0/+0
* Bump directory submodule to 1.3.7.1Ben Gamari2022-08-311-0/+0
* Update submodule process to 1.6.15.0Douglas Wilson2022-08-311-0/+0
* Update submodule containers to 0.6.6Douglas Wilson2022-08-311-0/+0
* Bump stm submodule to 2.5.1.0Ben Gamari2022-08-311-0/+0
* Bump binary submodule to 0.8.9.1Ben Gamari2022-08-311-0/+0
* Fix typo in Any docs: syntatic -> syntacticPi Delport2022-08-301-1/+1
* Fix typo in Any docs: stray "--"Pi Delport2022-08-301-1/+1
* Pmc: consider any 2 dicts of the same type equalsheaf2022-08-261-0/+0
* Add since annotations and changelog entriesHarry Garrood2022-08-252-0/+5
* Add inits1 and tails1 to Data.List.NonEmptyHarry Garrood2022-08-253-2/+96