about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2019-03-28Rollup merge of #59398 - phansch:rustfix_coverage, r=oli-obkMazdak Farrokhzad-0/+21
2019-03-28Rollup merge of #59351 - phil-opp:llvm-ar, r=alexcrichtonMazdak Farrokhzad-0/+1
2019-03-28Rollup merge of #58848 - GuillaumeGomez:fix-cache-issues, r=Mark-Simulacrum,o...Mazdak Farrokhzad-8/+19
2019-03-27Update booksEric Huss-0/+2
2019-03-27replace llvm-rebuild-trigger with commit hashAndy Russell-15/+33
2019-03-26Fix error index CSS file nameGuillaume Gomez-0/+1
2019-03-26Handle RUSTDOC_RESOURCE_SUFFIX env variable for rustdoc buildGuillaume Gomez-0/+11
2019-03-26Add resource suffix for libtest and proc_macro as wellGuillaume Gomez-2/+2
2019-03-26Prevent cache issues on version updatesGuillaume Gomez-8/+7
2019-03-26Rollup merge of #59197 - kornelski:redir, r=steveklabnikGuillaume Gomez-2/+2
2019-03-25compile all crates under test w/ -Zemit-stack-sizesJorge Aparicio-13/+20
2019-03-25Save coverage file in build_base path, not /tmpPhilipp Hansch-1/+1
2019-03-25Fix two bootstrap testsPhilipp Hansch-0/+2
2019-03-24bootstrap: build compiler-builtins with -Z emit-stack-sizesJorge Aparicio-0/+24
2019-03-24Add a way to track Rustfix UI test coveragePhilipp Hansch-0/+19
2019-03-22Rollup merge of #59309 - o01eg:verbose-copy-files, r=alexcrichtonMazdak Farrokhzad-0/+12
2019-03-21Include llvm-ar with llvm-tools componentPhilipp Oppermann-0/+1
2019-03-20Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichtonbors-62/+99
2019-03-20Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichtonbors-0/+7
2019-03-20Add messages for different verbosity levels.O01eg-0/+12
2019-03-19Remove libterm from bootstrapgnzlbg-1/+0
2019-03-18Auto merge of #58847 - bjorn3:remove_metadata_only_cg, r=alexcrichtonbors-16/+8
2019-03-16Merge remote-tracking branch 'upstream/master' into asm-compile-testsDenys Zariaiev-15/+40
2019-03-16Rollup merge of #59204 - o01eg:diag-rustdoc, r=alexcrichtonkennytm-2/+8
2019-03-16Rollup merge of #59175 - Zoxc:fix-process-test, r=alexcrichtonkennytm-1/+1
2019-03-16Rollup merge of #59173 - emilio:llvm-suffix, r=Mark-Simulacrumkennytm-1/+27
2019-03-16Fix formattingbjorn3-1/+1
2019-03-16[bootstrap] Remove llvm.enabled configbjorn3-17/+9
2019-03-15rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and ...Eduard-Mihai Burtescu-10/+3
2019-03-15Output diagnostic information for rustdoc.O01eg-2/+8
2019-03-14Exclude old book redirect stubs from search enginesKornel-2/+2
2019-03-14Run RustdocUi earlierJohn Kåre Alsaker-1/+1
2019-03-14bootstrap: Default to a sensible llvm-suffix.Emilio Cobos Álvarez-1/+27
2019-03-13Merge remote-tracking branch 'upstream/master' into asm-compile-testsDenys Zariaiev-55/+177
2019-03-12Auto merge of #58330 - GuillaumeGomez:rustdoc-js-non-std, r=QuietMisdreavus,M...bors-10/+55
2019-03-09Rollup merge of #58676 - euclio:bootstrap-python, r=alexcrichtonMazdak Farrokhzad-8/+10
2019-03-08Rollup merge of #58269 - taeguk:add-some-sources-to-rust-src-distribution, r=...Pietro Albini-0/+2
2019-03-08Rollup merge of #58080 - MikaelUrankar:freebsd_arm, r=sanxiynPietro Albini-0/+4
2019-03-06Make Cargo a rustc tool againJohn Kåre Alsaker-2/+2
2019-03-05Add librustc, libsyntax to rust-src distribution.Taeguk Kwon-0/+2
2019-03-05Bootstrap changesJohn Kåre Alsaker-36/+96
2019-03-03Permit getting stage 0 rustdocMark Rousskov-20/+21
2019-03-03Tools built by the bootstrap compiler must be built by itMark Rousskov-42/+78
2019-03-02Bootstrap compiler update for 1.35 releaseMark Rousskov-1/+1
2019-03-01look for python2 symlinks before bootstrap pythonAndy Russell-1/+1
2019-03-01fix an issue with path probing on WindowsAndy Russell-7/+9
2019-03-01Auto merge of #58800 - ehuss:update-books, r=Centrilbors-1/+1
2019-03-01Auto merge of #58408 - alexcrichton:update-llvm, r=michaelwoeristerbors-0/+7
2019-02-28Introduce rustc_interface and move some methods thereJohn Kåre Alsaker-0/+2
2019-02-28Move rustdoc-js testing into compiletestGuillaume Gomez-49/+13