rust/compiler/rustc_middle
bors aaa8614934 Auto merge of #137162 - nnethercote:remove-Map-2, r=Zalathar
Move methods from `Map` to `TyCtxt`, part 2.

Continuing the work started in #136466.

Every method gains a `hir_` prefix, though for the ones that already have a `par_` or `try_par_` prefix I added the `hir_` after that.

r? Zalathar
2025-02-18 04:26:30 +00:00
..
src Auto merge of #137162 - nnethercote:remove-Map-2, r=Zalathar 2025-02-18 04:26:30 +00:00
Cargo.toml Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
messages.ftl Move rustc_middle::limits to rustc_interface. 2025-02-17 09:30:39 +11:00
README.md

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