about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/resolve_bound_vars.rs
AgeCommit message (Expand)AuthorLines
2025-01-30Remove `NamedVarMap`.Nicholas Nethercote-4/+11
2024-10-30Remap impl-trait lifetimes on HIR instead of AST lowering.Camille GILLOT-1/+3
2024-10-04Simplify bound var resolution.Camille GILLOT-5/+5
2024-08-22Use a LocalDefId in ResolvedArg.Camille GILLOT-4/+4
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-1/+1
2024-01-04Make iteration order of named_variable_map, late_bound_vars_map, and resolve_...Michael Woerister-3/+3
2023-02-18Move late-bound arg type checks to resolve_bound_varsMichael Goulet-0/+2
2023-02-16Make things actually workMichael Goulet-2/+2
2023-02-16Rename some region-specific stuffMichael Goulet-0/+55