rust/compiler/rustc_borrowck/src/diagnostics
Matthias Krüger 79f357e63d
Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead
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.

r? `@fee1-dead`
2025-04-10 17:27:14 +02:00
..
bound_region_errors.rs Rollup merge of #139509 - xizheyin:issue-139359, r=lcnr 2025-04-08 18:05:34 +02:00
conflict_errors.rs Address review comments. 2025-04-10 09:39:21 +10:00
explain_borrow.rs Fix binding mode problems 2025-02-22 00:13:19 +00:00
find_all_local_uses.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
find_use.rs Remove MirVisitable. 2025-02-19 19:42:17 +11:00
mod.rs Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead 2025-04-10 17:27:14 +02:00
move_errors.rs Move methods from Map to TyCtxt, part 5. 2025-04-02 10:00:46 +11:00
mutability_errors.rs ToSocketAddrs: fix typo 2025-04-04 14:47:04 +02:00
opaque_suggestions.rs Move methods from Map to TyCtxt, part 4. 2025-03-12 08:55:37 +11:00
outlives_suggestion.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
region_errors.rs Update compiler/rustc_borrowck/src/diagnostics/region_errors.rs 2025-04-08 17:36:44 +08:00
region_name.rs clean code: remove Deref<Target=RegionKind> impl for Region and use .kind() 2025-04-08 10:51:41 +08:00
var_name.rs Move methods from Map to TyCtxt, part 5. 2025-04-02 10:00:46 +11:00