rust/src/librustc_passes
Yuki Okushi 19b0c00da3
Rollup merge of #68554 - cjgillot:lang_items, r=Zoxc
Split lang_items to crates `rustc_hir` and `rustc_passes`.

As discussed in comment https://github.com/rust-lang/rust/pull/67688#discussion_r368289946
2020-02-12 18:55:37 +09:00
..
Cargo.toml Move it all into rustc_hir. 2020-02-11 23:14:07 +01:00
check_attr.rs Rollup merge of #68554 - cjgillot:lang_items, r=Zoxc 2020-02-12 18:55:37 +09:00
check_const.rs Add a Hir wrapper type 2020-02-06 12:05:40 +01:00
dead.rs Invert control in struct_lint_level. 2020-02-11 19:47:40 +10:00
diagnostic_items.rs Normalise notes with the/is 2020-01-24 16:24:50 +00:00
entry.rs Add a Hir wrapper type 2020-02-06 12:05:40 +01:00
hir_stats.rs parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
intrinsicck.rs remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
lang_items.rs Move it all into rustc_hir. 2020-02-11 23:14:07 +01:00
layout_test.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00
lib_features.rs remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
lib.rs Move weak_lang_items checking to librustc_passes. 2020-02-11 23:13:03 +01:00
liveness.rs Run RustFmt 2020-02-11 19:49:01 +10:00
loops.rs remove rustc_error_codes deps except in rustc_driver 2020-01-18 21:53:53 +01:00
reachable.rs Make provided_trait_methods use impl Iterator 2020-02-08 14:37:40 +01:00
region.rs normalize rustc::hir::intravisit imports 2020-01-08 22:09:42 +01:00
stability.rs Run RustFmt 2020-02-11 19:49:01 +10:00
upvars.rs Move upvars query to librustc_passes. 2020-01-29 19:43:36 +01:00
weak_lang_items.rs Merge rustc::middle::*lang_items. 2020-02-11 23:15:27 +01:00