rust/compiler/rustc_ast_lowering/src
bors ef9810a3e2 Auto merge of #100237 - cjgillot:no-special-hash-hir, r=nagisa
Remove manual implementations of HashStable for hir::Expr and hir::Ty.

We do not need to force hashing HIR bodies inside those nodes. The contents of bodies are not accessible from the `hir_owner` query which used `hash_without_bodies`. When the content of a body is required, the access is still done using `hir_owner_nodes`, which continues hashing HIR bodies.
2022-08-16 02:32:47 +00:00
..
asm.rs Completely remove captures flag 2022-08-04 11:26:53 -03:00
block.rs Completely remove captures flag 2022-08-04 11:26:53 -03:00
expr.rs Check attributes on struct expression fields. 2022-08-11 21:48:39 -07:00
index.rs Make Node::ExprField a child of Node::Expr. 2022-08-11 21:48:39 -07:00
item.rs Avoid explicitly handling res when is not needed 2022-08-04 11:26:58 -03:00
lib.rs Auto merge of #100237 - cjgillot:no-special-hash-hir, r=nagisa 2022-08-16 02:32:47 +00:00
lifetime_collector.rs Simplify rustc_ast::visit::Visitor::visit_poly_trait_ref. 2022-08-11 11:10:01 +10:00
pat.rs Check attributes on pattern fields. 2022-08-11 21:48:39 -07:00
path.rs Completely remove captures flag 2022-08-04 11:26:53 -03:00