summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Introduce enableDebugInfo flavour transformerwip/hadrian-add-helpersBen Gamari2019-10-111-9/+21
* Define GHC_STAGE in headers instead of command-lineBen Gamari2019-10-092-3/+4
* Rename STAGE macro to GHC_STAGEBen Gamari2019-10-092-2/+2
* gitlab-ci: Check coverage of GHC flags in users guideBen Gamari2019-10-081-0/+17
* users-guide: Run sphinx in nit-picky modeBen Gamari2019-10-082-0/+16
* hadrian: Add `validate` and `slow validate` flavoursBen Gamari2019-10-084-1/+71
* Hadrian: Stop using in-tree CabalAndrey Mokhov2019-10-074-6/+3
* Always enable the external interpreterJohn Ericson2019-10-041-4/+0
* Factor out a smaller part of Platform for host fallbackJohn Ericson2019-10-043-5/+40
* Remove {Build,Host}Platform_NAME from headerJohn Ericson2019-10-041-7/+6
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-0410-142/+102
* Exclude rts.cabal from source distributionsBen Gamari2019-10-031-0/+1
* Hadrian: do not cache GHC configure ruleDavid Eichmann2019-10-011-0/+4
* Hadrian: Libffi rule now `produces` dynamic library files.David Eichmann2019-10-011-0/+4
* Add ghcide configuration filesMatthew Pickering2019-09-242-0/+12
* hadrian: Update source-repositoryBen Gamari2019-09-241-1/+1
* Hadrian: Add -haddock option for GHCi's :doc commandTakenobu Tani2019-09-242-2/+2
* [hadrian] Rebuild programs on dynamicGhcPrograms/ghcProfiled changeArtem Pyanykh2019-09-2310-20/+68
* sort-paragraphs in runBuilderWithBjörn Gohla2019-09-231-11/+13
* alphabetical orderingBjörn Gohla2019-09-231-4/+4
* explicit dependence on makeinfoBjörn Gohla2019-09-233-5/+13
* use the Make builder instead of raw cmd_Björn Gohla2019-09-231-1/+5
* add Hadrian rule to build user guide as Info bookBjörn Gohla2019-09-235-3/+27
* rts: RetainerProfile.c: Re-enable and fix warningsDaniel Gröber2019-09-221-1/+1
* Remove trailing whitespaceMatthew Pickering2019-09-201-8/+8
* hadrian/ghci.sh: Enable building in parallelMatthew Pickering2019-09-202-1/+9
* Fix Hadrian build with Stack (#17189)Sylvain Henry2019-09-151-7/+1
* Compiler should always get fingerprinting impl from baseJohn Ericson2019-09-131-1/+0
* Bump Cabal submodule to 3.1Sebastian Graf2019-09-121-1/+1
* Bump Hadrian's QuickCheck dependencyLuke Lau2019-09-111-1/+1
* hadrian: fix _build/ghc-stage1 to make it callable from any directoryAlp Mestanogullari2019-09-071-2/+3
* Make sure all boolean settings entries use `YES` / `NO`John Ericson2019-09-052-8/+8
* Use C99 Fixed width types to avoid hack in base's configureJohn Ericson2019-09-011-1/+2
* Add documentation for Hadrian expressionsJames Foster2019-08-222-0/+334
* Consolidate `TablesNextToCode` and `GhcUnreigsterised` in configure (#15548)Joachim Breitner2019-08-105-11/+10
* Remove old/broken(?) .ghci scriptMatthew Pickering2019-08-061-11/+0
* hadrian: Refactor file patterns for future Shake changes (fixes #17005)James Foster2019-08-0616-120/+120
* Hadrian: make settings, platformConstants, etc dependencies of lib:ghcAlp Mestanogullari2019-08-024-18/+19
* hadrian: Drop a stale limitation tracking issueDale Wijnand2019-07-291-2/+0
* hadrian: relink to the flavours doc in the ghc repoDale Wijnand2019-07-281-1/+1
* Make stage 1 GHC target independentJohn Ericson2019-07-241-20/+4
* Hadrian: run the testsuite in Windows CI jobAlp Mestanogullari2019-07-232-9/+13
* hadrian: Remove RTS -Waggregate-return warningMatthew Pickering2019-07-201-1/+0
* Make generated ghc-stage<n> scripts executableSebastian Graf2019-07-191-3/+4
* Fix formatting of --info's "Debug on" fieldBen Gamari2019-07-181-3/+1
* Make GHC-in-GHCi work on WindowsSebastian Graf2019-07-173-5/+11
* Sort out Hadrian colored output flags (fix #16397)Artem Pelenitsyn2019-07-164-38/+20
* Remove LLVM_TARGET platform macrosJohn Ericson2019-07-141-2/+1
* hadrian: Build debug rts with -O0 -g3 and disable rts strippingMatthew Pickering2019-07-142-1/+6
* Make HsInstances and DynFlags compile with -O0 for Stage0 to speed up Hadrian...James Foster2019-07-131-3/+8