rust/src/librustc_mir
bors 1114ab684f Auto merge of #53832 - pietroalbini:rollup, r=pietroalbini
Rollup of 20 pull requests

Successful merges:

 - #51760 (Add another PartialEq example)
 - #53113 (Add example for Cow)
 - #53129 (remove `let x = baz` which was obscuring the real error)
 - #53389 (document effect of join on memory ordering)
 - #53472 (Use FxHash{Map,Set} instead of the default Hash{Map,Set} everywhere in rustc.)
 - #53476 (Add partialeq implementation for TryFromIntError type)
 - #53513 (Force-inline `shallow_resolve` at its hottest call site.)
 - #53655 (set applicability)
 - #53702 (Fix stabilisation version for macro_vis_matcher.)
 - #53727 (Do not suggest dereferencing in macro)
 - #53732 (save-analysis: Differentiate foreign functions and statics.)
 - #53740 (add llvm-readobj to llvm-tools-preview)
 - #53743 (fix a typo: taget_env -> target_env)
 - #53747 (Rustdoc fixes)
 - #53753 (expand keep-stage --help text)
 - #53756 (Fix typo in comment)
 - #53768 (move file-extension based .gitignore down to src/)
 - #53785 (Fix a comment in src/libcore/slice/mod.rs)
 - #53786 (Replace usages of 'bad_style' with 'nonstandard_style'.)
 - #53806 (Fix UI issues on Implementations on Foreign types)

Failed merges:

r? @ghost
2018-08-31 03:35:33 +00:00
..
borrow_check Auto merge of #53733 - nnethercote:avoid-unroll_place, r=nikomatsakis 2018-08-30 08:20:20 +00:00
build Rename hir::map::NodeKind to hir::Node 2018-08-27 21:46:23 +01:00
dataflow implement liveness tracing, remove old liveness system 2018-08-27 13:57:55 -04:00
hair Auto merge of #53493 - matthewjasper:hair-spans, r=nikomatsakis 2018-08-28 13:12:16 +00:00
interpret Auto merge of #53779 - RalfJung:miri-refactor, r=oli-obk 2018-08-31 01:18:42 +00:00
monomorphize Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk 2018-08-29 00:02:37 +00:00
transform Auto merge of #53832 - pietroalbini:rollup, r=pietroalbini 2018-08-31 03:35:33 +00:00
util kill dead code from util/liveness 2018-08-27 13:57:55 -04:00
Cargo.toml Use optimized SmallVec implementation 2018-08-23 10:45:53 +03:00
const_eval.rs make ptr_op finally reponsible for all ops involving pointers; make ValTy constructor private 2018-08-29 08:44:37 +02:00
diagnostics.rs
lib.rs Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk 2018-08-29 00:02:37 +00:00
shim.rs support user-given types in adts 2018-08-24 13:27:38 -04:00