summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Do eager instantation in termsSimon Peyton Jones2020-04-221-4/+4
* Mark DataCon wrappers CONLIKEAlexis King2020-04-221-0/+0
* CmmToAsm DynFlags refactoring (#17957)Sylvain Henry2020-04-211-31/+53
* Mark T12010 fragile on 32-bitÖmer Sinan Ağacan2020-04-201-5/+5
* Derive Ord instance for ExtensionShayne Fletcher2020-04-201-0/+4
* Modules (#13009)Sylvain Henry2020-04-1810-30/+33
* GHC.Core.Opt renamingSylvain Henry2020-04-184-8/+8
* Improve prepForeignCall error reportingÖmer Sinan Ağacan2020-04-181-9/+21
* Bump template-haskell version to 2.17.0.0Ryan Scott2020-04-144-2/+2
* base: Enable large file support for OFD locking impl.Ben Gamari2020-04-141-0/+3
* doc (Foldable): Add examples to Data.FoldableJulien Debon2020-04-141-3/+470
* Add an INLINE pragma to Control.Category.>>>Alexis King2020-04-122-4/+68
* Add an example to liftIO and explain its purposeHécate2020-04-091-0/+34
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-092-2/+4
* Modules: type-checker (#13009)Sylvain Henry2020-04-078-14/+13
* Re-export GHC.Magic.noinline from baseSebastian Graf2020-04-071-1/+1
* Fix haddock formatting in Control.Monad.ST.Lazy.Imp.hsMaxim Koltsov2020-04-031-3/+3
* Add singleton to NonEmpty in libraries/baseMoritz Bruder2020-04-032-0/+10
* Kill wORDS_BIGENDIAN and replace it with platformByteOrder (#17957)Sylvain Henry2020-04-012-13/+15
* Fix the changelog/@since information for hGetContents'/getContents'/readFile'Ryan Scott2020-04-013-6/+6
* integer-gmp: Bump version and add changelog entryBen Gamari2020-03-312-1/+7
* base: Ensure that encoding global variables aren't inlinedBen Gamari2020-03-311-0/+10
* Require GHC 8.8 as the minimum compiler for bootstrappingRyan Scott2020-03-315-24/+14
* Apply suggestion to libraries/base/Data/Bits.hsAndreas Klebinger2020-03-291-1/+1
* Correct haddocks for testBit in Data.BitsAndreas Klebinger2020-03-291-4/+8
* Modules: Types (#13009)Sylvain Henry2020-03-291-3/+3
* Use run-time tablesNextToCode in compiler exclusively (#15548)Joachim Breitner2020-03-263-23/+18
* Prepare to use run-time tablesNextToCode in compiler exclusivelyJoachim Breitner2020-03-262-61/+65
* Base: add markup around ExceptTristan Cacqueray2020-03-251-1/+1
* Base: add Control.Applicative optional exampleTristan Cacqueray2020-03-251-0/+17
* Base: fix a typo in liftA docTristan Cacqueray2020-03-251-1/+1
* DynFlags refactoring IIISylvain Henry2020-03-251-0/+33
* Add example and doc for Arg (Fixes #17153)Paavo2020-03-241-1/+9
* Annotate the non-total function in Data.Foldable as suchHécate2020-03-221-0/+20
* Bump process submoduleBen Gamari2020-03-221-0/+0
* Modules: Core operations (#13009)Sylvain Henry2020-03-184-8/+8
* Make example collapsiblePaavo2020-03-171-0/+1
* Clean upPaavo2020-03-171-3/+2
* Add example for Data.Semigroup.diffPaavo2020-03-171-0/+15
* Modules: Core (#13009)Sylvain Henry2020-03-161-1/+2
* base: add strict IO functions: readFile', getContents', hGetContents'Lysxia2020-03-168-2/+125
* Note platform-specific Foreign.C.Types in contextViktor Dukhovni2020-03-151-4/+29
* base: Make `open` calls interruptibleBen Gamari2020-03-142-2/+7
* Make: refactor GMP rulesSylvain Henry2020-03-141-7/+8
* Update documentation for closureSizePaavo2020-03-131-1/+2
* nonmoving-gc: Track time usage of nonmoving markingBen Gamari2020-03-051-0/+34
* Use configure script to detect that we should use in-tree GMP on WindowsSylvain Henry2020-03-021-6/+0
* Do not define hs_atomic{read,write}64() on non-64bitIlias Tsitsimpis2020-03-021-0/+5
* Show breakpoint locations of breakpoints which were ignored during :force (#2...Roland Senn2020-02-292-2/+41
* base: use an explicit import list in System.Environment.ExecutablePathAlp Mestanogullari2020-02-281-1/+1