summaryrefslogtreecommitdiff
path: root/hadrian/src
Commit message (Expand)AuthorAgeFilesLines
* haddock docs: Fix links from identifiers to dependent packagesMatthew Pickering2022-08-192-6/+5
* compiler: Drop --build-id=none hackBen Gamari2022-08-181-1/+0
* hadrian: Place manpage in docrootBen Gamari2022-08-161-1/+1
* hadrian RunRest: add type signature for stageNumberJens Petersen2022-08-101-0/+1
* hadrian: Fix bindist installation on DarwinBen Gamari2022-08-091-0/+1
* hadrian: Fix naming of cross-compiler wrapperswip/cross-bindistBen Gamari2022-08-072-16/+22
* hadrian: Don't use mk/config.mk.inBen Gamari2022-08-071-1/+4
* testsuite: Correctly set withNativeCodeGenMatthew Pickering2022-08-021-1/+5
* hadrian: add flag disabling selftest rules which require QuickChecksternenseemann2022-07-261-1/+5
* Fix #21889, GHCi misbehaves with Ctrl-C on WindowsZubin Duggal2022-07-251-5/+12
* Hadrian: don't try to build "unix" on Windowssheaf2022-07-221-26/+26
* hadrian: Add multi:<pkg> and multi targets for starting a multi-replMatthew Pickering2022-07-183-29/+110
* hadrian: Rename documentation directories for consistency with makeBen Gamari2022-07-174-9/+9
* Hadrian: update documentation of settingssheaf2022-07-131-1/+2
* Vendor filepath inside template-haskellMatthew Pickering2022-07-051-0/+7
* hadrian: Add --haddock-base-url option for specifying base-url when generatin...Matthew Pickering2022-07-045-10/+42
* Add docs:<pkg> command to hadrian to build docs for just one packageMatthew Pickering2022-07-041-0/+5
* hadrian: Don't read package environments in ghc-stage1 wrapperMatthew Pickering2022-07-041-0/+1
* ci: Fix definition of slow-validate flavour (so that -dlint) is passedMatthew Pickering2022-07-011-2/+1
* Hadrian: allow configuring Hsc2Hssheaf2022-06-162-2/+5
* hadrian: Fix testing stage1 compilerMatthew Pickering2022-06-141-6/+21
* hadrian/tool-args: Write output to intermediate file rather than via stdoutMatthew Pickering2022-06-011-1/+6
* source-dist: Copy in files created by ./bootMatthew Pickering2022-06-011-0/+28
* Revert "packaging: Build perf builds with -split-sections"Matthew Pickering2022-05-311-1/+1
* hadrian: Introduce new package database for executables needed to build stage0Matthew Pickering2022-05-3131-145/+232
* Enable -dlint in hadrian lint transformerMatthew Pickering2022-05-301-3/+1
* hadrian: Fix building from source-dist without alex/happyMatthew Pickering2022-05-302-0/+13
* Hadrian: remove unused codeSylvain Henry2022-05-301-1/+0
* hadrian: Don't attempt to build dynamic profiling librariesMatthew Pickering2022-05-191-1/+1
* Add release flavour and use it for the release jobsMatthew Pickering2022-05-193-0/+22
* Introduce package to capture dependency on C++ stdlibBen Gamari2022-05-173-6/+22
* driver: Introduce pgmcxxBen Gamari2022-05-172-0/+3
* hadrian: Uniformly enable -dlint with enableLinting transformerMatthew Pickering2022-05-162-3/+5
* hadrian: Introduce linting flavour transformer (+lint)Ben Gamari2022-05-161-0/+14
* hadrian: Only copy and install libffi headers when using in-tree libffiMatthew Pickering2022-05-102-2/+4
* hadrian: Don't pass -j to haddockMatthew Pickering2022-05-101-3/+1
* packaging: Build perf builds with -split-sectionsMatthew Pickering2022-05-101-1/+1
* hadrian: Fix split-sections transformerMatthew Pickering2022-05-101-4/+7
* genprimopcode: Support Unicode properlyAlexis King2022-05-042-3/+38
* hadrian: Clean up flavour transformer definitionsBen Gamari2022-04-281-4/+3
* testsuite: Fix calculation about whether to pass -dynamic to compilerMatthew Pickering2022-04-282-7/+7
* hadrian: Don't pass -rtsopts when building librariesDouglas Wilson2022-04-281-2/+2
* hadrian: add debug_ghc and debug_stage1_ghc flavour transformersDouglas Wilson2022-04-283-2/+12
* hadrian: Enrich flavours to build profiled/debugged/threaded ghcs per stageDouglas Wilson2022-04-2811-32/+30
* hadrian: Add Monoid instance to WayDouglas Wilson2022-04-281-1/+4
* Enable eventlog support in all ways by defaultBen Gamari2022-04-2711-43/+20
* Drop libtool path from settings fileBen Gamari2022-04-252-3/+0
* testsuite: Cabalify ghc-configBen Gamari2022-04-253-21/+8
* testsuite: More robust library way detectionBen Gamari2022-04-251-68/+4
* hadrian: Clean up handling of libffi dependenciesBen Gamari2022-04-253-10/+12