| Age | Commit message (Expand) | Author | Lines |
| 2022-06-10 | Auto merge of #12490 - yue4u:fix/show-enum-in-fresh-use-tree, r=Veykril | bors | -8/+30 |
| 2022-06-10 | Auto merge of #12464 - harpsword:fix-inline-variable-mismatched-type, r=Veykril | bors | -2/+1 |
| 2022-06-10 | Auto merge of #12477 - hasali19:auto-reload, r=Veykril | bors | -6/+19 |
| 2022-06-10 | Auto merge of #12473 - yue4u:fix/no-enum-parens-in-use, r=Veykril | bors | -10/+43 |
| 2022-06-10 | Auto merge of #12502 - Veykril:deps, r=Veykril | bors | -168/+181 |
| 2022-06-10 | internal: Bump Dependencies | Lukas Wirth | -168/+181 |
| 2022-06-10 | Auto merge of #12501 - Veykril:dashmap, r=Veykril | bors | -22/+19 |
| 2022-06-10 | internal: Update dashmap and freeze its version | Lukas Wirth | -22/+19 |
| 2022-06-09 | feat: append :: after | yue4u | -14/+20 |
| 2022-06-08 | Auto merge of #12487 - lukechu10:master, r=lnicola | bors | -0/+8 |
| 2022-06-08 | Auto merge of #12493 - bjorn3:fix_warnings, r=lnicola | bors | -8/+3 |
| 2022-06-08 | Hide param inlay hint when argument is fn-like macro with similar name | Luke Chu | -0/+8 |
| 2022-06-08 | Fix a couple of weak warnings found by rust-analyzer itself | bjorn3 | -8/+3 |
| 2022-06-08 | Auto merge of #12492 - bjorn3:proc_macro_abi_1_63, r=lnicola | bors | -1/+4293 |
| 2022-06-08 | Add doc comment | bjorn3 | -0/+5 |
| 2022-06-08 | Rustfmt | bjorn3 | -5/+17 |
| 2022-06-08 | Add proc macro ABI for rustc 1.63 | bjorn3 | -1/+4276 |
| 2022-06-08 | fix: show non-std enum in a fresh use tree completion | yue4u | -4/+20 |
| 2022-06-07 | Auto merge of #12480 - KOLANICH-tools:unneeded_destr_assignment, r=jonas-schi... | bors | -2/+2 |
| 2022-06-06 | Remove the unneeded destructuring assignment in `run` in `project-model/src/b... | KOLANICH | -2/+2 |
| 2022-06-06 | Add restartServerOnConfigChange setting | Hasan Ali | -1/+21 |
| 2022-06-05 | Restart server automatically on settings changes | Hasan Ali | -8/+1 |
| 2022-06-05 | Auto merge of #12475 - Veykril:trait-impl-completion, r=Veykril | bors | -1/+22 |
| 2022-06-05 | fix: Fix trait impl completions using wrong insert position | Lukas Wirth | -1/+22 |
| 2022-06-06 | fix: avoid adding enum parens in use | yue4u | -10/+43 |
| 2022-06-05 | Auto merge of #12472 - Veykril:output-ch, r=Veykril | bors | -7/+29 |
| 2022-06-05 | internal: Keep output channels across restarts | Lukas Wirth | -7/+29 |
| 2022-06-05 | Auto merge of #12471 - Veykril:reload-restart, r=Veykril | bors | -1/+1 |
| 2022-06-05 | fix: Restart the server instead of reloading the window when config changes | Lukas Wirth | -1/+1 |
| 2022-06-05 | Auto merge of #12470 - Veykril:output-ch, r=Veykril | bors | -0/+2 |
| 2022-06-05 | fix: Cleanup output channels when restarting server | Lukas Wirth | -0/+2 |
| 2022-06-05 | Auto merge of #12466 - lnicola:worker-thread-stack, r=lnicola | bors | -1/+7 |
| 2022-06-04 | Auto merge of #12468 - Veykril:cancelled-diags, r=Veykril | bors | -6/+1 |
| 2022-06-05 | minor: Don't log cancelled diagnostics | Lukas Wirth | -6/+1 |
| 2022-06-04 | Auto merge of #12467 - Veykril:assist-fix, r=Veykril | bors | -0/+25 |
| 2022-06-05 | fix: Fix match to if let assist for wildcard pats | Lukas Wirth | -0/+25 |
| 2022-06-04 | Increase worker thread stack and name them | Laurențiu Nicola | -1/+7 |
| 2022-06-04 | Auto merge of #12465 - Veykril:buildscripts, r=Veykril | bors | -10/+10 |
| 2022-06-04 | Only record build script outputs when the output has been changed | Lukas Wirth | -10/+10 |
| 2022-06-04 | feat: fix inline variable produce mismatched type | harpsword | -2/+1 |
| 2022-06-03 | Auto merge of #12461 - Veykril:completions, r=Veykril | bors | -437/+403 |
| 2022-06-03 | Remove some of the unnecessary helpfer functions from CompletionContext | Lukas Wirth | -195/+151 |
| 2022-06-03 | Simplify | Lukas Wirth | -106/+113 |
| 2022-06-03 | Move trait_impl completion analysis into CompletionContext | Lukas Wirth | -183/+186 |
| 2022-06-03 | Auto merge of #12459 - Veykril:completions, r=Veykril | bors | -396/+291 |
| 2022-06-03 | Auto merge of #12457 - Veykril:logging, r=Veykril | bors | -20/+29 |
| 2022-06-03 | Auto merge of #12460 - Veykril:move-guard, r=Veykril | bors | -21/+25 |
| 2022-06-03 | minor: Reduce move-guard trigger range | Lukas Wirth | -21/+25 |
| 2022-06-03 | internal: Don't log default build script outputs | Lukas Wirth | -20/+29 |
| 2022-06-03 | Deduplicate | Lukas Wirth | -70/+27 |