about summary refs log tree commit diff
path: root/src/tools/rust-analyzer
AgeCommit message (Expand)AuthorLines
2024-06-03SimplifyLukas Wirth-33/+31
2024-06-03DeduplicateLukas Wirth-30/+20
2024-06-03Fix find_path search not reducing scope appropriately for foreign itemsLukas Wirth-12/+18
2024-06-03SimplifyLukas Wirth-149/+113
2024-06-03Auto merge of #17329 - Nilstrieb:rustc_deprecated_safe_2024, r=Veykrilbors-0/+23
2024-06-03Auto merge of #17315 - hamirmahal:style/simplify-string-interpolation, r=Veykrilbors-79/+71
2024-06-03Auto merge of #17312 - regexident:function-fn-ptr-type, r=Veykrilbors-0/+8
2024-06-03Auto merge of #17333 - DropDemBits:extract-format-args-snippet-cap, r=Veykrilbors-68/+189
2024-06-02Add path info to `AbsPathBuf::assert`'s assertLukas Wirth-1/+1
2024-06-02fix typos & formattingDropDemBits-3/+7
2024-06-02Make `extract_expressions_from_format_string` only use snippets when availableDropDemBits-55/+98
2024-06-02Add `ast::Expr::parse`DropDemBits-0/+32
2024-06-02minor: tidy up `Parse` a little bitDropDemBits-11/+10
2024-06-02Add `tt_from_syntax`DropDemBits-2/+45
2024-06-02Don't mark `#[rustc_deprecated_safe_2024]` functions as unsafeNilstrieb-0/+23
2024-06-02Auto merge of #17328 - Veykril:derive-helper-completions, r=Veykrilbors-98/+209
2024-06-02feat: Enable completions within derive helper attributesLukas Wirth-98/+209
2024-06-01Auto merge of #17326 - Veykril:fix-attr-derive-container, r=Veykrilbors-40/+48
2024-06-01fix: Fix container search failing for tokens originating within derive attrib...Lukas Wirth-40/+48
2024-06-01Auto merge of #17302 - mladedav:dm/fix-clear, r=Veykrilbors-13/+30
2024-06-01Move state trackig of diagnostic clearing inside `FlycheckActor`David Mládek-41/+31
2024-06-01Auto merge of #17278 - chenx97:flycheck-process-wrap, r=lnicolabors-45/+73
2024-05-31docs: Missing word typoLuke Franceschini-1/+1
2024-05-31minor: replace command-group with process-wrapHenry Chen-45/+73
2024-05-30fix: formatting in `handlers/unresolved_method.rs`Hamir Mahal-2/+1
2024-05-30style: simplify string interpolationHamir Mahal-78/+71
2024-05-29Add `Function::fn_ptr_type(…)` for obtaining name-erased function typeVincent Esche-0/+8
2024-05-28Add preference modifier for workspace-local crates when using auto import.Mathew Horner-1/+46
2024-05-28add `FlycheckStatus` to global stateDavid Mládek-7/+34
2024-05-28fix diagnostics clearing when flychecks run per-workspaceDavid Mládek-6/+6
2024-05-27Auto merge of #17258 - maxwase:code-assist-async-sugar, r=Veykrilbors-0/+644
2024-05-27Auto merge of #17253 - ThouCheese:master, r=Veykrilbors-0/+702
2024-05-27Auto merge of #17291 - kilpkonn:master, r=Veykrilbors-5/+19
2024-05-26Auto merge of #17296 - mathew-horner:no-clone-target, r=Veykrilbors-3/+3
2024-05-25Removed returnJonas Rinke-3/+4
2024-05-25Avoid clone when constructing runnable label.Mathew Horner-3/+3
2024-05-25FormattingJonas Rinke-2/+2
2024-05-25SemicolonJonas Rinke-1/+1
2024-05-25Use correct format for setting environment variables when debugging with cppt...Jonas Rinke-1/+3
2024-05-25Fix `data_constructor` ignoring generics for structTavo Annus-5/+19
2024-05-24remove nested match with and_thenLuuk Wester-4/+1
2024-05-24add test for every keyword, fix bugLuuk Wester-16/+94
2024-05-24cosmetic and performance fixes, and drop support for adding //! comments anyw...Luuk Wester-113/+78
2024-05-24Review fixes: Assist scope, trait qualifymaxwase-45/+126
2024-05-24Review fixes: Split into 2, check tuple fieldsmaxwase-57/+137
2024-05-24Add toggle_async_sugar assist code actionmaxwase-0/+483
2024-05-24tests: update test for runnablesroife-0/+93
2024-05-24Update docsroife-1/+2
2024-05-24Use cwd from runnable.args for debuggerroife-3/+4
2024-05-24Revert "Debug use cargo workspace root as cwd. fixes #13022"roife-32/+12