rust/crates/ide_db/src
bors[bot] 6aeeb4ef33
Merge #10603
10603: fix: Don't resolve attributes to non attribute macros r=Veykril a=Veykril

Also changes `const`s to `static`s for `Limit`s as we have interior mutability in those(though only used with a certain feature flag enabled).

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-10-21 10:39:26 +00:00
..
call_info minor: Simplify 2021-10-03 13:05:42 +02:00
helpers Merge #10563 2021-10-20 21:02:46 +00:00
line_index
tests Generate rustdoc lints 2021-10-20 13:48:05 +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 Cleanup 2021-09-23 16:28:03 +02:00
helpers.rs Resolve derive attributes even when shadowed 2021-10-19 13:42:36 +02: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 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 Add replace_try_expr_with_match assist 2021-10-06 20:11:00 +02:00