| Age | Commit message (Expand) | Author | Lines |
| 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 | fix const generic panic in dyn trait | hkalbasi | -36/+66 |
| 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-20 | fix: index the correct CargoWorkspace with rustc_private | Ted Kaminski | -1/+3 |
| 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-19 | Allows triggering commands after an assist edit | Jonas Schievink | -15/+54 |
| 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 | derive completions take existing derives into count | XFFXFF | -11/+31 |
| 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 | Bump deps | Laurențiu Nicola | -1/+2 |
| 2022-04-17 | Auto merge of #12013 - XFFXFF:associated_const_equality, r=Veykril | bors | -4/+121 |
| 2022-04-17 | update parser to support associated const equality | XFFXFF | -3/+119 |
| 2022-04-17 | Disable rustfmt for expand_macro on wasm platforms | Lukas Wirth | -3/+5 |
| 2022-04-17 | Fix macro patterns not getting formatted properly | Lukas Wirth | -17/+26 |
| 2022-04-17 | feat: Attempt to format expand_macro output with rustfmt if possible | Lukas Wirth | -8/+75 |
| 2022-04-17 | update grammer to support associated const equality | XFFXFF | -1/+2 |
| 2022-04-16 | Auto merge of #12011 - iDawer:completion_detail.impl_trait, r=Veykril | bors | -19/+39 |
| 2022-04-16 | Show `impl Trait` in argument positon in completion details | iDawer | -19/+39 |
| 2022-04-16 | internal: more visibility into why things happen | Aleksey Kladov | -28/+35 |
| 2022-04-16 | fix: Fix proc-macro change check being inverted | Lukas Wirth | -1/+1 |
| 2022-04-16 | minor: address nit | iDawer | -1/+4 |
| 2022-04-16 | `extract_function`: use appropriate return type for async fns | iDawer | -2/+13 |
| 2022-04-16 | Add `hir::Function::async_ret_type` method | iDawer | -3/+21 |
| 2022-04-16 | fix: comletion detail shows `{unknown}` for `impl Trait` in return position | iDawer | -3/+42 |
| 2022-04-15 | Auto merge of #12005 - Veykril:hir-ty-simplify, r=Veykril | bors | -81/+86 |
| 2022-04-15 | minor: Remove frequent `Arc<Body>` clones in type checking | Lukas Wirth | -25/+29 |
| 2022-04-15 | Simplify | Lukas Wirth | -58/+59 |
| 2022-04-15 | Auto merge of #12003 - Veykril:hir-ty-simplify, r=Veykril | bors | -87/+55 |
| 2022-04-15 | Slightly optimize `Resolver::krate` | Lukas Wirth | -1/+7 |
| 2022-04-15 | Remove duplicated crate id field from hir::Type | Lukas Wirth | -86/+48 |
| 2022-04-15 | Auto merge of #12002 - Veykril:proc-macro-change-panic, r=Veykril | bors | -21/+17 |
| 2022-04-15 | fix: Fix source root panic in global state when checking out older git revs | Lukas Wirth | -21/+17 |
| 2022-04-15 | Auto merge of #12001 - Veykril:refs, r=Veykril | bors | -59/+100 |
| 2022-04-15 | fix: Do reference search on all downmapped tokens with the same kind only | Lukas Wirth | -59/+100 |
| 2022-04-15 | Auto merge of #12000 - Veykril:hlmac, r=Veykril | bors | -18/+18 |
| 2022-04-15 | fix: Tag `macro_rules` macro bang with `MacroBang` tag | Lukas Wirth | -18/+18 |
| 2022-04-14 | Enable ADT keyword completions in block expression | Jonas Schievink | -1/+13 |
| 2022-04-14 | Fallback to primitive when path doesn't resolve | Jonas Schievink | -0/+39 |
| 2022-04-14 | Auto merge of #11971 - jonas-schievink:on-type-fmt-assignments, r=jonas-schie... | bors | -9/+183 |