rust/compiler/rustc_symbol_mangling/src
Nicholas Nethercote c8c25ce5a1 Rename some OwnerId fields.
spastorino noticed some silly expressions like `item_id.def_id.def_id`.

This commit renames several `def_id: OwnerId` fields as `owner_id`, so
those expressions become `item_id.owner_id.def_id`.

`item_id.owner_id.local_def_id` would be even clearer, but the use of
`def_id` for values of type `LocalDefId` is *very* widespread, so I left
that alone.
2022-10-29 20:28:38 +11:00
..
typeid more dupe word typos 2022-10-14 12:57:56 +08:00
errors.rs Migrate all diagnostics 2022-10-23 10:09:44 +02:00
legacy.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
lib.rs Always import all tracing macros for the entire crate instead of piecemeal by module 2022-09-01 14:54:27 +00:00
test.rs Rename some OwnerId fields. 2022-10-29 20:28:38 +11:00
typeid.rs Add fine-grained LLVM CFI support to the Rust compiler 2022-07-23 10:51:34 -07:00
v0.rs It's not about types or consts, but the lack of regions 2022-10-04 14:10:44 +00:00