| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump Cabal submodule to 3.1 | Sebastian Graf | 2019-09-12 | 1 | -1/+1 |
* | Bump Hadrian's QuickCheck dependency | Luke Lau | 2019-09-11 | 1 | -1/+1 |
* | hadrian: fix _build/ghc-stage1 to make it callable from any directory | Alp Mestanogullari | 2019-09-07 | 1 | -2/+3 |
* | Make sure all boolean settings entries use `YES` / `NO` | John Ericson | 2019-09-05 | 2 | -8/+8 |
* | Use C99 Fixed width types to avoid hack in base's configure | John Ericson | 2019-09-01 | 1 | -1/+2 |
* | Add documentation for Hadrian expressions | James Foster | 2019-08-22 | 2 | -0/+334 |
* | Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548) | Joachim Breitner | 2019-08-10 | 5 | -11/+10 |
* | Remove old/broken(?) .ghci script | Matthew Pickering | 2019-08-06 | 1 | -11/+0 |
* | hadrian: Refactor file patterns for future Shake changes (fixes #17005) | James Foster | 2019-08-06 | 16 | -120/+120 |
* | Hadrian: make settings, platformConstants, etc dependencies of lib:ghc | Alp Mestanogullari | 2019-08-02 | 4 | -18/+19 |
* | hadrian: Drop a stale limitation tracking issue | Dale Wijnand | 2019-07-29 | 1 | -2/+0 |
* | hadrian: relink to the flavours doc in the ghc repo | Dale Wijnand | 2019-07-28 | 1 | -1/+1 |
* | Make stage 1 GHC target independent | John Ericson | 2019-07-24 | 1 | -20/+4 |
* | Hadrian: run the testsuite in Windows CI job | Alp Mestanogullari | 2019-07-23 | 2 | -9/+13 |
* | hadrian: Remove RTS -Waggregate-return warning | Matthew Pickering | 2019-07-20 | 1 | -1/+0 |
* | Make generated ghc-stage<n> scripts executable | Sebastian Graf | 2019-07-19 | 1 | -3/+4 |
* | Fix formatting of --info's "Debug on" field | Ben Gamari | 2019-07-18 | 1 | -3/+1 |
* | Make GHC-in-GHCi work on Windows | Sebastian Graf | 2019-07-17 | 3 | -5/+11 |
* | Sort out Hadrian colored output flags (fix #16397) | Artem Pelenitsyn | 2019-07-16 | 4 | -38/+20 |
* | Remove LLVM_TARGET platform macros | John Ericson | 2019-07-14 | 1 | -2/+1 |
* | hadrian: Build debug rts with -O0 -g3 and disable rts stripping | Matthew Pickering | 2019-07-14 | 2 | -1/+6 |
* | Make HsInstances and DynFlags compile with -O0 for Stage0 to speed up Hadrian... | James Foster | 2019-07-13 | 1 | -3/+8 |
* | Add shake 0.18.3 to extra deps | Shayne Fletcher | 2019-07-12 | 1 | -0/+1 |
* | hadrian/doc: Add some discussion of compilation stages | Ben Gamari | 2019-07-09 | 2 | -0/+1010 |
* | Hadrian: fix source-dist rule | Alp Mestanogullari | 2019-07-09 | 1 | -11/+53 |
* | Hadrian: implement key-value settings for builder options | Alp Mestanogullari | 2019-07-09 | 11 | -40/+688 |
* | Deduplicate "unique subdir" code between GHC and Cabal | John Ericson | 2019-07-09 | 1 | -25/+42 |
* | Remove most uses of TARGET platform macros | John Ericson | 2019-07-09 | 1 | -5/+2 |
* | Bump Shake and copy instead of hard link from cloud cache | David Eichmann | 2019-07-08 | 2 | -1/+11 |
* | Hadrian: disable cloud build cache for symlinks #16800 | David Eichmann | 2019-07-02 | 1 | -0/+4 |
* | Fix Happy deps for Stack (#16825) | Sylvain Henry | 2019-06-27 | 1 | -10/+5 |
* | Bump containers submodule to v0.6.2.1 | Ben Gamari | 2019-06-25 | 1 | -1/+1 |
* | Fix cyclic dependencies when using --configure | Andrey Mokhov | 2019-06-25 | 21 | -105/+77 |
* | hadrian: Compile UserSettings with -O0 | Ben Gamari | 2019-06-18 | 1 | -0/+3 |
* | Disable optimisation when building Cabal in development flavours | Ben Gamari | 2019-06-15 | 2 | -3/+7 |
* | Disable optimisation when building Cabal lib for stage0 | Ben Gamari | 2019-06-15 | 1 | -0/+6 |
* | Hadrian: remove superfluous dependencies in Rules.Compile | Alp Mestanogullari | 2019-06-13 | 1 | -2/+0 |
* | Maintain separate flags for C++ compiler invocations | Ben Gamari | 2019-06-13 | 3 | -0/+4 |
* | Hadrian: Track RTS library symlink targets | David Eichmann | 2019-06-13 | 5 | -48/+53 |
* | Fix uses of #ifdef/#ifndef | Ben Gamari | 2019-06-12 | 1 | -5/+5 |
* | Bump Cabal submodule | Ben Gamari | 2019-06-12 | 1 | -3/+17 |
* | testsuite/mk/boilerplate.mk: rename 'ghc-config-mk' to 'ghc_config_mk' | Alp Mestanogullari | 2019-06-11 | 1 | -1/+1 |
* | Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETER | Alp Mestanogullari | 2019-06-11 | 1 | -0/+6 |
* | Refactor the rules for .hi and .o into a single rule using `&%>` #16764 | David Eichmann | 2019-06-10 | 1 | -71/+64 |
* | Hadrian: need CPP preprocessor dependencies #16660 | David Eichmann | 2019-06-09 | 1 | -0/+13 |
* | hadrian: Properly partition options in sourceArgs | Matthew Pickering | 2019-06-09 | 1 | -1/+4 |
* | Hadrian: Delete target symlink in createFileLinkUntracked | Ben Gamari | 2019-06-07 | 1 | -1/+4 |
* | Hadrian: profiling and debug enabled ways support -eventlog too | Alp Mestanogullari | 2019-06-04 | 1 | -1/+3 |
* | Hadrian: fix OSX build failure and add an OSX/Hadrian CI job | Alp Mestanogullari | 2019-06-04 | 1 | -1/+1 |
* | Hadrian: always generate the libffi dynlibs manifest with globbing | Alp Mestanogullari | 2019-05-30 | 1 | -13/+9 |