about summary refs log tree commit diff
path: root/src/bootstrap
AgeCommit message (Expand)AuthorLines
2018-08-17Auto merge of #53190 - sekineh:thumb-cortex-m, r=jamesmunnsbors-1/+11
2018-08-14Add lldb to the buildTom Tromey-17/+179
2018-08-12Rollup merge of #53165 - jakllsch:netbsd-ad22a005-b917-47f3-8156-f717d36f6bbe...Guillaume Gomez-0/+1
2018-08-10aarch64-unknown-netbsd: add openssl configurationJonathan A. Kollasch-0/+1
2018-08-08[CI] run-make/thumb: remove a trailing space.Hideki Sekine-1/+1
2018-08-08[CI] run-make/thumb: remove hacky workaround.Hideki Sekine-1/+11
2018-08-06Building librustc_codegen_llvm in a separate directoryMark Rousskov-7/+10
2018-08-04Rollup merge of #52969 - Keruspe:local_rebuild, r=alexcrichtonkennytm-1/+1
2018-08-02Update Cargo submoduleAlex Crichton-0/+6
2018-08-02Auto merge of #52949 - Mark-Simulacrum:snap, r=alexcrichtonbors-1/+1
2018-08-02rustbuild: fix local_rebuildMarc-Antoine Perennou-1/+1
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-1/+1
2018-08-01[RISCV] Enable CI.David Craven-1/+1
2018-08-01Rollup merge of #52853 - RalfJung:bootstrap-help, r=alexcrichtonPietro Albini-3/+10
2018-08-01Rollup merge of #52846 - kennytm:bootstrap-curl-timeout, r=Mark-SimulacrumPietro Albini-1/+4
2018-07-30Remove the unstable std_unicode crate, deprecated since 1.27Simon Sapin-3/+1
2018-07-30improve test stage documentationRalf Jung-2/+6
2018-07-30improve --stage documentationRalf Jung-1/+4
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-11/+11
2018-07-30Add timeout to use of `curl` in bootstrap.py.kennytm-1/+4
2018-07-30Auto merge of #52828 - Mark-Simulacrum:clear-rustdoc-check, r=alexcrichtonbors-0/+5
2018-07-29Auto merge of #52738 - ljedrz:push_to_extend, r=eddybbors-4/+1
2018-07-29Replace push loops with collect() and extend() where possibleljedrz-4/+1
2018-07-29Clear out rustdoc check builds if dependencies changeMark Rousskov-0/+5
2018-07-29Auto merge of #52755 - kennytm:update-rustfmt, r=nrcbors-0/+7
2018-07-29Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkovbors-1/+1
2018-07-29Copy the test_data/ RLS tests into a writable directory.kennytm-0/+7
2018-07-28Don't format!() string literalsljedrz-11/+11
2018-07-27Prefer to_string() to format!()ljedrz-1/+1
2018-07-26Refactor is_external_tool into source_typeTatsuyuki Ishi-22/+32
2018-07-25bootstrap: use prepare_tool_cargo everywhereTatsuyuki Ishi-24/+22
2018-07-25Discriminate between external and optional toolsTatsuyuki Ishi-14/+22
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-12/+34
2018-07-24Rollup merge of #52642 - ljedrz:expect_fun_call, r=Mark-Simulacrumkennytm-3/+3
2018-07-24Rollup merge of #52627 - Mark-Simulacrum:rustdoc-test-correct, r=alexcrichtonkennytm-0/+1
2018-07-23Replace a few expect+format combos with unwrap_or_else+panicljedrz-3/+3
2018-07-22Compile rustc before building tests for rustdocMark Rousskov-0/+1
2018-07-23Rollup merge of #52594 - Mark-Simulacrum:error-index-stage0, r=alexcrichtonkennytm-2/+2
2018-07-22Rollup merge of #52465 - sekineh:add-ci-thumb, r=alexcrichtonkennytm-1/+3
2018-07-21Run the error index tool against the sysroot libdirMark Rousskov-2/+2
2018-07-21Treat no_std(target) == None case correctly.Hideki Sekine-1/+1
2018-07-18Rollup merge of #52464 - o01eg:patch-1, r=alexcrichtonkennytm-0/+2
2018-07-18Rollup merge of #52439 - o01eg:fix-52317, r=alexcrichtonkennytm-2/+3
2018-07-17Allow clippy to be installed with make installO01eg-0/+2
2018-07-18Fix rust issue #52163Hideki Sekine-1/+3
2018-07-17Rollup merge of #52434 - Mark-Simulacrum:incremental-keep-stage, r=alexcrichtonkennytm-4/+1
2018-07-16Calculate the exact capacity for 2 HashMapsljedrz-1/+1
2018-07-16Enable incremental independent of stageMark Rousskov-4/+1
2018-07-16Revert some changes from #51917 to fix #52317.O01eg-2/+3
2018-07-15Auto merge of #52399 - semarie:llvmtools, r=alexcrichtonbors-0/+9