rust-analyzer/crates/hir-def/src
Chayim Refael Friedman 55c63abc59 Fix #[rustc_deprecated_safe_2024]
It should be considered by the edition of the caller, not the callee.

Technically we still don't do it correctly - we need the span of the method name (if it comes from a macro), but we don't keep it and this is good enough for now.
2025-01-27 14:35:20 +02:00
..
data Handle missing fields diagnostics 2025-01-27 19:38:39 +09:00
expr_store Fix #[rustc_deprecated_safe_2024] 2025-01-27 14:35:20 +02:00
hir Report unresolved idents for implicit captures in format_args!() 2024-12-16 10:10:26 +02:00
item_tree Handle missing fields diagnostics 2025-01-27 19:38:39 +09:00
macro_expansion_tests feat: Implement default-field-values 2025-01-27 19:38:35 +09:00
nameres Record the use tree index in glob imports 2025-01-24 15:12:48 +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 Fix #[rustc_deprecated_safe_2024] 2025-01-27 14:35:20 +02:00
db.rs Split out ExpressionStore from Body 2025-01-26 11:02:00 +01:00
dyn_map.rs minor: New clippy lints 2025-01-06 17:57:17 +01:00
expander.rs Make edition per-token, not per-file 2025-01-09 05:43:08 +02:00
expr_store.rs Merge record lit's ellipsis into pre-existing spread's variant 2025-01-27 19:41:54 +09: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 Merge record lit's ellipsis into pre-existing spread's variant 2025-01-27 19:41:54 +09:00
import_map.rs Record the use tree index in glob imports 2025-01-24 15:12:48 +01:00
item_scope.rs Record the use tree index in glob imports 2025-01-24 15:12:48 +01:00
item_tree.rs Fix #[rustc_deprecated_safe_2024] 2025-01-27 14:35:20 +02:00
lang_item.rs feat: Implement arbitrary-self-types 2025-01-24 22:50:59 +09:00
lib.rs Remove has_default from FieldId 2025-01-27 19:41:58 +09:00
lower.rs Store some hir_def Paths in the type ref source maps 2024-12-04 14:09:50 +02:00
nameres.rs Unify handling of path diagnostics in hir-ty 2024-12-24 18:58:52 +02:00
path.rs Unify handling of path diagnostics in hir-ty 2024-12-24 18:58:52 +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 Implement HasResolver and HasModule for FieldId 2025-01-27 19:41:58 +09: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