summaryrefslogtreecommitdiff
path: root/hadrian/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* hadrian: Drop redundant include directoriesBen Gamari2022-04-251-10/+0
* hadrian: Ensure that --extra-lib-dirs are usedBen Gamari2022-04-251-26/+5
* hadrian: Enable -dlint in devel2 flavourBen Gamari2022-04-221-1/+1
* Include the way string in the file name for dump files.Andreas Klebinger2022-04-221-1/+1
* Hadrian: use a set to keep track of wayssheaf2022-04-1418-33/+68
* hadrian: Build wrappers using ghc rather than ccBen Gamari2022-04-061-2/+2
* hadrian: Disable ghci libraries when object merging is not availableBen Gamari2022-04-063-5/+19
* Fix a few new warnings when booting with GHC 9.2.2Ben Gamari2022-04-061-1/+4
* hadrian: Clean up flavour transformer definitionsBen Gamari2022-04-061-8/+6
* Build ar archives with -L when "joining" objectsBen Gamari2022-04-061-0/+1
* hadrian: Produce ar archives with L modifier on WindowsBen Gamari2022-04-062-1/+9
* hadrian: Refactor handling of ar flagsBen Gamari2022-04-064-31/+36
* hadrian: Add assertion that in/out tree args are the sameMatthew Pickering2022-04-012-23/+37
* hadrian: Fix race involving empty package databasesMatthew Pickering2022-04-013-5/+18
* hadrian: Introduce CheckProgram datatype to replace a 7-tupleMatthew Pickering2022-04-011-10/+19
* hadrian: allow testing linters with out of tree compilersZubin Duggal2022-04-011-21/+21
* hadrian: Remove linters-common from bindistMatthew Pickering2022-04-012-3/+22
* two typosEric Lindblad2022-04-012-2/+2
* hadrian typosEric Lindblad2022-04-014-4/+4
* Hadrian: make DDEBUG separate from debugged RTSsheaf2022-03-297-34/+42
* hadrian: Build lib:GHC with -haddock and -Winvalid-haddock (#21273)Zubin Duggal2022-03-291-0/+3
* Hadrian: allow testsuite to run with cross-compilers (#21292)Sylvain Henry2022-03-281-1/+3
* Disable text's dependency on simdutf by defaultBen Gamari2022-03-281-0/+8
* hadrian: Flag cabal flag handlingMatthew Pickering2022-03-281-10/+5
* hadrian: Correct generation of hsc2hs wrapperMatthew Pickering2022-03-241-1/+1