summaryrefslogtreecommitdiff
path: root/libraries
Commit message (Expand)AuthorAgeFilesLines
* Template Haskell: make unary tuples legal (#16881)nineonine2019-10-131-20/+11
* Bump array and haddock submodulesVladislav Zavialov2019-10-081-0/+0
* base: Document the fact that Typeable is automatically "derived"Ben Gamari2019-10-081-0/+4
* Switch to cabal-version=3.0 in base.cabal and rts.cabalAndrey Mokhov2019-10-071-1/+1
* Switch to cabal-version=3.0 in ghc-heap.cabalAndrey Mokhov2019-10-071-1/+1
* Always enable the external interpreterJohn Ericson2019-10-043-23/+0
* Factor out a smaller part of Platform for host fallbackJohn Ericson2019-10-045-17/+58
* Add Monad instances to `(,,) a b` and `(,,,) a b c`Fumiaki Kinoshita2019-10-043-0/+31
* docs String, hyperlink to Data.ListJames Brock2019-10-031-0/+1
* Fix new compact block allocation in allocateForCompactÖmer Sinan Ağacan2019-10-032-0/+31
* Typo in comment [ci skip]wip/ggreif-typoGabor Greif2019-10-031-1/+1
* Bump process submoduleBen Gamari2019-09-301-0/+0
* Do not rely on CUSKs in 'base'Vladislav Zavialov2019-09-302-3/+8
* testsuite: Mark compact_gc as fragile in the ghci wayBen Gamari2019-09-271-1/+1
* Expand description of DataKinds to mention data constructors, and include men...chris-martin2019-09-271-3/+8
* Clarify the purpose and status of the GHC.TypeLits modulechris-martin2019-09-271-3/+9
* ghc-prim: Fix documentation of TypeBen Gamari2019-09-271-1/+1
* Standalone kind signatures (#16794)wip/top-level-kind-signaturesVladislav Zavialov2019-09-255-1/+7
* Remove unneeded CPP now that GHC 8.6 is the minimumRyan Scott2019-09-253-20/+0
* base: Move Ix typeclass to GHC.IxBen Gamari2019-09-2510-332/+357
* base: Add link to "A reflection on types"Ben Gamari2019-09-241-0/+1
* base: add newtypes for socklen_t and ndfs_t to System.Posix.Types #16568Adam Sandberg Eriksson2019-09-235-6/+33
* Fix haddocks for marker events in Debug.TraceAlp Mestanogullari2019-09-211-1/+1
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-0/+0
* Add predicates for testing if IOError is ResourceVanished.Andrew Martin2019-09-132-0/+29
* Bump Cabal submodule to 3.1Sebastian Graf2019-09-121-0/+0
* Windows: make openTempFile fully atomic.Tamar Christina2019-09-112-29/+47
* Make sure all boolean settings entries use `YES` / `NO`John Ericson2019-09-051-3/+3
* Use C99 Fixed width types to avoid hack in base's configureJohn Ericson2019-09-013-27/+22
* Some tweaks in GHC.Compact haddocksÖmer Sinan Ağacan2019-08-271-14/+17
* base: Reintroduce fusion for scanrTDecki2019-08-222-1/+46
* Remove unused imports of the form 'import foo ()' (Fixes #17065)James Foster2019-08-153-3/+1
* Fix binary distributionTamar Christina2019-08-131-1/+0
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-101-0/+3
* Revert "Make scanr a good producer and consumer"Ben Gamari2019-08-072-18/+2
* testsuite: Add tests for #16943Ben Gamari2019-08-075-0/+23
* Introduce a type for "platform word size", use it instead of IntÖmer Sinan Ağacan2019-08-061-3/+35
* Add Note [RuntimeRep and PrimRep] in RepTypeRichard Eisenberg2019-07-291-0/+2
* base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Ge...Fumiaki Kinoshita2019-07-282-0/+46
* ghc-heap: implement WEAK closure type #16974Adam Sandberg Eriksson2019-07-266-0/+84
* TemplateHaskell: reifyType (#16976)Vladislav Zavialov2019-07-265-1/+22
* Make stage 1 GHC target independentJohn Ericson2019-07-241-2/+2
* Do not ignore events deletion when events to be added are provided (#16916)Ivan Kasatenko2019-07-211-4/+4
* Added do-notation examples for Functor, Applicative and Monad combinators.Baldur Blöndal2019-07-204-0/+179
* 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