rust/compiler/rustc_borrowck/src/diagnostics
Martin Nordholts bfb027a50d rustc_borrowck: suggest_ampmut(): Just rename some variables
By making the variable names more descriptive it becomes easier to
understand the code. Especially with the more complicated code in the
next commit.
2024-12-16 20:29:33 +01:00
..
bound_region_errors.rs Put param_env into infcx. 2024-11-19 11:44:07 +11:00
conflict_errors.rs Introduce default_field_values feature 2024-12-09 21:55:01 +00:00
explain_borrow.rs Tidy up comments and some formatting. 2024-11-04 17:36:25 +11:00
find_all_local_uses.rs Invert diagnostic lints. 2024-02-06 13:12:33 +11:00
find_use.rs Use Rc less in MirBorrowckCtxt. 2024-10-04 16:46:20 +10:00
mod.rs Refactor where predicates, and reserve for attributes support 2024-11-25 16:38:35 +08:00
move_errors.rs Put param_env into infcx. 2024-11-19 11:44:07 +11:00
mutability_errors.rs rustc_borrowck: suggest_ampmut(): Just rename some variables 2024-12-16 20:29:33 +01:00
opaque_suggestions.rs Dont suggest use<APIT> 2024-11-09 19:41:53 +00:00
outlives_suggestion.rs Remove unnecessary lifetimes in dataflow structs. 2024-09-09 16:14:18 +10:00
region_errors.rs Refactor where predicates, and reserve for attributes support 2024-11-25 16:38:35 +08:00
region_name.rs Auto merge of #132580 - compiler-errors:globs, r=Noratrieb 2024-11-05 08:30:56 +00:00
var_name.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00