summaryrefslogtreecommitdiff
path: root/hadrian/src
Commit message (Expand)AuthorAgeFilesLines
* hadrian: detect if 'main' is not a haskell file and add it to appropriate lis...Zubin Duggal2022-02-201-3/+13
* Bump Cabal submoduleBen Gamari2022-02-102-2/+4
* testsuite: Add missing dependency on ghcconfigMatthew Pickering2022-02-091-1/+6
* testsuite: Clean up old/redundant predicatesMatthew Pickering2022-02-091-6/+0
* testsuite: Use absolute paths for config.libdirMatthew Pickering2022-02-091-2/+4
* Don't try to build stage1 with -eventlog if stage0 doesn't provide itPHO2022-02-083-2/+11
* Add notes linter to testsuiteMatthew Pickering2022-02-083-16/+29
* hadrian: remove redundant importAlex D2022-02-061-1/+0
* testsuite: Run testsuite dependency calculation before GHC is builtMatthew Pickering2022-02-044-41/+175
* Fix a few Note inconsistenciesBen Gamari2022-02-014-4/+1
* 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