rust/src/librustc_middle
Tyler Mandry 28b11abc2f
Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco
merge `as_local_hir_id` with `local_def_id_to_hir_id`

`as_local_hir_id` was defined as just calling `local_def_id_to_hir_id` and I think that having two different ways to call the same method is somewhat confusing.

Don't really care about which of these 2 methods we want to keep.

Does this require an MCP, considering that these methods are fairly frequently used?
2020-08-14 20:07:11 -07:00
..
benches rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
dep_graph Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco 2020-08-14 20:07:11 -07:00
hir Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco 2020-08-14 20:07:11 -07:00
ich Hygiene serialization implementation 2020-07-26 18:37:02 -04:00
infer Rework rustc_serialize 2020-08-14 17:34:30 +01:00
middle Fix tests and address review comments 2020-08-14 17:34:32 +01:00
mir Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco 2020-08-14 20:07:11 -07:00
query merge as_local_hir_id with local_def_id_to_hir_id 2020-08-13 16:55:16 +02:00
traits Rework rustc_serialize 2020-08-14 17:34:30 +01:00
ty Rollup merge of #75448 - lcnr:rn-as_local_hir_id, r=davidtwco 2020-08-14 20:07:11 -07:00
util Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. 2020-07-05 23:00:14 +03:00
arena.rs Simplify arena_types macros 2020-08-14 17:34:32 +01:00
Cargo.toml Remove GCX_PTR. 2020-08-03 09:40:41 +10:00
lib.rs Auto merge of #74802 - Mark-Simulacrum:reland-74069, r=nnethercote 2020-08-11 21:23:00 +00:00
lint.rs Hygiene serialization implementation 2020-07-26 18:37:02 -04:00
macros.rs Use track caller for bug! macro 2020-06-15 14:17:58 +00:00
README.md rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00
tests.rs rustc -> rustc_middle part 1 2020-03-30 07:02:56 +02:00

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