summaryrefslogtreecommitdiff
path: root/hadrian
Commit message (Expand)AuthorAgeFilesLines
* Add Javascript backendSylvain Henry2022-11-2918-57/+185
* Don't let configure perform trivial substitutions (#21846)Sylvain Henry2022-11-236-20/+109
* hadrian:Set TNTC when running testsuite.Andreas Klebinger2022-11-221-1/+4
* Misc cleanupKrzysztof Gogolewski2022-11-161-1/+1
* Add support for the wasm32-wasi target tupleCheng Shao2022-11-111-1/+2
* hadrian: add targetSupportsThreadedRts flagCheng Shao2022-11-119-18/+39
* hadrian: add -Wwarn only for cross-compiling unixCheng Shao2022-11-111-1/+11
* Bump unix submodule to 2.8.0.0Matthew Pickering2022-11-051-1/+7
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-031-1/+1
* Pass correct package db when testing stage1.Zubin Duggal2022-10-282-2/+2
* hadrian: Improve error for wrong key/value errors.Andreas Klebinger2022-10-221-1/+2
* Avoid Data.List.group; prefer Data.List.NonEmpty.groupBodigrim2022-09-281-3/+3
* Update filepath to filepath-1.4.100.0Matthew Pickering2022-09-222-6/+1
* hadrian: Add extra_dependencies edges for all different waysMatthew Pickering2022-09-201-4/+8
* Hadrian: merge archives even in stage 0sheaf2022-09-203-7/+17
* rts: make threaded ways optionalCheng Shao2022-09-171-0/+1
* Hadrian: Don't try to build terminfo on Windowssheaf2022-09-161-2/+1
* hadrian: relax Cabal upper bound to allow building with Cabal-3.8Cheng Shao2022-09-161-1/+1
* hadrian: add late_ccs flavour transformerCheng Shao2022-09-161-0/+1
* hadrian: enable -fprof-late only for profiling waysCheng Shao2022-09-161-1/+1
* Unbreak Hadrian with Cabal 3.8.M Farkas-Dyck2022-09-141-0/+4
* hadrian: Add extra implicit dependencies from DeriveLiftMatthew Pickering2022-09-142-2/+30
* hadrian: Need builders needed by Cabal Configure in parallelMatthew Pickering2022-09-144-29/+31
* hadrian: Add some more packages to multi-cradleMatthew Pickering2022-09-142-11/+12
* hadrian: Inplace/Final package databasesMatthew Pickering2022-09-1428-153/+318
* hadrian: Use a stamp file to record when a package is built in a certain wayMatthew Pickering2022-09-145-4/+92
* hadrian: Bump index stateMatthew Pickering2022-09-141-1/+1
* Make ghcDebugAssertions into a Stage predicate (Stage -> Bool)Matthew Pickering2022-08-317-11/+14
* Refine in-tree compiler args for --test-compiler=stage1Matthew Pickering2022-08-311-4/+6
* Various Hadrian bootstrapping fixessheaf2022-08-301-14/+22
* Drop mk/{build,install,config}.mk.inBen Gamari2022-08-251-2/+0
* hadrian: Fix whitespaceBen Gamari2022-08-251-33/+32
* hadrian: Don't duplicate binaries on installationBen Gamari2022-08-221-1/+5
* hadrian: Fix bootstrapping with ghc-9.4Matthew Pickering2022-08-211-0/+1
* haddock docs: Fix links from identifiers to dependent packagesMatthew Pickering2022-08-192-6/+5
* compiler: Drop --build-id=none hackBen Gamari2022-08-183-3/+0
* hadrian: Place manpage in docrootBen Gamari2022-08-161-1/+1
* hadrian: Don't attempt to install documentation if doc/ doesn't existBen Gamari2022-08-101-4/+6
* hadrian RunRest: add type signature for stageNumberJens Petersen2022-08-101-0/+1
* hadrian: Fix access mode of installed package registration filesBen Gamari2022-08-091-0/+2
* hadrian: Fix bindist installation on DarwinBen Gamari2022-08-093-46/+7
* hadrian: Extend xattr Darwin hack to cover /libBen Gamari2022-08-071-1/+7
* hadrian: Fix naming of cross-compiler wrapperswip/cross-bindistBen Gamari2022-08-072-16/+22
* hadrian: Don't use mk/config.mk.inBen Gamari2022-08-073-2/+291
* hadrian: Fix installation of system-cxx-std-lib package confBen Gamari2022-08-071-1/+1
* hadrian: Fix binary distribution install attributesBen Gamari2022-08-071-36/+60
* testsuite: Correctly set withNativeCodeGenMatthew Pickering2022-08-021-1/+5
* hadrian: add flag disabling selftest rules which require QuickChecksternenseemann2022-07-262-3/+18
* Fix #21889, GHCi misbehaves with Ctrl-C on WindowsZubin Duggal2022-07-252-6/+29
* Hadrian: don't try to build "unix" on Windowssheaf2022-07-221-26/+26