about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2020-01-10Auto merge of #65241 - tmiasko:no-std-san, r=alexcrichtonbors-47/+159
2020-01-11Rollup merge of #68075 - ollie27:rustbuild_books, r=Mark-SimulacrumYuki Okushi-72/+14
2020-01-11Rollup merge of #68039 - euclio:remove-strip-hidden, r=dtolnayYuki Okushi-1/+1
2020-01-10Prefer llvm-skip-rebuild flag value over config.tomlMatthew Healy-2/+6
2020-01-10Match llvm-skip-rebuild flagMatthew Healy-0/+5
2020-01-09rustbuild: Cleanup book generationOliver Middleton-72/+14
2020-01-09Add llvm-skip-rebuild to optsMatthew Healy-0/+8
2020-01-09Add bootstrap step for building sanitizer runtimesTomasz Miąsko-43/+159
2020-01-09Remove sanitizer runtime cratesTomasz Miąsko-4/+0
2020-01-08remove strip-hidden pass from compiler doc generationAndy Russell-1/+1
2020-01-08Build compiletest with in-tree libtestJosh Stone-2/+8
2020-01-08Remove obsolete llvm_tools flagJosh Stone-11/+1
2020-01-08Auto merge of #67760 - Mark-Simulacrum:rustc-dirty, r=alexcrichtonbors-2/+13
2020-01-03Rollup merge of #67636 - semarie:bootstrap-rustfmt, r=Mark-SimulacrumYuki Okushi-0/+1
2020-01-02bootstrap: Allow for setting the ThinLTO import limit used for compiler the c...Michael Woerister-0/+18
2020-01-01Clear out target directory if compiler has changedMark Rousskov-2/+13
2019-12-29tidy: Enforce formatting rather than just check it if `--bless` is specifiedVadim Petrochenkov-1/+1
2019-12-27allow rustfmt key in [build] sectionSebastien Marie-0/+1
2019-12-26Skip LLVM rebuild when skip-rebuild is trueMatthew Healy-0/+9
2019-12-26Parse llvm_skip_rebuild into ConfigMatthew Healy-0/+6
2019-12-24bootstrap miri: remove no longer used env varRalf Jung-3/+0
2019-12-22Format the worldMark Rousskov-2154/+1836
2019-12-22Remove most files from format ignore listMark Rousskov-20/+23
2019-12-22Auto merge of #65939 - anp:incremental-rustfmt-rollout, r=Mark-Simulacrumbors-10/+159
2019-12-22Do not run if rustfmt.toml does not existMark Rousskov-2/+7
2019-12-22Rollup merge of #67410 - mati865:mingw_link_fix, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-12-21Implement rustfmt running manually using ignore crateMark Rousskov-15/+47
2019-12-21Include formatting check in the test step for tidy.Adam Perry-0/+8
2019-12-21Implement `./x.py fmt [--check]`.Adam Perry-5/+70
2019-12-21bootstrap.py fetches rustfmt.Adam Perry-5/+44
2019-12-21Rollup merge of #67491 - lzutao:res-map-or, r=Mark-SimulacrumMazdak Farrokhzad-2/+2
2019-12-21use Result::map_or for bootstrapLzu Tao-2/+2
2019-12-21Drop petgraph dependency from bootstrapMark Rousskov-47/+1
2019-12-19Remove newline from commit in toolstateMark Rousskov-1/+1
2019-12-19Rollup merge of #67432 - Mark-Simulacrum:fix-toolstate, r=CentrilMark Rousskov-1/+1
2019-12-19Rollup merge of #67351 - Mark-Simulacrum:always-channel, r=pietroalbiniMark Rousskov-3/+3
2019-12-19Fix toolstate history formatMark Rousskov-1/+1
2019-12-19Rollup merge of #67286 - cuviper:configure-llvm, r=Dylan-DPCMazdak Farrokhzad-2/+2
2019-12-18Set release channel on non-dist buildersMark Rousskov-3/+3
2019-12-18Reenable static linking of libstdc++ on windows-gnuMateusz Mikuła-1/+1
2019-12-18Bump stage0Mark Rousskov-1/+1
2019-12-17Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton"Mark Rousskov-13/+13
2019-12-17Disable cargo tests for nowMark Rousskov-13/+13
2019-12-13Fix the configure.py TOML field for a couple LLVM optionsJosh Stone-2/+2
2019-12-13Auto merge of #67077 - Aaron1011:build-llvm-in-binary, r=alexcrichtonbors-344/+125
2019-12-12Auto merge of #67172 - jethrogb:jb/bootstrap-linker, r=alexcrichtonbors-11/+17
2019-12-11Add comment explaining original `maybe_install_llvm_dylib` callAaron Hill-0/+3
2019-12-11Fix missing libLLVM.so in stage0 sysroot.Aaron Hill-0/+38
2019-12-11Fix a test in the bootstrap test suiteAlex Crichton-0/+4
2019-12-11Fix some linking of LLVM's dynamic libraryAlex Crichton-25/+24