rust/src/librustc_mir
bors 3b7720399a Auto merge of #52616 - kennytm:rollup, r=kennytm
Rollup of 11 pull requests

Successful merges:

 - #51807 (Deprecation of str::slice_unchecked(_mut))
 - #52051 (mem::swap the obvious way for types smaller than the SIMD optimization's block size)
 - #52465 (Add CI test harness for `thumb*` targets. [IRR-2018-embedded])
 - #52507 (Reword when `_` couldn't be inferred)
 - #52508 (Document that Unique::empty() and NonNull::dangling() aren't sentinel values)
 - #52521 (Fix links in rustdoc book.)
 - #52581 (Avoid using `#[macro_export]` for documenting builtin macros)
 - #52582 (Typo)
 - #52587 (Add missing backtick in UniversalRegions doc comment)
 - #52594 (Run the error index tool against the sysroot libdir)
 - #52615 (Added new lines to .gitignore.)
2018-07-22 18:51:46 +00:00
..
borrow_check Auto merge of #52616 - kennytm:rollup, r=kennytm 2018-07-22 18:51:46 +00:00
build MIR changes to improve NLL cannot mutate errors 2018-07-20 20:01:11 +01:00
dataflow Add specific message when moving from upvars in a non-FnOnce closure 2018-07-21 18:40:46 +01:00
hair Fix tidy 2018-07-16 15:09:17 +02:00
interpret Move the const casting code into its dedicated file 2018-07-18 11:39:17 +02:00
monomorphize rustc: Use link_section, not wasm_custom_section 2018-07-16 09:40:45 -07:00
transform Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakis 2018-07-21 21:01:17 +00:00
util Auto merge of #52115 - Dylan-DPC:feature/nll-liveness-regions, r=nikomatsakis 2018-07-21 21:01:17 +00:00
Cargo.toml
diagnostics.rs
lib.rs
shim.rs