rust-analyzer/crates/ide_db/src
bors[bot] 48cd733c9e
Merge #10956 #10986
10956: minor: Bump deps r=Veykril a=lnicola

bors r+

10986: fix: Fix lint completions not working for unclosed attributes r=Veykril a=Veykril

Fixes #10682
Uses keywords and nested `TokenTree`s as a heuristic to figure out when to stop parsing in case the attribute is unclosed which should work pretty well as attributes are usually followed by either of those.
bors r+

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
2021-12-11 14:58:07 +00:00
..
helpers Merge #10985 2021-12-11 14:32:29 +00:00
line_index Make utf8 default, implement utf16 in terms of it 2021-02-16 19:17:32 +03:00
test_data consts with inners?? 2021-11-30 03:21:17 +00:00
tests Make lint groups work correctly with warningsAsInfo and warningsAsHint 2021-11-22 18:38:28 +01:00
traits simplify 2021-05-28 20:46:09 +02:00
active_parameter.rs Split parts of ide_db::call_info off into ide 2021-11-22 13:23:34 +01:00
apply_change.rs remove file symbols 2021-11-27 13:00:02 +00:00
assists.rs Fix some more basic clippy lints 2021-07-21 20:52:08 +02:00
defs.rs Rename things: Tool -> ToolModule 2021-12-03 17:15:19 +01:00
helpers.rs fix: Fix lint completions not working for unclosed attributes 2021-12-11 15:55:25 +01:00
items_locator.rs Show case-insensitive exact matches instead of fuzzy flyimport for short paths 2021-12-11 14:47:11 +01:00
label.rs internal: slightly improve compile times 2021-08-29 12:53:56 +03:00
lib.rs Simplify 2021-12-07 15:06:56 +01:00
line_index.rs internal: use API stabilized in 1.52 2021-05-06 20:12:15 +03:00
path_transform.rs Rename things: Tool -> ToolModule 2021-12-03 17:15:19 +01:00
rename.rs Rename things: Tool -> ToolModule 2021-12-03 17:15:19 +01:00
search.rs internal: Flatten Definition::ModuleDef variant 2021-11-11 00:05:53 +01:00
source_change.rs remove resolved TODO questions 2021-10-27 15:40:30 +02:00
symbol_index.rs Treat extern blocks as item containers 2021-12-07 17:31:26 +01: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