Permalink
Please sign in to comment.
Browse files
Merge pull request #37173 from brson/stable-next
[stable] Backports for 1.12.1
- Loading branch information...
Showing
with
269 additions
and 50 deletions.
- +1 −1 mk/main.mk
- +5 −0 src/librustc/ty/flags.rs
- +1 −1 src/librustc/ty/fold.rs
- +1 −1 src/librustc/ty/item_path.rs
- +4 −0 src/librustc/ty/mod.rs
- +1 −0 src/librustc_mir/build/expr/as_lvalue.rs
- +4 −0 src/librustc_mir/build/expr/as_rvalue.rs
- +1 −0 src/librustc_mir/build/expr/category.rs
- +1 −0 src/librustc_mir/build/expr/into.rs
- +2 −2 src/librustc_mir/hair/cx/expr.rs
- +3 −0 src/librustc_mir/hair/mod.rs
- +10 −1 src/librustc_trans/base.rs
- +56 −17 src/librustc_trans/builder.rs
- +3 −1 src/librustc_trans/collector.rs
- +13 −22 src/librustc_trans/mir/mod.rs
- +14 −2 src/librustc_typeck/check/_match.rs
- +1 −1 src/llvm
- +1 −1 src/rustllvm/llvm-auto-clean-trigger
- +34 −0 src/test/run-pass/issue-36381.rs
- +32 −0 src/test/run-pass/issue-36744-bitcast-args-if-needed.rs
- +22 −0 src/test/run-pass/issue-36744-without-calls.rs
- +24 −0 src/test/run-pass/issue-36856.rs
- +35 −0 src/test/run-pass/issue-36936.rs
2
src/llvm
Submodule llvm
updated
28 files
| @@ -1,4 +1,4 @@ | ||
| # If this file is modified, then llvm will be forcibly cleaned and then rebuilt. | ||
| # The actual contents of this file do not matter, but to trigger a change on the | ||
| # build bots then the contents should be changed so git updates the mtime. | ||
| -2016-09-17 | ||
| +2016-10-10 |
Oops, something went wrong.
0 comments on commit
d4f3940