rust/compiler/rustc_incremental/src
Vadim Petrochenkov b25d3ba781 ast/hir: Rename field-related structures
StructField -> FieldDef ("field definition")
Field -> ExprField ("expression field", not "field expression")
FieldPat -> PatField ("pattern field", not "field pattern")

Also rename visiting and other methods working on them.
2021-03-16 11:41:24 +03:00
..
persist Deduplicate unchecked_attrs errors. 2021-03-09 19:28:00 +01:00
assert_dep_graph.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
assert_module_sources.rs Remove hir::Crate::attrs. 2021-03-09 19:22:55 +01:00
lib.rs Remove DepKind::CrateMetadata and pre-allocation of DepNodes 2021-01-12 11:22:57 -08:00