rust/src/librustc_mir
bors 9653f79033 Auto merge of #54660 - kennytm:rollup, r=kennytm
Rollup of 8 pull requests

Successful merges:

 - #54564 (Add 1.29.1 release notes)
 - #54567 (Include path in stamp hash for debuginfo tests)
 - #54577 (rustdoc: give proc-macros their own pages)
 - #54590 (std: Don't let `rust_panic` get inlined)
 - #54598 (Remove useless lifetimes from `Pin` `impl`s.)
 - #54604 (Added help message for `self_in_typedefs` feature gate)
 - #54635 (Improve docs for std::io::Seek)
 - #54645 (Compute Android gdb version in compiletest)
2018-09-29 12:35:39 +00:00
..
borrow_check Auto merge of #54468 - matthewjasper:fix-polonius, r=nikomatsakis 2018-09-27 19:26:59 +00:00
build Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa 2018-09-26 23:22:48 +00:00
dataflow Shrink StatementKind::InlineAsm. 2018-09-24 18:45:49 +10:00
hair Added help message for feature gate. 2018-09-27 04:19:31 +01:00
interpret Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung" 2018-09-29 09:50:50 +02:00
monomorphize Improve handling of type bounds in bit_set.rs. 2018-09-20 08:52:41 +10:00
transform rustc: keep a Span for each predicate in ty::GenericPredicates. 2018-09-28 17:19:35 +03:00
util Auto merge of #54526 - nnethercote:shrink-StatementKind, r=nagisa 2018-09-26 23:22:48 +00:00
Cargo.toml Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
const_eval.rs fix stage 0 compilation 2018-09-20 12:27:50 +02:00
diagnostics.rs Change the diagnostic number from 714 to 716. 2018-09-25 15:23:57 +01:00
lib.rs Add a MIR transform to remove fake reads 2018-09-24 23:33:13 +01:00
shim.rs Shrink StatementKind::Assign. 2018-09-24 18:45:37 +10:00