summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Clarify laws of TestEqualitywip/clarify-TestEqualityJohn Ericson2022-02-241-2/+16
* NCG: inline some 64-bit primops on x86/32-bit (#5444)Sylvain Henry2022-02-231-2/+0
* Kill derived constraintsRichard Eisenberg2022-02-231-3/+4
* Reinstallable GHCZubin Duggal2022-02-213-5/+128
* Bump time submodule to 1.12.1Ben Gamari2022-02-203-0/+0
* Generically: remove redundant Semigroup constraintsheaf2022-02-201-1/+1
* (#21044) Documented arithmetic functions in base.nikshalark2022-02-134-4/+264
* Fix documentation about Word64Rep/Int64Rep (#16964)Sylvain Henry2022-02-111-2/+2
* Add metadata to integer-gmp.cabalMorrow2022-02-101-0/+8
* Bump Cabal submoduleBen Gamari2022-02-101-0/+0
* ghc-boot: Simplify writePackageDb permissions handlingDaniel Gröber2022-02-101-23/+16
* Implement System.Environment.getExecutablePath for NetBSDPHO2022-02-092-6/+14
* Document that reifyRoles includes kind parametersRichard Eisenberg2022-02-081-1/+13
* Fix some notesMatthew Pickering2022-02-082-3/+3
* Purge DynFlags from GHC.StgJohn Ericson2022-02-061-7/+7
* Add the Ix class to Foreign C integral typesHécate Moonlight2022-02-045-2/+10
* Fix @since annotation on NatMorrow2022-02-021-1/+1
* Fix a few Note inconsistenciesBen Gamari2022-02-0140-80/+69
* Use braces in TH LambdaCase and where clausesElton2022-02-011-3/+13
* Use braces in TH case pprint (fixes #20893)Elton2022-02-011-1/+1
* Rip out remaining SPARC supportBen Gamari2022-01-291-4/+0
* rts: Rip out SPARC supportBen Gamari2022-01-291-22/+0
* Make most shifts branchlessSylvain Henry2022-01-283-97/+106
* Levity-polymorphic arrays and mutable variablessheaf2022-01-265-19/+293
* ghc-heap: Drop mention of BlockedOnIOCompletionBen Gamari2022-01-242-6/+0
* base: Add CTYPE pragmas to all foreign typesBen Gamari2022-01-194-64/+61
* rts/winio: Fix #18382Ben Gamari2022-01-188-31/+22
* winio: fix heap corruption and various leaks.Tamar Christina2022-01-154-16/+19
* Remove dangling references to Note [Type-checking overloaded labels]Joachim Breitner2022-01-071-3/+3
* Change ulimit -n in openFile008 back to 1024Greg Steuck2022-01-061-1/+1
* Fix Haddock parse error in GHC.Exts.Heap.FFIClosures.hsGeorge Thomas2022-01-041-2/+2
* Cabal: Update submoduleMatthew Pickering2021-12-291-0/+0
* Multiple Home UnitsMatthew Pickering2021-12-284-0/+30
* Fix typosKrzysztof Gogolewski2021-12-254-6/+6
* testsuite: Remove reqlib modifierMatthew Pickering2021-12-2222-441/+0
* Expand documentation for MulArrowT constructorMatthew Pickering2021-12-171-1/+3
* Fix documentation formatting in Language.Haskell.TH.CodeDoMatthew Pickering2021-12-171-0/+2
* Add a note to base changelogCheng Shao2021-12-151-0/+4
* base: fix autoconf detection of C pointer typesCheng Shao2021-12-151-2/+2
* base: use `CUIntPtr` instead of `Ptr ()` as the autoconf detected Haskell typ...Cheng Shao2021-12-151-1/+1
* libiserv: Rename Lib module to IServBen Gamari2021-12-142-2/+2
* Fixes typo in documentation of the Semigroup instance of EquivalenceMichaWiedenmann12021-12-141-1/+1
* base: fix clockid_t usage when it's a pointer type in CCheng Shao2021-12-141-4/+5
* fix ambiguity in `const` documentationalirezaghey2021-12-141-1/+1
* Data.Functor.Classes: fix Ord1 instance for DownVaibhav Sagar2021-12-142-1/+6
* Use HasCallStack and error in GHC.List and .NonEmptyOleg Grenrus2021-12-124-33/+37
* iserv: Remove network dependent parts of libiservMatthew Pickering2021-12-124-464/+0
* Perf: remove allocation in writeBlocks and fix comment (#14309)Sylvain Henry2021-12-111-32/+39
* Bump text submodule to 2.0-rc2Bodigrim2021-12-111-0/+0
* Add PromotedInfixT/PromotedUInfixT to THJakob Brünker2021-12-115-71/+103