rust/compiler/rustc_hir/src
2023-04-21 02:14:02 -07:00
..
arena.rs Alloc hir::Lit in an arena to remove the destructor from Expr 2023-04-16 15:35:51 +00:00
def_path_hash_map.rs
def.rs use matches! macro in more places 2023-04-16 12:08:30 +02:00
definitions.rs Store hashes in special types so they aren't accidentally encoded as numbers 2023-04-18 10:52:47 -04:00
diagnostic_items.rs
errors.rs
hir_id.rs Use local key in providers 2023-03-21 15:38:51 +00:00
hir.rs offset_of 2023-04-21 02:14:02 -07:00
intravisit.rs offset_of 2023-04-21 02:14:02 -07:00
lang_items.rs Fix some clippy::complexity 2023-04-09 23:22:14 +02:00
lib.rs
pat_util.rs Perform match checking on THIR. 2023-04-03 15:59:21 +00:00
stable_hash_impls.rs Only compute the crate hash when necessary. 2023-03-08 09:30:22 +11:00
target.rs
tests.rs Store hashes in special types so they aren't accidentally encoded as numbers 2023-04-18 10:52:47 -04:00
weak_lang_items.rs