summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Enable tables next to code for riscv64Andreas Schwab2021-04-191-0/+9
* Use correct precedence in Complex's Read1/Show1 instancesRyan Scott2021-04-184-3/+50
* Data.List strictness optimisations for maximumBy and minimumByHécate Moonlight2021-04-141-14/+21
* Report actual port in libiserv:Remote.Slave.startSlaveFacundo Domínguez2021-04-101-1/+2
* Implement list `fold` and `foldMap` via mconcatKoz Ross2021-04-106-0/+70
* Bignum: add BigNat Eq/Ord instances (#19647)Sylvain Henry2021-04-091-0/+16
* Change foldl' to inline when partially applied (#19534)James Foster2021-04-072-17/+66
* Bignum: remove unused extra filesSylvain Henry2021-04-051-2/+0
* Bignum: fix invalid hs-boot declaration (#19638)Sylvain Henry2021-04-051-1/+1
* Fixes Monad's associativity docsŁukasz Gołębiewski2021-04-051-1/+1
* Address review feedback on chiralityViktor Dukhovni2021-04-011-11/+45
* Chiral foldable caveatsViktor Dukhovni2021-04-011-3/+37
* libiserv: Add descriptionBen Gamari2021-04-011-2/+2
* ghc-boot: Use cabal-version: 3.0Ben Gamari2021-04-011-2/+3
* ghc-bignum: Add missing source files to cabal fileBen Gamari2021-04-011-0/+2
* Data.List specialization to []Oleg Grenrus2021-04-0117-1609/+1360
* Add -Wcompat to hadrianOleg Grenrus2021-03-312-0/+0
* Additionally export asum from Control.ApplicativeOleg Grenrus2021-03-302-1/+4
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-03-293-1/+20
* Make RULES more robust in GHC.FloatSimon Peyton Jones2021-03-281-75/+155
* Bump Win32 to 2.13.0.0GHC GitLab CI2021-03-264-0/+0
* Add compiler linting to CIHécate2021-03-251-1/+0
* base: Use mutableByteArrayContentsBen Gamari2021-03-223-13/+11
* Bump template-haskell version to 2.18.0.0wip/T19083Ryan Scott2021-03-204-2/+2
* Move miscategorized items in template-haskell changelogRyan Scott2021-03-201-6/+6
* Clean up TBDs in changelogBen Gamari2021-03-201-1/+7
* Fix fake import in GHC.Exception.Type boot moduleSylvain Henry2021-03-205-23/+22
* Add more boundary checks for `rem` and `mod`John Ericson2021-03-201-18/+44
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-1/+1
* [skip ci] Fix 'Ord' documentation inconsistencyGaël Deest2021-03-201-4/+4
* Built-in type families: CharToNat, NatToChar (#19535)Vladislav Zavialov2021-03-172-0/+16
* fromInteger :: Integer -> {Float,Double} now always round to nearest evenARATA Mizuki2021-03-174-21/+56
* [ci] Skip test's on windows that often fail in CI.wip/angerman/stable-windowsMoritz Angermann2021-03-161-1/+2
* Implement the UnliftedDatatypes extensionSebastian Graf2021-03-142-1/+3
* Update win32 submoduleTamar Christina2021-03-121-0/+0
* testsuite: Update Win32 test output for GHC2021GHC GitLab CI2021-03-111-0/+0
* Ignore breakpoint for a specified number of iterations. (#19157)Roland Senn2021-03-103-52/+53
* Use GHC2021 as default languageJoachim Breitner2021-03-106-16/+26
* template-haskell: Add putDoc, getDoc, withDecDoc and friendsLuke Lau2021-03-108-1/+237
* Bump bytestring submodule to 0.11.1.0Ben Gamari2021-03-109-3/+3
* rts: Gradually return retained memory to the OSMatthew Pickering2021-03-101-0/+2
* Fix some warnings when bootstrapping with GHC 9.0Ryan Scott2021-03-091-1/+1
* Require GHC 8.10 as the minimum compiler for bootstrappingRyan Scott2021-03-094-33/+6
* Update changelog and release notes for Data.Type.Ord changeDaniel Winograd-Cort2021-03-081-0/+8
* Implement BoxedRep proposalwip/boxed-repBen Gamari2021-03-0713-20/+106
* Implement record dot syntaxwip/joachim/bump-haddockShayne Fletcher2021-03-061-0/+2
* Implement riscv64 LLVM backendAndreas Schwab2021-03-051-0/+2
* base: Add reference to #19413 to Note [unsafePerformIO and strictness]Ben Gamari2021-03-041-1/+1
* Don't use FastString to convert string to UTF8Matthew Pickering2021-03-031-2/+12
* Add whereFrom and whereFrom# primopMatthew Pickering2021-03-031-0/+53