rust/compiler/rustc_hir/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
..
arena.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
def.rs resolve: Reject ambiguity built-in attr vs different built-in attr 2021-01-17 01:48:17 +03:00
definitions.rs Remove unused `opt_local_def_id_to_hir_id` function 2021-03-14 01:37:13 -05:00
hir.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
hir_id.rs Collect attributes during HIR lowering. 2021-03-09 18:51:37 +01:00
intravisit.rs ast/hir: Rename field-related structures 2021-03-16 11:41:24 +03:00
itemlikevisit.rs Store ForeignItem in a side table. 2020-11-26 21:29:27 +01:00
lang_items.rs Remove unnecessary `#[allow(dead_code)]` 2021-03-10 10:27:04 -08:00
lib.rs Auto merge of #82641 - camelid:lang-item-docs, r=jyn514 2021-03-11 06:38:22 +00:00
pat_util.rs Fix even more clippy warnings 2020-10-30 10:13:39 -04:00
stable_hash_impls.rs Remove hir::Item::attrs. 2021-03-09 19:27:50 +01:00
target.rs Visit more targets when checking attrs 2021-02-09 21:54:46 +01:00
tests.rs Add unit test to ensure that both parts of a DefPathHash depend on the defining crate's ID. 2021-02-04 16:33:58 +01:00
weak_lang_items.rs This should address issue 81294. 2021-01-25 14:37:27 -05:00