rust/src/librustc_mir
bors 9776723881 Auto merge of #62800 - albins:polonius-initialization-1, r=nikomatsakis
Extend Polonius fact generation for (some) move tracking

This PR will extend rustc to emit facts used for tracking moves and initialization in Polonius. It is most likely the final part of my master's thesis work.
2019-09-05 08:51:38 +00:00
..
borrow_check Auto merge of #62800 - albins:polonius-initialization-1, r=nikomatsakis 2019-09-05 08:51:38 +00:00
build Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank 2019-08-29 05:32:51 +02:00
dataflow Auto merge of #62800 - albins:polonius-initialization-1, r=nikomatsakis 2019-09-05 08:51:38 +00:00
hair Cleanup: Consistently use Param instead of Arg #62426 2019-08-27 14:07:41 +02:00
interpret Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk 2019-09-02 22:07:40 +00:00
monomorphize Rollup merge of #64141 - nnethercote:minimize-LocalInternedString, r=petrochenkov 2019-09-05 03:59:49 +02:00
transform Rollup merge of #63961 - JohnTitor:improve-require-lang-item, r=estebank 2019-08-29 05:32:51 +02:00
util Apply review comments 2019-08-28 07:11:12 +09:00
Cargo.toml NLL: New Polonius version 2019-09-04 09:44:40 +02:00
const_eval.rs const_prop: only call error_to_const_error if we are actually showing something 2019-08-27 22:18:25 +02:00
error_codes.rs Remove unnecessary features from compiler error code list 2019-08-06 10:49:45 -07:00
lib.rs Use associated_type_bounds where applicable - closes #61738 2019-08-08 22:39:15 +02:00
lints.rs rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00
shim.rs Resolve PR comments 2019-08-22 06:36:31 -04:00