summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Vendor filepath inside template-haskellMatthew Pickering2022-07-051-1/+20
* Add applyWhen to Data.Function per CLC propAnselm Schüler2022-07-042-0/+30
* Expand `Ord` instance for `Down`konsumlamm2022-07-031-0/+6
* Data.Foldable1: Remove references to Foldable-specific noteSimon Jakobi2022-07-021-4/+0
* template-haskell: Bump version to 2.19.0.0Ben Gamari2022-06-284-2/+2
* Cleanup BuiltInSyntax vs UserSyntaxMatthew Pickering2022-06-284-9/+0
* integer-gmp: Fix cabal fileBen Gamari2022-06-281-4/+5
* Add Foldable1 and Bifoldable1 type classesBodigrim2022-06-274-1/+566
* Remove the traces of i386-*-openbsd, long live amd64Greg Steuck2022-06-271-2/+2
* Bump ghc-prim and base versionsBen Gamari2022-06-2723-34/+35
* re-export GHC.Natural.minusNaturalMaybe from Numeric.NaturalArtem Pelenitsyn2022-06-222-0/+3
* Add laws for 'toInteger' and 'toRational'Michael Peyton Jones2022-06-223-0/+21
* Rename `copyByteArray` to `unsafeCopyByteArray`Matthew Craven2022-06-221-12/+12
* Check for Int overflows in Data.Array.ByteMatthew Craven2022-06-221-27/+91
* winio: Add support to console handles to handleToHANDLETamar Christina2022-06-181-3/+5
* ghc-heap: Don't Box NULL pointersBen Gamari2022-06-185-10/+15
* ghc-heap: Add (broken) test for #21622Ben Gamari2022-06-183-0/+29
* Repair dead link in TH haddocksHécate Moonlight2022-06-162-1/+5
* Deprecate TypeInType extensionHaskellMouse2022-06-066-6/+9
* Bump Cabal submoduleBen Gamari2022-06-011-0/+0
* Bump bytestring, process, and text submodulesBen Gamari2022-06-011-0/+0
* Language.Haskell.Syntax: Fix docs for PromotedConsT etc.Shlomo Shuck2022-06-011-6/+6
* Pure Haskell implementation of GHC.UnicodePierre Le Marre2022-06-0133-12288/+24361
* export IsList from GHC.IsListTeo Camarasu2022-05-294-70/+91
* Expand documentation of hIsTerminalDeviceBodigrim2022-05-281-1/+8
* Use a class to check validity of withDictwip/withdictKrzysztof Gogolewski2022-05-276-21/+20
* [base] Fix the links in the Data.Data moduleHécate Moonlight2022-05-261-4/+2
* fix executablePath test for NetBSDFraser Tweedale2022-05-261-0/+4
* Replace dead link in Haddock documentation of Control.Monad.Fail (fixes #21602)BinderDavid2022-05-261-1/+1
* nonmoving: Fix documentation of GC statistics fieldsBen Gamari2022-05-201-11/+8
* testsuite: Add tests for #21336Ben Gamari2022-05-197-0/+47
* base: Throw exceptions raised while closing finalized HandlesBen Gamari2022-05-193-7/+60
* base: Introduce [sg]etFinalizerExceptionHandlerBen Gamari2022-05-196-25/+93
* Bump time submodule to 1.12.2Matthew Pickering2022-05-171-0/+0
* Fix bad interaction between withDict and the SpecialiserSimon Peyton Jones2022-05-171-0/+9
* Re-export augment and build from GHC.ListBen Gamari2022-05-132-0/+5
* Correct base's changelog for 4.16.1.0Hécate Moonlight2022-05-091-4/+9
* Start 9.6.1-notessheaf2022-05-051-0/+2
* add since annotations for instances of ByteArrayTeo Camarasu2022-05-051-0/+9
* Fix broken rules for (^) with known small powersMatthew Craven2022-05-051-12/+11
* Explain that 'fail s' should run in the monad itselfTom Ellis2022-05-051-0/+4
* Assume at least one evaluation for nested SubDemands (#21081, #21133)wip/T21081Sebastian Graf2022-05-031-4/+4
* libraries/base: docs: Explain relationshipt between `finalizeForeignPtr` and ...Niklas Hambüchen2022-05-022-10/+22
* typosEric Lindblad2022-05-011-2/+2
* ghc-boot: export typesynonyms from GHC.Utils.EncodingAdam Sandberg Ericsson2022-04-301-0/+2
* Add a note about instance visibility across component boundariesparsonsmatt2022-04-301-3/+16
* Bump bytestring submoduleBen Gamari2022-04-291-0/+0
* winio: add support to iserv.Tamar Christina2022-04-283-4/+29
* add since annotation for GHC.Stack.CCS.whereFromTeo Camarasu2022-04-281-0/+2
* Add INLINE pragmas for Enum helper methodsSimon Peyton Jones2022-04-282-15/+63