rust-analyzer/crates/hir-def/src
2025-02-24 09:42:57 +02:00
..
data Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
expr_store Merge pull request #18995 from alibektas/12210 2025-02-12 11:58:33 +00:00
hir parse_format optimize import use 2025-01-28 19:33:00 +01:00
item_tree Back out "Handle missing fields diagnostics" 2025-01-27 17:30:35 -05:00
macro_expansion_tests Censor cfg_attr for attribute macros 2025-02-10 01:28:28 +02:00
nameres Remove limit crate in favor usize 2025-02-23 17:35:09 +01:00
path Lay the foundation for diagnostics in ty lowering, and implement a first diagnostic 2024-12-04 14:22:56 +02:00
attr.rs Implement #[rust_analyzer::skip] for bodies 2025-01-10 14:41:27 +01:00
builtin_type.rs Switch token trees to use Symbols 2024-07-16 10:11:59 +02:00
data.rs Refactor path lowering 2025-02-16 19:44:50 +02:00
db.rs Split out ExpressionStore from Body 2025-01-26 11:02:00 +01:00
dyn_map.rs fix: Do not show safety hints for extern items lacking semantics 2025-02-12 14:43:51 +01:00
expander.rs Remove limit crate in favor usize 2025-02-23 17:35:09 +01:00
expr_store.rs Make Pat::Range's start and end Option<ExprId> 2025-02-03 12:14:11 +01:00
find_path.rs Fix flyimport not filtering via stability of import path 2025-01-25 12:18:54 +01:00
generics.rs Add GenericDefId::StaticId 2025-01-26 11:07:54 +01:00
hir.rs Fix clippy errors 2025-02-09 17:31:09 +01:00
import_map.rs fix: handle character boundary in search mode 2025-02-12 14:47:28 +01:00
item_scope.rs fix: Do not show safety hints for extern items lacking semantics 2025-02-12 14:43:51 +01:00
item_tree.rs Back out "Handle missing fields diagnostics" 2025-01-27 17:30:35 -05:00
lang_item.rs Merge from rust-lang/rust 2025-02-10 07:49:43 +02:00
lib.rs Move hashes from rustc_data_structure to rustc_hashes so they can be shared with rust-analyzer 2025-02-16 16:18:30 -05:00
lower.rs Store some hir_def Paths in the type ref source maps 2024-12-04 14:09:50 +02:00
nameres.rs Expose symbol of CrateName 2025-02-04 14:38:58 +01:00
path.rs Refactor path lowering 2025-02-16 19:44:50 +02:00
per_ns.rs Record the use tree index in glob imports 2025-01-24 15:12:48 +01:00
pretty.rs Store some hir_def Paths in the type ref source maps 2024-12-04 14:09:50 +02:00
resolver.rs Refactor path lowering 2025-02-16 19:44:50 +02:00
src.rs Remove unused trace module 2024-07-25 14:08:48 +02:00
test_db.rs Rename test fixture crates to ra_test_fixture 2024-12-09 11:40:21 +01:00
visibility.rs Properly record meaningful imports as re-exports in symbol index 2025-01-20 14:29:11 +01:00