| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | users-guide: Run sphinx in nit-picky mode | Ben Gamari | 2019-10-08 | 5 | -2/+41 |
* | users-guide: Rework pragma key generation | Ben Gamari | 2019-10-08 | 1 | -6/+8 |
* | users-guide: Document -fworker-wrapper | Ben Gamari | 2019-10-08 | 1 | -0/+11 |
* | users-guide: Document NondecreasingIndentation | Ben Gamari | 2019-10-08 | 1 | -1/+8 |
* | users-guide: Fix various warnings | Ben Gamari | 2019-10-08 | 11 | -82/+109 |
* | users-guide: Document -XHaskell98 and -XHaskell2010 | Ben Gamari | 2019-10-08 | 2 | -0/+42 |
* | users-guide: Make reverse flags addressable via :ghc-flag: | Ben Gamari | 2019-10-08 | 1 | -2/+15 |
* | users-guide: Refer to language extension flags via :extension: | Ben Gamari | 2019-10-08 | 6 | -29/+29 |
* | PmCheck: Identify some semantically equivalent expressions | Sebastian Graf | 2019-10-08 | 3 | -28/+85 |
* | base: Document the fact that Typeable is automatically "derived" | Ben Gamari | 2019-10-08 | 2 | -1/+5 |
* | gitlab-ci: Use validate flavour in hadrian builds | Ben Gamari | 2019-10-08 | 1 | -6/+10 |
* | validate: Use Hadrian's validate flavour | Ben Gamari | 2019-10-08 | 1 | -3/+9 |
* | hadrian: Add `validate` and `slow validate` flavours | Ben Gamari | 2019-10-08 | 4 | -1/+71 |
* | gitlab-ci: Add missing TEST_ENV variables | Ben Gamari | 2019-10-08 | 1 | -1/+9 |
* | Remove GhcLibsWithUnix | John Ericson | 2019-10-07 | 1 | -8/+0 |
* | Get rid of GHC_PACKAGE_DB_FLAG | John Ericson | 2019-10-07 | 4 | -9/+4 |
* | Keep OSTYPE local to configure.ac | John Ericson | 2019-10-07 | 1 | -4/+0 |
* | Remove CONFIGURE_ARGS from configure.ac | John Ericson | 2019-10-07 | 2 | -10/+0 |
* | Refactor some cruft in TcGenGenerics | Ryan Scott | 2019-10-07 | 1 | -28/+18 |
* | Get rid of wildcard patterns in prim Cmm emitting code | John Ericson | 2019-10-07 | 2 | -877/+1206 |
* | Switch to cabal-version=3.0 in base.cabal and rts.cabal | Andrey Mokhov | 2019-10-07 | 2 | -2/+2 |
* | Switch to cabal-version=3.0 in ghc-heap.cabal | Andrey Mokhov | 2019-10-07 | 1 | -1/+1 |
* | Hadrian: Stop using in-tree Cabal | Andrey Mokhov | 2019-10-07 | 4 | -6/+3 |
* | configure: Determine library versions of template-haskell, et al. | Ben Gamari | 2019-10-07 | 2 | -0/+9 |
* | Refactor, document, and optimize LLVM configuration loading | Ben Gamari | 2019-10-07 | 8 | -31/+59 |
* | Only flatten up to type family arity in coreFlattenTyFamApp (#16995) | Ryan Scott | 2019-10-07 | 3 | -126/+215 |
* | rts: Fix CNF dirtying logic | Ben Gamari | 2019-10-05 | 1 | -3/+3 |
* | Clean up `#include`s in the compiler | John Ericson | 2019-10-05 | 16 | -26/+11 |
* | Add musl systems to llvm-targets | Matthew Bauer | 2019-10-04 | 3 | -1/+27 |
* | New fix for #11647. Avoid side effects like #17171 | Roland Senn | 2019-10-04 | 8 | -6/+35 |
* | [linker, macho] Don't map/allocate zero size sections and segments | Artem Pyanykh | 2019-10-04 | 1 | -5/+20 |
* | Always enable the external interpreter | John Ericson | 2019-10-04 | 13 | -126/+46 |
* | Add tryFindTopDir to look for the top dir without blowing up if it is | John Ericson | 2019-10-04 | 1 | -11/+17 |
* | Pull out the settings file parsing code into it's own module. | John Ericson | 2019-10-04 | 3 | -214/+262 |
* | Factor out a smaller part of Platform for host fallback | John Ericson | 2019-10-04 | 13 | -39/+115 |
* | Deprecate -fwarn-hi-shadowing, because it was never implemented and is | Daroc Alden | 2019-10-04 | 3 | -14/+6 |
* | Remove {Build,Host}Platform_NAME from header | John Ericson | 2019-10-04 | 3 | -51/+57 |
* | Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.h | John Ericson | 2019-10-04 | 30 | -388/+383 |
* | Add Monad instances to `(,,) a b` and `(,,,) a b c` | Fumiaki Kinoshita | 2019-10-04 | 7 | -3/+36 |
* | rules/haddock: Ensure that RTS stats directory exists | Ben Gamari | 2019-10-03 | 1 | -0/+2 |
* | Extend argument of createIOThread to word size | Stefan Schulze Frielinghaus | 2019-10-03 | 1 | -2/+2 |
* | Add new debug flag -DZ | Tobias Guggenmos | 2019-10-03 | 11 | -7/+24 |
* | Improve documentation for runtime debugging flags | Tobias Guggenmos | 2019-10-03 | 1 | -0/+22 |
* | DynFlags: Only warn when split-sections is ignored | Ben Gamari | 2019-10-03 | 1 | -2/+2 |
* | Exclude rts.cabal from source distributions | Ben Gamari | 2019-10-03 | 2 | -0/+2 |
* | testsuite: Mark print037 as fragile, not broken | Ben Gamari | 2019-10-03 | 1 | -2/+2 |
* | Make Haddock submodule remote point to gitlab mirror | John Ericson | 2019-10-03 | 1 | -1/+1 |
* | Improve documentation around empty tuples/lists | Richard Eisenberg | 2019-10-03 | 8 | -56/+132 |
* | Add `module {-# SOURCE #-} Foo` syntax for hs-boot in bkp | John Ericson | 2019-10-03 | 6 | -22/+63 |
* | docs String, hyperlink to Data.List | James Brock | 2019-10-03 | 1 | -0/+1 |