diff options
| author | bors <bors@rust-lang.org> | 2018-11-23 18:42:20 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2018-11-23 18:42:20 +0000 |
| commit | 1f57e4841157d5cbd4c4e22018f93bd1801c98c2 (patch) | |
| tree | 1c6b53efd2d50c15afb6896ba713bf1bf10f8412 /src/ci | |
| parent | 821bad3a5b13862e9fbfae35b446ab91a976a75e (diff) | |
| parent | 36189a2739f22dd03a8067544c42ebc2288fbeb1 (diff) | |
| download | rust-1f57e4841157d5cbd4c4e22018f93bd1801c98c2.tar.gz rust-1f57e4841157d5cbd4c4e22018f93bd1801c98c2.zip | |
Auto merge of #56186 - kennytm:rollup, r=kennytm
Rollup of 14 pull requests Successful merges: - #55767 (Disable some pretty-printers when gdb is rust-enabled) - #55838 (Fix #[cfg] for step impl on ranges) - #55869 (Add std::iter::unfold) - #55945 (Ensure that the argument to `static_assert` is a `bool`) - #56022 (When popping in CTFE, perform validation before jumping to next statement to have a better span for the error) - #56048 (Add rustc_codegen_ssa to sysroot) - #56091 (Fix json output in the self-profiler) - #56097 (Fix invalid bitcast taking bool out of a union represented as a scalar) - #56116 (ci: Download clang/lldb from tarballs) - #56120 (Add unstable Literal::subspan().) - #56154 (Pass additional linker flags when targeting Fuchsia) - #56162 (std::str Adapt documentation to reality) - #56163 ([master] Backport 1.30.1 release notes) - #56168 (Fix the tracking issue for hash_raw_entry) Failed merges: r? @ghost
Diffstat (limited to 'src/ci')
| -rwxr-xr-x | src/ci/init_repo.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ci/init_repo.sh b/src/ci/init_repo.sh index f2664e6d196..8345ab3bc33 100755 --- a/src/ci/init_repo.sh +++ b/src/ci/init_repo.sh @@ -55,6 +55,7 @@ function fetch_submodule { } included="src/llvm src/llvm-emscripten src/doc/book src/doc/rust-by-example" +included="$included src/tools/lld src/tools/clang src/tools/lldb" modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)" modules=($modules) use_git="" |
