summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* 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: update the index-state to allow building with GHC 9.0.2Ryan Scott2022-01-241-1/+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-119-110/+202
* hadrian: allow offline bootstrappingZubin Duggal2022-01-115-64/+192
* hadrian: Add bootstrap scripts for building without cabal-installMatthew Pickering2022-01-1118-0/+695
* Drop --configure from Hadrian docsAndrey Mokhov2021-12-123-28/+4
* Hadrian: Allow building with GHC 9.2Ryan Scott2021-12-093-3/+10
* hadrian: Don't rely on realpath in bindist MakefileBen Gamari2021-12-022-4/+5
* hadrian: Document fully_static flavour transformerBen Gamari2021-12-011-0/+4
* hadrian: Don't pass empty paths via -IBen Gamari2021-12-011-2/+2
* Make ambient MinGW support a proper settingsJohn Ericson2021-11-275-8/+6
* hadrian: Add `collect_stats` flavour transformerSebastian Graf2021-11-252-0/+20
* Hadrian: bump stackage LTS to 18.18 (GHC 8.10.7)Sylvain Henry2021-11-222-7/+7
* 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-174-6/+19
* 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-092-2/+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-274-60/+51
* hadrian: Fix binary-dist support for cross-compilersBen Gamari2021-10-202-7/+14
* hadrian/doc: Add margin to staged-compilation figureBen Gamari2021-10-201-177/+203
* hadrian: Fix quoting in binary distribution installation MakefileBen Gamari2021-10-191-4/+4
* Don't print Shake Diagnostic messages (#20484)Zubin Duggal2021-10-191-0/+5
* hadrian: Document lint targetsMatthew Pickering2021-10-151-0/+14
* Hadrian: display command line above errors (#20490)Sylvain Henry2021-10-154-18/+127
* Make sure paths are quoted in install MakefileMatthew Pickering2021-10-141-1/+1
* 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: Fix location for haddocks in installed pkgconfsZubin Duggal2021-10-131-1/+1
* hadrian, testsuite: Teach Hadrian to query the testsuite driver for dependenciesZubin Duggal2021-10-135-20/+60
* documentation: flavours.md static detailsBrian Jaress2021-10-121-2/+4
* hadrian: Introduce `static` flavourBen Gamari2021-10-125-2/+94
* hadrian: Include Cabal flags in verbose configure outputBen Gamari2021-10-101-4/+4