rust/crates/ide_db/src
Jonas Schievink cda9668289 Update salsa
2021-10-06 22:42:54 +02:00
..
call_info minor: Simplify 2021-10-03 13:05:42 +02:00
helpers fix: fix insert_use incorrectly merging glob imports 2021-10-03 14:06:44 +02:00
line_index Make utf8 default, implement utf16 in terms of it 2021-02-16 19:17:32 +03: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 minor: Simplify 2021-10-03 13:05:42 +02:00
defs.rs Cleanup 2021-09-23 16:28:03 +02:00
helpers.rs Rename *Owner traits to Has* 2021-09-27 12:54:24 +02:00
items_locator.rs Stop reexporting hir_def's ItemInNs from HIR 2021-07-28 17:39:04 +02:00
label.rs internal: slightly improve compile times 2021-08-29 12:53:56 +03:00
lib.rs Use ManuallyDrop in RootDatabase 2021-08-28 23:05:40 +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 internal: use naming that matches intended use-case 2021-10-02 12:18:18 +03:00
source_change.rs Fix some more basic clippy lints 2021-07-21 20:52:08 +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 Fix some more basic clippy lints 2021-07-21 20:52:08 +02:00