rust/crates/hir-def/src
2023-11-08 01:16:47 +03:30
..
attr Merge branch 'master' into sync-from-rust 2023-09-18 12:04:59 +03:00
body Shrink PatPtr by swapping its AstPtr and Either wrap order 2023-10-06 12:32:37 +02:00
data update rustc dependencies 2023-11-08 01:16:47 +03:30
dyn_map
hir Switch to in-tree rustc dependencies with a cfg flag 2023-09-15 18:10:11 +03:30
item_tree Allocate ast ids for parameters 2023-09-28 13:16:11 +02:00
macro_expansion_tests Emit builtin#format_args in builtin format_args expander 2023-09-06 18:08:20 +02:00
nameres
path
attr.rs Recognize custom main function as binary entrypoint for runnables 2023-10-04 12:07:41 +02:00
body.rs Shrink PatPtr by swapping its AstPtr and Either wrap order 2023-10-06 12:32:37 +02:00
builtin_type.rs
child_by_source.rs
data.rs Allocate ast ids for parameters 2023-09-28 13:16:11 +02:00
db.rs
dyn_map.rs refactor: move implementation inside anymap crate into stdx crate 2023-09-20 09:02:10 +09:00
expander.rs
find_path.rs Prefer stable paths over unstable ones in import path calculation 2023-09-14 11:03:41 +02:00
generics.rs
hir.rs Desugar builtin#format_args 2023-09-06 15:21:41 +02:00
import_map.rs Do flyimport completions by prefix search for short paths 2023-10-05 13:21:12 +02:00
item_scope.rs
item_tree.rs Allocate ast ids for parameters 2023-09-28 13:16:11 +02:00
lang_item.rs Desugar builtin#format_args 2023-09-06 15:21:41 +02:00
lib.rs fix: add incorrect case diagnostics for module names 2023-10-09 13:36:39 -07:00
lower.rs
nameres.rs
path.rs Desugar builtin#format_args 2023-09-06 15:21:41 +02:00
per_ns.rs
pretty.rs Desugar builtin#format_args 2023-09-06 15:21:41 +02:00
resolver.rs Desugar builtin#format_args 2023-09-06 15:21:41 +02:00
src.rs
test_db.rs
trace.rs
visibility.rs