rust/src/librustc_passes
Mazdak Farrokhzad 81434cbf84
Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank
Cleanup: rename node_id_to_type(_opt)

Renames `node_id_to_type(_opt)` to `hir_id_to_type(_opt)`; this makes it clear we are dealing with HIR nodes and their IDs here.

In addition, a drive-by commit removing `ty::item_path::hir_path_str` (as requested by @eddyb).
2019-02-13 04:37:00 +01:00
..
ast_validation.rs rustc: doc comments 2019-02-10 23:42:32 +00:00
Cargo.toml librustc_passes => 2018 2019-02-08 20:40:49 +09:00
diagnostics.rs librustc_passes => 2018 2019-02-08 20:40:49 +09:00
hir_stats.rs librustc_passes => 2018 2019-02-08 20:40:49 +09:00
layout_test.rs distinguish "no data" from "heterogeneous" for ABI purposes 2019-01-25 10:03:47 -05:00
lib.rs Rollup merge of #58247 - taiki-e:librustc_passes-2018, r=Centril 2019-02-09 00:15:53 +01:00
loops.rs librustc_passes => 2018 2019-02-08 20:40:49 +09:00
rvalue_promotion.rs Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank 2019-02-13 04:37:00 +01:00