]> git.lizzy.rs Git - rust.git/history - crates/rust-analyzer/src/handlers.rs
Implement workspace/willRenameFiles for single-level file moves
[rust.git] / crates / rust-analyzer / src / handlers.rs
2020-12-23 Jeremy KolbImplement workspace/willRenameFiles for single-level...
2020-12-23 bors[bot]Merge #7019
2020-12-23 bors[bot]Merge #7016
2020-12-23 bors[bot]Merge #7018
2020-12-23 Aleksey KladovMake code more direct
2020-12-23 Aleksey KladovMake code more understandable
2020-12-23 Aleksey KladovRename for clarity
2020-12-21 bors[bot]Merge #6977
2020-12-21 Laurențiu NicolaRevert "Stop setting CompletionItem::deprecated"
2020-12-21 bors[bot]Merge #6974
2020-12-21 Laurențiu NicolaStop setting CompletionItem::deprecated
2020-12-20 bors[bot]Merge #6921
2020-12-20 bors[bot]Merge #6929
2020-12-18 bors[bot]Merge #6934
2020-12-18 bors[bot]Merge #6933
2020-12-18 Aleksey KladovNavTarget doesn't assume that it points to a symbol
2020-12-18 bors[bot]Merge #6930
2020-12-18 Aleksey KladovDon't expose SyntaxKind from IDE API
2020-12-18 bors[bot]Merge #6901
2020-12-17 bors[bot]Merge #6912
2020-12-17 bors[bot]Merge #6907
2020-12-16 Lukas WirthLifetime reference search
2020-12-08 bors[bot]Merge #6760
2020-12-08 Aleksey KladovOpen Cargo.toml opens more specific manifest
2020-12-08 bors[bot]Merge #6750
2020-12-08 Aleksey Kladovcleanup: match over unwrap
2020-12-08 bors[bot]Merge #6706
2020-12-07 Kirill BulatovSimplify
2020-12-07 Kirill BulatovCheck lsp completions' edits for disjointness
2020-12-07 Kirill BulatovLess panic, more tests
2020-12-07 Kirill BulatovUse stateless completion resolve
2020-12-07 Kirill BulatovRemove the state
2020-12-07 Kirill BulatovMake completion resolve async
2020-12-07 Kirill BulatovSimplify import edit calculation
2020-12-07 Kirill BulatovRemove redundant code
2020-12-07 Kirill BulatovRefactor the code
2020-12-07 Kirill BulatovAdd eager resolve capability
2020-12-07 Kirill BulatovBetter support client completion resolve caps
2020-12-07 Kirill BulatovResolve import inserts better
2020-12-07 Kirill BulatovWorking resolve completion imports prototype
2020-12-07 Kirill BulatovDraft the new lsp handler
2020-11-27 bors[bot]Merge #6586
2020-11-26 bors[bot]Merge #6496
2020-11-18 bors[bot]Merge #6585
2020-11-18 Lukas WirthFill code_description for rust_analyzer diagnostics
2020-11-17 bors[bot]Merge #6577 #6579 #6581
2020-11-17 bors[bot]Merge #6553
2020-11-17 bors[bot]Merge #6582
2020-11-17 Lukas WirthFill the diagnostic code field in publish_diagnostics
2020-11-17 Kirill BulatovActually enable eager completion
2020-11-16 bors[bot]Merge #6565
2020-11-16 Aleksey KladovPrepare to recompute completions on every keystroke
2020-11-15 bors[bot]Merge #6552
2020-11-13 bors[bot]Merge #6544
2020-11-13 bors[bot]Merge #6519
2020-11-13 Anatol Liuadd open Cargo.toml action
2020-11-12 bors[bot]Merge #6514
2020-11-12 bors[bot]Merge #6513
2020-11-10 bors[bot]Merge #6521
2020-11-10 Aleksey KladovSwitch to upstream protocol for resolving code action
2020-11-03 bors[bot]Merge #6435
2020-11-02 bors[bot]Merge #6365
2020-10-26 bors[bot]Merge #6257
2020-10-26 bors[bot]Merge #6351
2020-10-26 bors[bot]Merge #6367
2020-10-26 bors[bot]Merge #6313
2020-10-26 kjeremyLatest proposed LSP 3.16.0
2020-10-23 bors[bot]Merge #6251 #6310
2020-10-23 bors[bot]Merge #6335
2020-10-23 bors[bot]Merge #6324
2020-10-22 bors[bot]Merge #6098
2020-10-22 adamrkInsert ref for completions
2020-10-21 bors[bot]Merge #6307
2020-10-20 bors[bot]Merge #6259
2020-10-20 bors[bot]Merge #6256
2020-10-20 bors[bot]Merge #6172
2020-10-20 bors[bot]Merge #6299
2020-10-20 Jonas SchievinkSimplify diagnostic construction, add unused field
2020-10-12 bors[bot]Merge #6130 #6135
2020-10-12 bors[bot]Merge #6137
2020-10-12 bors[bot]Merge #6195
2020-10-12 bors[bot]Merge #6198
2020-10-12 bors[bot]Merge #6199
2020-10-12 bors[bot]Merge #5917
2020-10-10 bors[bot]Merge #5858
2020-10-10 Rüdiger HerrmannShow reason for failed rename refactoring
2020-10-08 bors[bot]Merge #5651
2020-10-08 Zac Pullar-StreckerChanges from review
2020-10-08 Zac Pullar-StreckerWIP: Command to open docs under cursor
2020-10-07 bors[bot]Merge #6154
2020-10-07 bors[bot]Merge #6160
2020-10-06 bors[bot]Merge #6128
2020-10-06 bors[bot]Merge #6140
2020-10-05 bors[bot]Merge #6111
2020-10-05 Robin van Dijkhonor content_format clientcap
2020-10-02 bors[bot]Merge #5988
2020-10-02 bors[bot]Merge #5954
2020-10-02 Igor AleksanovReplace 'cargo_prefix' option with 'override_cargo'
2020-10-02 Igor AleksanovAdd support of runnables arguments in Rust Analyzer
2020-09-29 bors[bot]Merge #6096
next