]> git.lizzy.rs Git - rust.git/commit
Auto merge of #53354 - kennytm:rollup, r=kennytm
authorbors <bors@rust-lang.org>
Tue, 14 Aug 2018 17:24:18 +0000 (17:24 +0000)
committerbors <bors@rust-lang.org>
Tue, 14 Aug 2018 17:24:18 +0000 (17:24 +0000)
commita5733050de780ae4d11e3a7af615df792fdf908e
treedf7f2e100045edfc854e480aaf204711b6560626
parent23f09bbed4ef12c5f9db198c22f50b608ea6c6d5
parent8e7f69af9ce5ec270b79a5125635cacfaeb936ba
Auto merge of #53354 - kennytm:rollup, r=kennytm

Rollup of 11 pull requests

Successful merges:

 - #53112 (pretty print BTreeSet)
 - #53208 (Don't panic on std::env::vars() when env is null.)
 - #53226 (driver: set the syntax edition in phase 1)
 - #53229 (Make sure rlimit is only ever increased)
 - #53233 (targets: aarch64: Add bare-metal aarch64 target)
 - #53239 (rustc_codegen_llvm: Restore the closure env alloca hack for LLVM 5.)
 - #53246 (A few cleanups)
 - #53257 (Idiomatic improvements to IP method)
 - #53274 (Remove statics field from CodegenCx)
 - #53290 (Make LLVM emit assembly comments with -Z asm-comments)
 - #53317 (Mark prior failure to avoid ICE)