rust/compiler/rustc_borrowck/src
bors 8cdb3cd94e Auto merge of #93095 - Aaron1011:remove-assoc-ident, r=cjgillot
Store a `Symbol` instead of an `Ident` in `AssocItem`

This is the same idea as #92533, but for `AssocItem` instead
of `VariantDef`/`FieldDef`.

With this change, we no longer have any uses of
`#[stable_hasher(project(...))]`
2022-01-25 18:53:45 +00:00
..
constraints Remove ordering traits from rustc_borrowck::constraints::OutlivesConstraint 2022-01-19 13:12:26 -06:00
diagnostics Store a Symbol instead of an Ident in AssocItem 2022-01-19 17:13:21 -05:00
region_infer Remove ordering traits from rustc_borrowck::constraints::OutlivesConstraint 2022-01-19 13:12:26 -06:00
type_check Normalize field access types during borrowck 2022-01-22 20:05:05 -08:00
borrow_set.rs Remove in_band_lifetimes from borrowck 2021-12-15 08:39:21 +01:00
borrowck_errors.rs
constraint_generation.rs
consumers.rs
dataflow.rs Remove deprecated LLVM-style inline assembly 2022-01-12 18:51:31 +01:00
def_use.rs Remove deprecated LLVM-style inline assembly 2022-01-12 18:51:31 +01:00
facts.rs
invalidation.rs Remove no longer used MutateMode enum 2022-01-12 18:51:31 +01:00
lib.rs Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu 2022-01-17 09:40:29 +00:00
location.rs
member_constraints.rs Remove in_band_lifetimes from borrowck 2021-12-15 08:39:21 +01:00
nll.rs Rename functions reflect that inline const is also "typeck_child" 2021-11-07 04:00:34 +00:00
path_utils.rs Remove in_band_lifetimes from borrowck 2021-12-15 08:39:21 +01:00
place_ext.rs
places_conflict.rs
prefixes.rs
renumber.rs Visit type in process_projection_elem. 2021-11-27 17:39:27 +01:00
universal_regions.rs Ensure that early-bound function lifetimes are always 'local' 2021-12-31 18:42:54 -05:00
used_muts.rs