rust/src/librustc
bors d36b7f6944 Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk
Add a query to get the `promoted`s for a `mir::Body`

This is a builidng block toward removing a lot of duplicated code
between miri and the cosnt-propagator pass.

See this thread for more info:
https://rust-lang.zulipchat.com/#narrow/stream/189540-t-compiler.2Fwg-mir-opt/topic/Using.20.60InterpCx.60.20more/near/169030661

r? @spastorino but feel free to hand it off to somebody else
2019-07-16 12:19:35 +00:00
..
benches Remove licenses 2018-12-25 21:08:33 -07:00
cfg Exit arm scopes correctly in the HIR CFG 2019-07-06 21:56:03 +01:00
dep_graph Refactor diagnostic emission for green nodes 2019-07-11 02:09:37 +02:00
hir pprust: Move some methods to the PrintState trait 2019-07-15 12:42:07 +03:00
ich hygiene: Make sure each Mark has an associated expansion info 2019-07-11 00:12:57 +03:00
infer Rename some things in syntax_pos/hygiene 2019-07-11 00:12:07 +03:00
lint Change indirect_structural_match lint to allow-by-default. 2019-07-12 15:32:12 +02:00
middle Rollup merge of #62453 - zackmdavis:single_path, r=estebank 2019-07-12 22:46:43 +02:00
mir rustfmt all the things! 2019-07-12 22:49:15 +02:00
query Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk 2019-07-16 12:19:35 +00:00
session Rollup merge of #61853 - EricRahm:use_warning, r=varkor 2019-07-10 05:14:04 +02:00
traits hygiene: Fix wording of desugaring descriptions 2019-07-11 00:12:57 +03:00
ty Rollup merge of #62585 - pnkfelix:issue-60431-make-struct-tail-normalize-when-possible, r=eddyb 2019-07-13 16:18:37 +02:00
util Add a "total" measurement to -Ztime-passes. 2019-07-05 08:19:48 +10:00
arena.rs rustc: collect upvars from HIR, instead of during name resolution. 2019-06-01 20:44:05 +03:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Upgrade Polonius 2019-07-12 22:41:00 +02:00
error_codes.rs Fix typos 2019-06-13 00:37:30 +09:00
lib.rs Make newtype_index hygienic and use allow_internal_unstable 2019-07-13 10:25:57 +01:00
macros.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00

For more information about how rustc works, see the rustc guide.