summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Make runtest invocation consistency with MakeBen Gamari2019-11-011-8/+9
* hadrian: Drop -Werror=unused-but-set-variable from GHC flagsBen Gamari2019-10-291-3/+1
* hadrian: Shuffle around RTS build flagsBen Gamari2019-10-291-10/+19
* hadrian: Define NOSMP when building rts unregisterisedBen Gamari2019-10-296-15/+54
* hadrian: Define USE_LIBFFI_FOR_ADJUSTORS when necessaryBen Gamari2019-10-291-0/+2
* hadrian: Silence output from Support SMP checkBen Gamari2019-10-271-1/+1
* Fix path to ghc-flags in users guide Hadrian rulesLuke Lau2019-10-271-2/+2
* Remove unused importLuke Lau2019-10-271-1/+0
* hadrian: point link to ghc gitlabAdam Sandberg Eriksson2019-10-261-1/+1
* Make Hadrian use -dynamic-too in the basic caseJames Foster2019-10-252-1/+19
* hadrian: Warn user if hadrian build fails due to lack of threaded RTSBen Gamari2019-10-242-1/+27
* Hadrian: Invoke ghc0 via bash when running tests to fix #17362.Andreas Klebinger2019-10-231-1/+3
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-1/+1
* hadrian: Introduce enableDebugInfo flavour transformerBen Gamari2019-10-161-9/+21
* hadrian: Add support for bindist compressors other than XzBen Gamari2019-10-151-11/+31
* gitlab-ci: Move hadrian-ghc-in-ghci job firstBen Gamari2019-10-141-1/+1
* Simplify Configure in a few waysJohn Ericson2019-10-127-28/+12
* Hadrian: Take care of assembler source filesStefan Schulze Frielinghaus2019-10-113-5/+12
* 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