summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Mark T4808 as broken in threaded2 wayBen Gamari2019-07-181-1/+1
* testsuite: Skip forking tests in profiled waysBen Gamari2019-07-182-0/+0
* testsuite: Mark hWaitForInput-accurate-stdin as broken in all threaded waysBen Gamari2019-07-181-1/+1
* Create {Int,Word}32RepJohn Ericson2019-07-173-0/+4
* rename type parameter in `instance Applicative ((->) a)`, fixing #16928xplorld2019-07-141-1/+1
* Expunge #ifdef and #ifndef from the codebaseJohn Ericson2019-07-143-8/+8
* Remove LLVM_TARGET platform macrosJohn Ericson2019-07-141-0/+1
* Remove purely external primopsJohn Ericson2019-07-145-1/+111
* base: Data.Fixed: make HasResolution poly-kinded (#10055, #15622)Ashley Yakeley2019-07-132-6/+17
* Deduplicate "unique subdir" code between GHC and CabalJohn Ericson2019-07-093-0/+74
* Fix #16895 by checking whether infix expression operator is a variablenineonine2019-07-052-6/+13
* Bump parsec submodule to 3.1.14.0Ben Gamari2019-07-041-0/+0
* Bump template-haskell version to 2.16.0.0Ryan Scott2019-07-032-2/+2
* Fix #15843 by extending Template Haskell AST for tuples to support sectionsnineonine2019-07-025-21/+66
* No atomics on arm32; this will just yield stubs.Moritz Angermann2019-07-021-0/+2
* getExecutablePath: get path from sysctl on FreeBSDFraser Tweedale2019-06-271-0/+47
* Bump Cabal submodule to what will become 3.0.0.0Ben Gamari2019-06-251-0/+0
* Bump containers submodule to v0.6.2.1Ben Gamari2019-06-251-0/+0
* ghci: Don't rely on resolution of System.IO to base moduleBen Gamari2019-06-222-0/+37
* testsuite: Mark T3372 as fragile on WindowsBen Gamari2019-06-211-0/+2
* ghc-pkg needs settings file to un-hardcode target platformJohn Ericson2019-06-193-1/+123
* Add 'stringEncodeArch' and 'stringEncodeOS' to GHC.PlatformJohn Ericson2019-06-191-0/+61
* Move 'Platform' to ghc-bootJohn Ericson2019-06-192-0/+191
* Add more newtype-derived instances to Data.Ord.DownFumiaki Kinoshita2019-06-182-4/+26
* Data.Ord: give a field name getDown to DownFumiaki Kinoshita2019-06-183-4/+21
* base/Event/Poll: Drop POLLRDHUP enum itemBen Gamari2019-06-161-12/+0
* testsuite: Add assertions that way lists are in fact listsBen Gamari2019-06-152-2/+2
* testsuite: Skip hDuplicateTo001 in concurrent waysBen Gamari2019-06-151-1/+2
* Bump unix submoduleBen Gamari2019-06-151-0/+0
* Implement the -XUnliftedNewtypes extension.Andrew Martin2019-06-147-5/+15
* testsuite: A more portable solution to #9399Ben Gamari2019-06-136-25/+23
* process: Bump submoduleBen Gamari2019-06-121-0/+0
* Bump unix submoduleBen Gamari2019-06-121-0/+0
* testsuite: Mark T13167 as fragile in threaded2Ben Gamari2019-06-121-1/+1
* testsuite: Mark hWaitForInput-accurate-stdin as broken in threaded waysBen Gamari2019-06-121-1/+1
* Bump terminfo to 0.4.1.4Ben Gamari2019-06-121-0/+0
* Bump time submodule to 1.9.3Ben Gamari2019-06-121-0/+0
* Bump Cabal submoduleBen Gamari2019-06-121-0/+0
* Bump binary to 0.8.7.0Ben Gamari2019-06-121-0/+0
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-113-8/+19
* ghc-heap: Add closure_size_noopt testBen Gamari2019-06-104-56/+77
* testsuite: Fix and extend closure_size testBen Gamari2019-06-102-12/+84
* base: Mark CPUTime001 as fragileBen Gamari2019-06-101-1/+1
* Introduce log1p and expm1 primopschessai2019-06-091-13/+9
* Explain that 'mappend' and '(<>)' should be the same [skip ci]Alexandre Baldé2019-06-091-0/+3
* base: Export FinalizersBen Gamari2019-06-071-0/+1
* remove backticks from markup - it doesn't mean what I think it meanscode5hot2019-06-071-1/+1
* Used terminology from a paper. Added it as a reference.code5hot2019-06-071-3/+4
* Update Traversable.hs with a note about an intuitive lawcode5hot2019-06-071-1/+7
* Fix isValidNatural: The BigNat in NatJ# must have at least 2 limbsSimon Jakobi2019-06-076-1/+20