rust-analyzer/crates/hir-def/src
2024-08-07 15:07:09 +02:00
..
body feat: Implement diagnostic for await outside of async 2024-08-05 21:47:57 +09:00
data Remove unused trace module 2024-07-25 14:08:48 +02:00
dyn_map Try caching macro calls more aggressively 2024-06-04 15:23:00 +02:00
hir Auto merge of #17676 - winstxnhdw:precise-capturing, r=Veykril 2024-07-25 11:10:56 +00:00
item_tree Fix incorrect handling of cfg'd varargs 2024-07-25 11:02:19 +02:00
macro_expansion_tests Split out syntax-bridge into a separate crate 2024-08-05 13:45:00 +02:00
nameres Fix unconfigured diagnostic being attached to the wrong file for modules 2024-08-07 15:07:09 +02:00
path fix: Insert a generic arg for impl Trait when lowering generic args 2024-08-05 00:06:29 +09:00
attr.rs Split out syntax-bridge into a separate crate 2024-08-05 13:45:00 +02:00
body.rs feat: Implement diagnostic for await outside of async 2024-08-05 21:47:57 +09:00
builtin_type.rs Switch token trees to use Symbols 2024-07-16 10:11:59 +02:00
child_by_source.rs Make GenericParams::lifetimes private 2024-07-02 13:45:53 +02:00
data.rs Make basic use of spans for macro expansion errors 2024-07-29 14:52:40 +02:00
db.rs LRU body_with_source_map query 2024-07-22 16:34:59 +02:00
dyn_map.rs Merge commit '3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b' into sync-from-ra 2023-11-08 08:15:03 +02:00
expander.rs Make basic use of spans for macro expansion errors 2024-07-29 14:52:40 +02:00
find_path.rs Optimize find_path for sysroot library search some more 2024-07-21 13:20:12 +02:00
generics.rs Move lifetimes in front of type and const params but after self 2024-07-02 14:17:34 +02:00
hir.rs internal: Shrink size of Binding 2024-07-22 17:14:17 +02:00
import_map.rs Remove Name::to_smol_str 2024-07-16 12:43:58 +02:00
item_scope.rs fix: let glob imports override other globs' visibility 2024-07-27 00:10:53 -03:00
item_tree.rs Fix incorrect handling of cfg'd varargs 2024-07-25 11:02:19 +02:00
lang_item.rs More symbol usage 2024-07-16 12:05:16 +02:00
lib.rs Make basic use of spans for macro expansion errors 2024-07-29 14:52:40 +02:00
lower.rs Disallow nested impl traits 2024-07-04 23:31:55 +09:00
nameres.rs Internal: Cleanup proc-macro error handling 2024-07-26 14:38:19 +02:00
path.rs Remove Name::to_smol_str 2024-07-16 12:43:58 +02:00
per_ns.rs chore: Prefer tracing span shorthand macros 2024-06-06 16:52:25 -07:00
pretty.rs More symbol usage 2024-07-16 12:05:16 +02:00
resolver.rs Fix stable iteration ordering for Map<Name, ...> usages 2024-07-15 11:25:46 +02:00
src.rs Remove unused trace module 2024-07-25 14:08:48 +02:00
test_db.rs Simplify FileDelegate 2024-08-05 13:03:03 +02:00
visibility.rs Intern ModPath within RawVisibility 2024-06-24 10:07:32 +02:00