rust/crates
bors[bot] 3e450cf89f
Merge #6207 #6224 #6226 #6227
6207: Extract ImportAssets out of auto_import r=matklad a=Veykril

See https://github.com/rust-analyzer/rust-analyzer/pull/6172#issuecomment-707182140

I couldn't fully pull out `AssistContext` as `find_node_at_offset_with_descend`: 81fa00c5b5/crates/assists/src/assist_context.rs (L90-L92) requires the `SourceFile` which is private in it and I don't think making it public just for this is the right call?

6224: ⬆️ salsa r=matklad a=matklad

bors r+
🤖

6226: Add reminder to update lsp-extensions.md r=matklad a=matklad

bors r+
🤖

6227: Reduce bors timeout r=matklad a=matklad

bors r+
🤖

Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
2020-10-14 11:37:51 +00:00
..
arena Add TBD description to arena 2020-08-24 13:29:10 +02:00
assists Merge #6207 #6224 #6226 #6227 2020-10-14 11:37:51 +00:00
base_db ⬆️ salsa 2020-10-14 12:40:48 +02:00
cfg Add description for crates that will be published 2020-08-24 13:07:22 +02:00
flycheck Bump crossbeam-channel in crates 2020-10-13 16:57:01 +03:00
hir Merge #6130 #6135 2020-10-12 16:00:13 +00:00
hir_def Merge #6130 #6135 2020-10-12 16:00:13 +00:00
hir_expand Shorten type hints for std::iter Iterators 2020-10-06 19:20:42 +02:00
hir_ty Keep SyntaxNodePtr::range private 2020-10-12 11:05:00 +03:00
ide Bump pulldown-cmark 2020-10-13 20:41:49 +03:00
ide_db Treat ast::Name in field patterns as use 2020-10-09 19:56:54 +02:00
mbe Cleanup 2020-10-07 11:55:20 +02:00
parser Rename record_field_pat to record_pat_field 2020-09-10 18:56:04 +02:00
paths Add description for crates that will be published 2020-08-24 13:07:22 +02:00
proc_macro_api Bump crossbeam-channel in crates 2020-10-13 16:57:01 +03:00
proc_macro_srv Add track_env_var to the proc macro server 2020-10-08 17:06:20 +03:00
proc_macro_test Add description for crates that will be published 2020-08-24 13:07:22 +02:00
profile Bump rustc_lexer, cfg-if to 1.0 and add new license to check 2020-10-08 10:39:02 -04:00
project_model Update crates/project_model/src/sysroot.rs 2020-10-09 16:17:05 +02:00
rust-analyzer Bump crossbeam-channel and lsp-server in rust-analyzer 2020-10-13 18:05:06 +03:00
ssr Minor clippy performance suggestions 2020-09-30 15:22:49 -04:00
stdx Add to_upper_snake_case function to stdx 2020-10-12 11:05:00 +03:00
syntax Bump rustc_lexer 2020-10-13 18:06:23 +03:00
test_utils Add description for crates that will be published 2020-08-24 13:07:22 +02:00
text_edit Actually assert disjointness 2020-09-03 13:37:36 +02:00
toolchain Add description for crates that will be published 2020-08-24 13:07:22 +02:00
tt Add description for crates that will be published 2020-08-24 13:07:22 +02:00
vfs Rename the method to avoid false promises 2020-09-10 01:45:49 +03:00
vfs-notify Bump crossbeam-channel in crates 2020-10-13 16:57:01 +03:00