| Age | Commit message (Expand) | Author | Lines |
| 2022-04-24 | minor: clarify error message | Aleksey Kladov | -1/+1 |
| 2022-04-24 | Fix Reload Workspace command | Edwin Cheng | -6/+14 |
| 2022-04-23 | Auto merge of #12064 - Veykril:attr-range, r=Veykril | bors | -5/+47 |
| 2022-04-23 | fix: Fix ide_db::search not searching bodies of attributed items | Lukas Wirth | -5/+47 |
| 2022-04-23 | Auto merge of #12063 - iDawer:ide.signature_help, r=Veykril | bors | -26/+55 |
| 2022-04-23 | Add fallback for return type | iDawer | -7/+12 |
| 2022-04-23 | Fall back to parameter definitions on error types in signature help | iDawer | -21/+45 |
| 2022-04-23 | Auto merge of #12060 - Veykril:completion-ctx, r=Veykril | bors | -21/+29 |
| 2022-04-23 | Simplify | Lukas Wirth | -21/+29 |
| 2022-04-22 | Auto merge of #12058 - jonas-schievink:one-thread-with-extra-stack-please, r=... | bors | -2/+23 |
| 2022-04-22 | Spawn a new thread with a larger stack for the server | Jonas Schievink | -2/+23 |
| 2022-04-22 | Auto merge of #12054 - HKalbasi:const_generic, r=flodiebold | bors | -36/+71 |
| 2022-04-22 | remove trailing space | hkalbasi | -1/+1 |
| 2022-04-22 | Add some comments about why never!() never happens | hkalbasi | -1/+6 |
| 2022-04-22 | Auto merge of #12053 - willcrichton:master, r=jonas-schievink | bors | -3/+12 |
| 2022-04-22 | fix const generic panic in dyn trait | hkalbasi | -36/+66 |
| 2022-04-21 | Export lc.LanguageClient from VSCode extension | Will Crichton | -3/+12 |
| 2022-04-21 | Auto merge of #12052 - lnicola:cargo-config, r=lnicola | bors | -1/+0 |
| 2022-04-21 | Rename cargo config to config.toml | Laurențiu Nicola | -0/+0 |
| 2022-04-21 | Remove old install-ra cargo alias | Laurențiu Nicola | -1/+0 |
| 2022-04-21 | Auto merge of #12015 - arjo129:master, r=jonas-schievink | bors | -1/+1 |
| 2022-04-21 | Auto merge of #12051 - jonas-schievink:triagebot, r=jonas-schievink | bors | -0/+1 |
| 2022-04-21 | Add triagebot.toml | Jonas Schievink | -0/+1 |
| 2022-04-21 | Auto merge of #12040 - rainy-me:improve-parameter-completion, r=jonas-schievink | bors | -11/+113 |
| 2022-04-22 | fix: lookup | rainy-me | -11/+26 |
| 2022-04-21 | Auto merge of #12044 - tedinski:fix_rustc_workspace, r=jonas-schievink | bors | -1/+3 |
| 2022-04-20 | fix: index the correct CargoWorkspace with rustc_private | Ted Kaminski | -1/+3 |
| 2022-04-20 | Auto merge of #12042 - jonas-schievink:remove-angle-brackets-from-lang-config... | bors | -2/+1 |
| 2022-04-20 | fix: remove angle brackets from language configuration | Jonas Schievink | -2/+1 |
| 2022-04-20 | Auto merge of #12041 - jonas-schievink:prefer-core-cfg-attr-no-std, r=jonas-s... | bors | -4/+66 |
| 2022-04-20 | Prefer core/alloc over std if no_std is conditional | Jonas Schievink | -4/+66 |
| 2022-04-20 | fix: improve parameter completion | rainy-me | -9/+96 |
| 2022-04-20 | Auto merge of #12037 - lnicola:inlay-hint-config, r=lnicola | bors | -8/+2 |
| 2022-04-20 | Pass the language id when toggling inlay hints | Laurențiu Nicola | -3/+2 |
| 2022-04-20 | Actually remove rust-analyzer.inlayHints.enable | Laurențiu Nicola | -5/+0 |
| 2022-04-19 | Auto merge of #12032 - jonas-schievink:code-action-commands, r=jonas-schievink | bors | -16/+58 |
| 2022-04-19 | Allows triggering commands after an assist edit | Jonas Schievink | -16/+58 |
| 2022-04-19 | Auto merge of #12029 - xuhongxu96:master, r=lnicola | bors | -2/+2 |
| 2022-04-19 | Fix typo "GreeNode" in syntax.md | Hongxu Xu | -2/+2 |
| 2022-04-19 | Auto merge of #12028 - lnicola:fix-changelog, r=lnicola | bors | -49/+59 |
| 2022-04-19 | Fix changelog generation after repo move | Laurențiu Nicola | -49/+59 |
| 2022-04-18 | Auto merge of #12025 - Veykril:completion-ctx, r=Veykril | bors | -26/+49 |
| 2022-04-18 | minor: Document completion context some more | Lukas Wirth | -26/+49 |
| 2022-04-18 | Auto merge of #12021 - Veykril:completion-ctx, r=Veykril | bors | -69/+96 |
| 2022-04-18 | Auto merge of #12024 - XFFXFF:derive_completion, r=Veykril | bors | -11/+31 |
| 2022-04-18 | derive completions take existing derives into count | XFFXFF | -11/+31 |
| 2022-04-18 | Auto merge of #12023 - edwin0cheng:add-more-log, r=edwin0cheng | bors | -4/+9 |
| 2022-04-18 | More visibility for switch workspaces and its states | Edwin Cheng | -4/+9 |
| 2022-04-17 | internal: Add a `NameContext` to `CompletionContext`, move out some Immediate... | Lukas Wirth | -69/+96 |
| 2022-04-17 | Auto merge of #12017 - lnicola:bump-deps, r=lnicola | bors | -67/+77 |