Files
rust/compiler/rustc_ast/src
Nicholas Nethercote 1b3fc585cb Rename some name variables as ident.
It bugs me when variables of type `Ident` are called `name`. It leads to
silly things like `name.name`. `Ident` variables should be called
`ident`, and `name` should be used for variables of type `Symbol`.

This commit improves things by by doing `s/name/ident/` on a bunch of
`Ident` variables. Not all of them, but a decent chunk.
2025-04-10 09:30:55 +10:00
..
2025-04-03 09:54:23 +00:00
2025-04-02 06:20:35 +11:00
2024-07-29 08:26:52 +10:00
2024-12-31 01:56:33 +00:00
2025-04-02 06:21:16 +11:00