summaryrefslogtreecommitdiff
path: root/hadrian/src
Commit message (Expand)AuthorAgeFilesLines
* Rip out remaining SPARC supportBen Gamari2022-01-292-3/+2
* rts: Refactor event typesBen Gamari2022-01-292-0/+13
* hadrian: Allow testing of the stage1 compiler (#20755)Zubin Duggal2022-01-265-43/+73
* Pass config.stage argument to testsuiteMatthew Pickering2022-01-261-0/+1
* alwaysRerun generation of ghcconfigMatthew Pickering2022-01-261-0/+1
* hadrian BinaryDist: version ghc in ghciScriptWrapperJens Petersen2022-01-181-2/+4
* hadrian: Include bash completion script in bindistBen Gamari2022-01-131-0/+5
* hadrian: Fully implement source distributions (#19317)Zubin Duggal2022-01-117-110/+199
* Hadrian: Allow building with GHC 9.2Ryan Scott2021-12-091-1/+8
* hadrian: Don't rely on realpath in bindist MakefileBen Gamari2021-12-021-3/+4
* hadrian: Don't pass empty paths via -IBen Gamari2021-12-011-2/+2
* Make ambient MinGW support a proper settingsJohn Ericson2021-11-273-5/+3
* hadrian: Add `collect_stats` flavour transformerSebastian Graf2021-11-251-0/+15
* Hadrian: bring up to date with latest make improvementsJohn Ericson2021-11-1816-128/+102
* hadrian: add threadedDebug RTS way to devel compilersZubin Duggal2021-11-181-1/+1
* hadrian: Ensure that term.h is in include search pathBen Gamari2021-11-173-5/+17
* hadrian: Factor out --extra-*-dirs=... patternBen Gamari2021-11-171-9/+19
* Hadrian: fix windows cross-build (#20657)Sylvain Henry2021-11-1510-75/+102
* Delete dead code knobs for building GHC itselfJohn Ericson2021-11-151-6/+0
* Generate ghcversion.h with the top-level configureJohn Ericson2021-11-125-51/+13
* hadrian: use /bin/sh in timeout wrapperCheng Shao2021-11-121-1/+1
* Hadrian: fix building/registering of .dll librariesSylvain Henry2021-11-101-14/+15
* Don't expose bignum backend in ghc --info (#20495)Sylvain Henry2021-11-091-1/+0
* Avoid GHC_STAGE and other include bitsJohn Ericson2021-11-051-2/+0
* hadrian: Use $bindir instead of `dirname $0` in ghci wrapperARATA Mizuki2021-11-031-2/+1
* make build system: RTS should use dist-install not distJohn Ericson2021-10-291-2/+2
* hadrian: Turn the `static` flavour into a transformerBen Gamari2021-10-273-59/+51
* hadrian: Fix binary-dist support for cross-compilersBen Gamari2021-10-201-6/+13
* Don't print Shake Diagnostic messages (#20484)Zubin Duggal2021-10-191-0/+5
* Hadrian: display command line above errors (#20490)Sylvain Henry2021-10-154-18/+127
* hadrian: avoid building check-{exact,ppr} and count-deps when the tests don't...Zubin Duggal2021-10-132-20/+36
* ci: test in-tree compiler in hadrianZubin Duggal2021-10-135-33/+46
* hadrian, testsuite: Teach Hadrian to query the testsuite driver for dependenciesZubin Duggal2021-10-135-20/+60
* hadrian: Introduce `static` flavourBen Gamari2021-10-123-2/+59
* hadrian: Include Cabal flags in verbose configure outputBen Gamari2021-10-101-4/+4
* hadrian: Fix incorrect ticket referenceBen Gamari2021-10-071-1/+1
* hadrian: Generate ghcii.sh in binary distributionsBen Gamari2021-10-071-0/+15
* hadrian: Update comments on verbosity handlingMatthew Pickering2021-09-282-2/+14
* hadrian: Rework the verbosity levelsMatthew Pickering2021-09-286-26/+27
* hadrian: Remove deprecated tracing functionsMatthew Pickering2021-09-2813-26/+26
* hadrian: Reduce default verbosityMatthew Pickering2021-09-283-3/+28
* testsuite: Pass CFLAGS to hsc2hs testsBen Gamari2021-09-232-0/+6
* hadrian: Pass CFLAGS to gmp configureGHC GitLab CI2021-09-231-0/+4
* Link with libm dynamically (#19877)Sylvain Henry2021-09-221-0/+1
* hadrian: Disable verbose timing informationMatthew Pickering2021-09-181-1/+1
* Add "ipe" flavour transformer to add support for building with IPE debug infoMatthew Pickering2021-09-171-0/+9
* hadrian: Ensure that settings is regenerated during bindist installationBen Gamari2021-09-071-0/+7
* hadrian: Use ghc version as suffix for all executablesMatthew Pickering2021-08-231-14/+24
* hadrian: Write version wrappers in C rather than HaskellMatthew Pickering2021-08-231-5/+6
* hadrian: Include runhaskell in bindistMatthew Pickering2021-08-231-2/+25