rust-analyzer/crates/hir/src
Chayim Refael Friedman 0f325c7ff8 Remove unnecessary predefined symbol clones
Now that they're const it's no longer needed.

Nothing manual was performed: only a regexp search of `sym::([\w][\w\d]*)\.clone\(\)` and replace by `sym::$1`.
2025-04-21 03:10:13 +03:00
..
semantics Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
term_search Remove all upcasts! 2025-04-10 11:08:38 +03:00
attrs.rs Merge pull request #19461 from Hmikihiro/shadow_by_module 2025-04-10 12:20:14 +00:00
db.rs Split assoc items out of trait_data/impl_data queries 2025-03-14 13:31:41 +01:00
diagnostics.rs Remove all upcasts! 2025-04-10 11:08:38 +03:00
display.rs Merge pull request #19570 from ChayimFriedman2/fix-store-panic 2025-04-10 21:46:18 +00:00
from_id.rs refactor: Lower type-refs before type inference 2025-04-09 10:43:23 +02:00
has_source.rs Make HirFileId, EditionedFileId and macro files Salsa struct 2025-04-19 22:10:52 +03:00
lib.rs Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00
semantics.rs Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00
source_analyzer.rs Remove unnecessary predefined symbol clones 2025-04-21 03:10:13 +03:00
symbols.rs Remove all upcasts! 2025-04-10 11:08:38 +03:00
term_search.rs Remove duplicate method from hir::Type 2025-01-27 18:40:01 +02:00