summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* hadrian: Use custom Setup.hs rather than duplicate logic in build systemMatthew Pickering2022-02-2211-125/+101
* tool-args: Write output to intermediate file rather than via stdoutMatthew Pickering2022-02-225-61/+32
* hadrian: Enable late-ccs when building profiled_ghcMatthew Pickering2022-02-211-1/+7
* Reinstallable GHCZubin Duggal2022-02-2111-19/+233
* 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-084-2/+12
* 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: 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