rust/crates/hir-def/src
2022-11-11 15:25:15 +01:00
..
body Honor cfg attributes on params when lowering their patterns 2022-10-10 09:47:09 +02:00
item_tree fix: Add trait alias grammar to rust.ungram 2022-11-11 15:25:15 +01:00
macro_expansion_tests Fix tt::Punct's spacing calculation 2022-11-05 19:42:09 +09:00
nameres Fix tests that depended on loose visibility restriction 2022-11-11 20:31:46 +09:00
path Collect generic arguments in associated type bindings 2022-10-27 19:18:59 +09:00
adt.rs Use Arc<[DefDiagnostic]> instead of Arc<Vec<DefDiagnostic>> 2022-09-26 19:16:02 +01:00
attr.rs fix: Fix ast-id up when merging raw attributes 2022-07-30 09:43:30 +02:00
body.rs Honor cfg attributes on params when lowering their patterns 2022-10-10 09:47:09 +02:00
builtin_attr.rs internal: Update inert attribute list 2022-07-05 11:54:46 +02:00
builtin_type.rs Add an HIR pretty-printer 2022-08-15 13:51:45 +02:00
child_by_source.rs Properly support IDE functionality in enum variants 2022-09-24 02:33:59 +02:00
data.rs fix: Add trait alias grammar to rust.ungram 2022-11-11 15:25:15 +01:00
db.rs Use Arc<[DefDiagnostic]> instead of Arc<Vec<DefDiagnostic>> 2022-09-26 19:16:02 +01:00
dyn_map.rs
expr.rs Lower generator expression to HIR 2022-09-09 16:47:32 +09:00
find_path.rs Fix find_path using the wrong module for visibility calculations 2022-09-22 17:56:58 +02:00
generics.rs Returns the old value for la_arena::ArenaMap::insert 2022-08-07 04:53:23 +08:00
import_map.rs revert nightly rustfmt formatting that accidentally slipped in 2022-07-25 14:18:30 +02:00
intern.rs
item_scope.rs Simplify 2022-09-18 19:44:38 +02:00
item_tree.rs fix: Add trait alias grammar to rust.ungram 2022-11-11 15:25:15 +01:00
keys.rs
lang_item.rs
lib.rs Parse more repr options 2022-09-20 17:12:27 +02:00
macro_expansion_tests.rs Update remaining GitHub URLs 2022-07-08 15:44:49 +02:00
nameres.rs Clarify the state of (extern) preludes for block def maps 2022-09-02 17:43:20 +02:00
path.rs Collect generic arguments in associated type bindings 2022-10-27 19:18:59 +09:00
per_ns.rs Make resolve_name_in_module a bit more lazy 2022-08-15 16:41:51 +02:00
pretty.rs Lower unsafety of fn pointer and fn item types 2022-11-04 21:07:15 +01:00
resolver.rs Implemented basic enum const eval 2022-09-12 20:19:13 +01:00
src.rs
test_db.rs Make use of NoHash hashing for FileId and CrateId 2022-08-25 20:41:49 +02:00
trace.rs
type_ref.rs Lower unsafety of fn pointer and fn item types 2022-11-04 21:07:15 +01:00
visibility.rs Returns the old value for la_arena::ArenaMap::insert 2022-08-07 04:53:23 +08:00