summaryrefslogtreecommitdiff
path: root/hadrian/src
Commit message (Expand)AuthorAgeFilesLines
* Hadrian: always generate the libffi dynlibs manifest with globbingAlp Mestanogullari2019-05-301-13/+9
* Hadrian: Add note about Libffi's Indicating Inputs #16653David Eichmann2019-05-291-7/+30
* testsuite: introduce 'static_stats' testsAlp Mestanogullari2019-05-295-4/+19
* hadrian: Fix generation of settingsJohn Ericson2019-05-271-2/+2
* Hadrian: Fix problem with unlit path in settings fileAlp Mestanogullari2019-05-271-1/+3
* Hadrian: Add Mising Libffi Dependencies #16653David Eichmann2019-05-251-5/+23
* add an --hadrian mode to ./validateAlp Mestanogullari2019-05-233-153/+19
* Hadrian: add --test-root-dirs, to only run specific directories of testsAlp Mestanogullari2019-05-222-4/+18
* Refactor Libffi and RTS rulesDavid Eichmann2019-05-2110-139/+256
* Hadrian: 'need' source files for various docs in Rules.DocumentationAlp Mestanogullari2019-05-141-0/+6
* Restore the --coerce option in 'happy' configurationVladislav Zavialov2019-05-141-1/+1
* Remove all target-specific portions of Config.hsJohn Ericson2019-05-141-81/+49
* hadrian: Make settings stage specificJohn Ericson2019-05-141-2/+8
* Hadrian: programs need registered ghc-pkg librariesDavid Eichmann2019-05-105-8/+121
* Purge TargetPlatform_NAME and cTargetPlatformStringJohn Ericson2019-05-081-3/+1
* Hadrian: override $(ghc-config-mk), to prevent redundant config generationAlp Mestanogullari2019-05-061-0/+8
* Remove cGhcEnableTablesNextToCodeJohn Ericson2019-05-061-3/+2
* Move cGHC_UNLIT_PGM to be "unlit command" in settingsJohn Ericson2019-04-301-3/+1
* Generate settings by make/hadrian instead of configureJohn Ericson2019-04-305-5/+105
* Hadrian: use the testsuite driver's config.haddock arg more correctlyAlp Mestanogullari2019-04-221-1/+15
* Hadrian: fix the value we pass to the test driver for config.compiler_debuggedAlp Mestanogullari2019-04-181-3/+5
* Hadrian: fix ghcDebugged and document itAlp Mestanogullari2019-04-183-5/+15
* Hadrian: Generate GHC wrapper scriptsAndrey Mokhov2019-04-162-1/+21
* Hadrian: don't accept p_dyn for executables, to fix --flavour=profAlp Mestanogullari2019-04-142-5/+10
* Hadrian: add binary-dist-dir targetSylvain Henry2019-04-141-1/+11
* Hadrian: add rts shared library symlinks for backwards compatabilityDavid Eichmann2019-04-144-4/+95
* Hadrian: add a --test-accept/-a flag, to mimic 'make accept'Alp Mestanogullari2019-04-122-3/+17
* Hadrian: fix ghci wrapper script generation (#16508)Sylvain Henry2019-04-121-8/+4
* Hadrian: fix binary-dir with --docs=noneSylvain Henry2019-04-111-1/+7
* Hadrian: fix library install paths in bindist Makefile (#16498)Sylvain Henry2019-04-091-5/+12
* Hadrian: lint ignore autom4te and ghc-pkg cache files.David Eichmann2019-04-021-0/+9
* Hadrian: traceAllow deep dependencies when compilling haskell object files.David Eichmann2019-04-021-0/+10
* Hadrian: correct deps for ghc builder.David Eichmann2019-04-011-1/+5
* Support Shake's --lint-fsatrace feature.David Eichmann2019-04-011-2/+9
* Hadrian: don't use -zorigin on darwin.David Eichmann2019-03-271-4/+3
* Hadrian: introduce an easy way for users to build with -split-sectionsAlp Mestanogullari2019-03-271-0/+25
* Hadrian: trace the execution of expensive Cabal callsAndrey Mokhov2019-03-271-8/+12
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-252-2/+2
* Add a bench flavour to HadrianSebastian Graf2019-03-203-4/+32
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-155-5/+5
* Hadrian: remove unneeded rpaths.David Eichmann2019-03-151-4/+13
* Hadrian: remove unneeded imports.David Eichmann2019-03-153-6/+0
* Hadrian: build (and retrieve) binary distributions in CIAlp Mestanogullari2019-03-131-1/+1
* Remove training whitespaceMatthew Pickering2019-03-121-1/+1
* Hadrian: Add ./hadrian/ghci.sh script for fast development feedbackMatthew Pickering2019-03-127-5/+81
* Hadrian: Fix rpath so shared objects work after being copiedMatthew Pickering2019-03-121-2/+2
* Hadrian: Make makeRelativeNoSysLink totalMatthew Pickering2019-03-121-7/+8
* Hadrian: Make libsuf and distDir stage awareMatthew Pickering2019-03-125-10/+15
* Rip out perl dependencyBen Gamari2019-03-092-4/+1
* Hadrian: various improvements around the 'test' ruleAlp Mestanogullari2019-03-086-106/+218