rust-analyzer/crates/ide_db/src
2021-11-08 14:49:50 +01:00
..
call_info minor: Simplify 2021-10-03 13:05:42 +02:00
helpers Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
line_index Make utf8 default, implement utf16 in terms of it 2021-02-16 19:17:32 +03:00
tests Use array into_iter in more places 2021-11-04 07:51:20 +02:00
traits simplify 2021-05-28 20:46:09 +02:00
apply_change.rs Update salsa 2021-10-06 22:42:54 +02:00
assists.rs Fix some more basic clippy lints 2021-07-21 20:52:08 +02:00
call_info.rs Saw a FIXME comment and decided to fix it. 2021-10-12 11:52:31 -04:00
defs.rs Fix proc-macro attributes being shadowed by their functions in IDE layer 2021-11-08 14:49:50 +01:00
helpers.rs Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
items_locator.rs Don't resolve attributes to non attribute macros 2021-10-21 12:22:40 +02:00
label.rs internal: slightly improve compile times 2021-08-29 12:53:56 +03:00
lib.rs Regenerate lints 2021-10-12 09:35:02 +02:00
line_index.rs internal: use API stabilized in 1.52 2021-05-06 20:12:15 +03:00
path_transform.rs Substitute generic types in inline_call 2021-08-10 14:39:56 +02:00
rename.rs Replace if let Some(_) = foo with if foo.is_some() 2021-10-05 09:00:18 +11:00
search.rs Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00
source_change.rs remove resolved TODO questions 2021-10-27 15:40:30 +02:00
symbol_index.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
traits.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
ty_filter.rs Replace more Name::to_string usages with Name::to_smol_str 2021-11-04 18:12:05 +01:00