about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2022-04-23Fall back to parameter definitions on error types in signature helpiDawer-21/+45
2022-04-23Auto merge of #12060 - Veykril:completion-ctx, r=Veykrilbors-21/+29
2022-04-23SimplifyLukas Wirth-21/+29
2022-04-22Auto merge of #12058 - jonas-schievink:one-thread-with-extra-stack-please, r=...bors-2/+23
2022-04-22Spawn a new thread with a larger stack for the serverJonas Schievink-2/+23
2022-04-22Auto merge of #12054 - HKalbasi:const_generic, r=flodieboldbors-36/+71
2022-04-22remove trailing spacehkalbasi-1/+1
2022-04-22Add some comments about why never!() never happenshkalbasi-1/+6
2022-04-22fix const generic panic in dyn traithkalbasi-36/+66
2022-04-21Auto merge of #12040 - rainy-me:improve-parameter-completion, r=jonas-schievinkbors-11/+113
2022-04-22fix: lookuprainy-me-11/+26
2022-04-20fix: index the correct CargoWorkspace with rustc_privateTed Kaminski-1/+3
2022-04-20Prefer core/alloc over std if no_std is conditionalJonas Schievink-4/+66
2022-04-20fix: improve parameter completionrainy-me-9/+96
2022-04-19Allows triggering commands after an assist editJonas Schievink-15/+54
2022-04-18minor: Document completion context some moreLukas Wirth-26/+49
2022-04-18Auto merge of #12021 - Veykril:completion-ctx, r=Veykrilbors-69/+96
2022-04-18derive completions take existing derives into countXFFXFF-11/+31
2022-04-18More visibility for switch workspaces and its statesEdwin Cheng-4/+9
2022-04-17internal: Add a `NameContext` to `CompletionContext`, move out some Immediate...Lukas Wirth-69/+96
2022-04-17Bump depsLaurențiu Nicola-1/+2
2022-04-17Auto merge of #12013 - XFFXFF:associated_const_equality, r=Veykrilbors-4/+121
2022-04-17update parser to support associated const equalityXFFXFF-3/+119
2022-04-17Disable rustfmt for expand_macro on wasm platformsLukas Wirth-3/+5
2022-04-17Fix macro patterns not getting formatted properlyLukas Wirth-17/+26
2022-04-17feat: Attempt to format expand_macro output with rustfmt if possibleLukas Wirth-8/+75
2022-04-17update grammer to support associated const equalityXFFXFF-1/+2
2022-04-16Auto merge of #12011 - iDawer:completion_detail.impl_trait, r=Veykrilbors-19/+39
2022-04-16Show `impl Trait` in argument positon in completion detailsiDawer-19/+39
2022-04-16internal: more visibility into why things happenAleksey Kladov-28/+35
2022-04-16fix: Fix proc-macro change check being invertedLukas Wirth-1/+1
2022-04-16minor: address nitiDawer-1/+4
2022-04-16`extract_function`: use appropriate return type for async fnsiDawer-2/+13
2022-04-16Add `hir::Function::async_ret_type` methodiDawer-3/+21
2022-04-16fix: comletion detail shows `{unknown}` for `impl Trait` in return positioniDawer-3/+42
2022-04-15Auto merge of #12005 - Veykril:hir-ty-simplify, r=Veykrilbors-81/+86
2022-04-15minor: Remove frequent `Arc<Body>` clones in type checkingLukas Wirth-25/+29
2022-04-15SimplifyLukas Wirth-58/+59
2022-04-15Auto merge of #12003 - Veykril:hir-ty-simplify, r=Veykrilbors-87/+55
2022-04-15Slightly optimize `Resolver::krate`Lukas Wirth-1/+7
2022-04-15Remove duplicated crate id field from hir::TypeLukas Wirth-86/+48
2022-04-15Auto merge of #12002 - Veykril:proc-macro-change-panic, r=Veykrilbors-21/+17
2022-04-15fix: Fix source root panic in global state when checking out older git revsLukas Wirth-21/+17
2022-04-15Auto merge of #12001 - Veykril:refs, r=Veykrilbors-59/+100
2022-04-15fix: Do reference search on all downmapped tokens with the same kind onlyLukas Wirth-59/+100
2022-04-15Auto merge of #12000 - Veykril:hlmac, r=Veykrilbors-18/+18
2022-04-15fix: Tag `macro_rules` macro bang with `MacroBang` tagLukas Wirth-18/+18
2022-04-14Enable ADT keyword completions in block expressionJonas Schievink-1/+13
2022-04-14Fallback to primitive when path doesn't resolveJonas Schievink-0/+39
2022-04-14Auto merge of #11971 - jonas-schievink:on-type-fmt-assignments, r=jonas-schie...bors-9/+183