rust/src/librustc_codegen_utils
Mazdak Farrokhzad 2e86c006f7
Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc
The (almost) culmination of HirIdification

It's finally over.

This PR removes old `FIXME`s and renames some functions so that the `HirId` variant has the shorter name.
All that remains (and rightfully so) is stuff in `resolve`, `save_analysis` and (as far as I can tell) in a few places where we can't replace `NodeId` with `HirId`.
2019-07-05 20:26:56 +02:00
..
symbol_names Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
Cargo.toml remove unneeded deps 2019-06-02 22:56:37 -05:00
codegen_backend.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
lib.rs Enable internal lints in bootstrap 2019-06-24 10:45:20 +02:00
link.rs Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
symbol_names_test.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
symbol_names.rs rename hir::map::get_by_hir_id to get 2019-06-20 12:50:06 +02:00