| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | testsuite: Mark hWaitForInput-accurate-stdin as broken in all threaded ways | Ben Gamari | 2019-07-18 | 1 | -1/+1 |
* | Create {Int,Word}32Rep | John Ericson | 2019-07-17 | 3 | -0/+4 |
* | rename type parameter in `instance Applicative ((->) a)`, fixing #16928 | xplorld | 2019-07-14 | 1 | -1/+1 |
* | Expunge #ifdef and #ifndef from the codebase | John Ericson | 2019-07-14 | 3 | -8/+8 |
* | Remove LLVM_TARGET platform macros | John Ericson | 2019-07-14 | 1 | -0/+1 |
* | Remove purely external primops | John Ericson | 2019-07-14 | 5 | -1/+111 |
* | base: Data.Fixed: make HasResolution poly-kinded (#10055, #15622) | Ashley Yakeley | 2019-07-13 | 2 | -6/+17 |
* | Deduplicate "unique subdir" code between GHC and Cabal | John Ericson | 2019-07-09 | 3 | -0/+74 |
* | Fix #16895 by checking whether infix expression operator is a variable | nineonine | 2019-07-05 | 2 | -6/+13 |
* | Bump parsec submodule to 3.1.14.0 | Ben Gamari | 2019-07-04 | 1 | -0/+0 |
* | Bump template-haskell version to 2.16.0.0 | Ryan Scott | 2019-07-03 | 2 | -2/+2 |
* | Fix #15843 by extending Template Haskell AST for tuples to support sections | nineonine | 2019-07-02 | 5 | -21/+66 |
* | No atomics on arm32; this will just yield stubs. | Moritz Angermann | 2019-07-02 | 1 | -0/+2 |
* | getExecutablePath: get path from sysctl on FreeBSD | Fraser Tweedale | 2019-06-27 | 1 | -0/+47 |
* | Bump Cabal submodule to what will become 3.0.0.0 | Ben Gamari | 2019-06-25 | 1 | -0/+0 |
* | Bump containers submodule to v0.6.2.1 | Ben Gamari | 2019-06-25 | 1 | -0/+0 |
* | ghci: Don't rely on resolution of System.IO to base module | Ben Gamari | 2019-06-22 | 2 | -0/+37 |
* | testsuite: Mark T3372 as fragile on Windows | Ben Gamari | 2019-06-21 | 1 | -0/+2 |
* | ghc-pkg needs settings file to un-hardcode target platform | John Ericson | 2019-06-19 | 3 | -1/+123 |
* | Add 'stringEncodeArch' and 'stringEncodeOS' to GHC.Platform | John Ericson | 2019-06-19 | 1 | -0/+61 |
* | Move 'Platform' to ghc-boot | John Ericson | 2019-06-19 | 2 | -0/+191 |
* | Add more newtype-derived instances to Data.Ord.Down | Fumiaki Kinoshita | 2019-06-18 | 2 | -4/+26 |
* | Data.Ord: give a field name getDown to Down | Fumiaki Kinoshita | 2019-06-18 | 3 | -4/+21 |
* | base/Event/Poll: Drop POLLRDHUP enum item | Ben Gamari | 2019-06-16 | 1 | -12/+0 |
* | testsuite: Add assertions that way lists are in fact lists | Ben Gamari | 2019-06-15 | 2 | -2/+2 |
* | testsuite: Skip hDuplicateTo001 in concurrent ways | Ben Gamari | 2019-06-15 | 1 | -1/+2 |
* | Bump unix submodule | Ben Gamari | 2019-06-15 | 1 | -0/+0 |
* | Implement the -XUnliftedNewtypes extension. | Andrew Martin | 2019-06-14 | 7 | -5/+15 |