rust/compiler/rustc_mir/src
Yuki Okushi 70f8e1a56f
Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnr
Replace absolute paths with relative ones

Modern compilers allow reaching external crates
like std or core via relative paths in modules
outside of lib.rs and main.rs.
2020-10-14 06:02:36 +09:00
..
borrow_check Refactor how SwitchInt stores jump targets 2020-10-10 17:46:11 +02:00
const_eval query_name_of_opt_const_arg -> query_name_opt_const_arg 2020-10-05 08:49:21 +02:00
dataflow Use SmallVec in SwitchTargets 2020-10-11 01:14:12 +02:00
interpret Replace absolute paths with relative ones 2020-10-13 14:16:45 +02:00
monomorphize Use range instead of tuple of ints 2020-10-10 22:33:22 +02:00
transform Rollup merge of #77892 - est31:remove_redundant_absolute_paths, r=lcnr 2020-10-14 06:02:36 +09:00
util Use SmallVec in SwitchTargets 2020-10-11 01:14:12 +02:00
lib.rs Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb 2020-09-26 06:44:28 +00:00
shim.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00