| Commit message (Expand) | Author | Age | Files | Lines |
* | testsuite: Mark length001 as failing under nonmoving wayswip/gc/test | Ben Gamari | 2019-10-22 | 1 | -1/+1 |
* | Skip ghc_heap_all test in nonmoving ways | Ben Gamari | 2019-10-22 | 1 | -1/+2 |
* | ghc-heap: Skip heap_all test with debugged RTS | Ben Gamari | 2019-10-22 | 1 | -1/+4 |
* | rts: Introduce debug flag for non-moving GC | Ben Gamari | 2019-10-20 | 1 | -15/+18 |
* | Template Haskell: make unary tuples legal (#16881) | nineonine | 2019-10-13 | 1 | -20/+11 |
* | Bump array and haddock submodules | Vladislav Zavialov | 2019-10-08 | 1 | -0/+0 |
* | base: Document the fact that Typeable is automatically "derived" | Ben Gamari | 2019-10-08 | 1 | -0/+4 |
* | Switch to cabal-version=3.0 in base.cabal and rts.cabal | Andrey Mokhov | 2019-10-07 | 1 | -1/+1 |
* | Switch to cabal-version=3.0 in ghc-heap.cabal | Andrey Mokhov | 2019-10-07 | 1 | -1/+1 |
* | Always enable the external interpreter | John Ericson | 2019-10-04 | 3 | -23/+0 |
* | Factor out a smaller part of Platform for host fallback | John Ericson | 2019-10-04 | 5 | -17/+58 |
* | Add Monad instances to `(,,) a b` and `(,,,) a b c` | Fumiaki Kinoshita | 2019-10-04 | 3 | -0/+31 |
* | docs String, hyperlink to Data.List | James Brock | 2019-10-03 | 1 | -0/+1 |
* | Fix new compact block allocation in allocateForCompact | Ömer Sinan Ağacan | 2019-10-03 | 2 | -0/+31 |
* | Typo in comment [ci skip]wip/ggreif-typo | Gabor Greif | 2019-10-03 | 1 | -1/+1 |
* | Bump process submodule | Ben Gamari | 2019-09-30 | 1 | -0/+0 |
* | Do not rely on CUSKs in 'base' | Vladislav Zavialov | 2019-09-30 | 2 | -3/+8 |
* | testsuite: Mark compact_gc as fragile in the ghci way | Ben Gamari | 2019-09-27 | 1 | -1/+1 |
* | Expand description of DataKinds to mention data constructors, and include men... | chris-martin | 2019-09-27 | 1 | -3/+8 |
* | Clarify the purpose and status of the GHC.TypeLits module | chris-martin | 2019-09-27 | 1 | -3/+9 |
* | ghc-prim: Fix documentation of Type | Ben Gamari | 2019-09-27 | 1 | -1/+1 |
* | Standalone kind signatures (#16794)wip/top-level-kind-signatures | Vladislav Zavialov | 2019-09-25 | 5 | -1/+7 |
* | Remove unneeded CPP now that GHC 8.6 is the minimum | Ryan Scott | 2019-09-25 | 3 | -20/+0 |
* | base: Move Ix typeclass to GHC.Ix | Ben Gamari | 2019-09-25 | 10 | -332/+357 |
* | base: Add link to "A reflection on types" | Ben Gamari | 2019-09-24 | 1 | -0/+1 |
* | base: add newtypes for socklen_t and ndfs_t to System.Posix.Types #16568 | Adam Sandberg Eriksson | 2019-09-23 | 5 | -6/+33 |
* | Fix haddocks for marker events in Debug.Trace | Alp Mestanogullari | 2019-09-21 | 1 | -1/+1 |
* | Encode shape information in `PmOracle` | Sebastian Graf | 2019-09-16 | 1 | -0/+0 |
* | Add predicates for testing if IOError is ResourceVanished. | Andrew Martin | 2019-09-13 | 2 | -0/+29 |
* | Bump Cabal submodule to 3.1 | Sebastian Graf | 2019-09-12 | 1 | -0/+0 |
* | Windows: make openTempFile fully atomic. | Tamar Christina | 2019-09-11 | 2 | -29/+47 |
* | Make sure all boolean settings entries use `YES` / `NO` | John Ericson | 2019-09-05 | 1 | -3/+3 |
* | Use C99 Fixed width types to avoid hack in base's configure | John Ericson | 2019-09-01 | 3 | -27/+22 |
* | Some tweaks in GHC.Compact haddocks | Ömer Sinan Ağacan | 2019-08-27 | 1 | -14/+17 |
* | base: Reintroduce fusion for scanr | TDecki | 2019-08-22 | 2 | -1/+46 |
* | Remove unused imports of the form 'import foo ()' (Fixes #17065) | James Foster | 2019-08-15 | 3 | -3/+1 |
* | Fix binary distribution | Tamar Christina | 2019-08-13 | 1 | -1/+0 |
* | Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548) | Joachim Breitner | 2019-08-10 | 1 | -0/+3 |
* | Revert "Make scanr a good producer and consumer" | Ben Gamari | 2019-08-07 | 2 | -18/+2 |
* | testsuite: Add tests for #16943 | Ben Gamari | 2019-08-07 | 5 | -0/+23 |
* | Introduce a type for "platform word size", use it instead of Int | Ömer Sinan Ağacan | 2019-08-06 | 1 | -3/+35 |
* | Add Note [RuntimeRep and PrimRep] in RepType | Richard Eisenberg | 2019-07-29 | 1 | -0/+2 |
* | base: add Functor, Applicative, Monad, Alternative, MonadPlus, Generic and Ge... | Fumiaki Kinoshita | 2019-07-28 | 2 | -0/+46 |
* | ghc-heap: implement WEAK closure type #16974 | Adam Sandberg Eriksson | 2019-07-26 | 6 | -0/+84 |
* | TemplateHaskell: reifyType (#16976) | Vladislav Zavialov | 2019-07-26 | 5 | -1/+22 |
* | Make stage 1 GHC target independent | John Ericson | 2019-07-24 | 1 | -2/+2 |
* | Do not ignore events deletion when events to be added are provided (#16916) | Ivan Kasatenko | 2019-07-21 | 1 | -4/+4 |
* | Added do-notation examples for Functor, Applicative and Monad combinators. | Baldur Blöndal | 2019-07-20 | 4 | -0/+179 |
* | testsuite: Mark T4808 as broken in threaded2 way | Ben Gamari | 2019-07-18 | 1 | -1/+1 |
* | testsuite: Skip forking tests in profiled ways | Ben Gamari | 2019-07-18 | 2 | -0/+0 |