about summary refs log tree commit diff
path: root/crates
AgeCommit message (Expand)AuthorLines
2021-11-27minor: if-let-else to shorter matchAleksey Kladov-8/+7
2021-11-27make navigation target go to original file locationJake Heinz-20/+26
2021-11-27remove file symbolsJake Heinz-41/+34
2021-11-27container name?Jake Heinz-7/+24
2021-11-27use Semantics::parse_or_expand in another placeJake Heinz-3/+3
2021-11-27sema parse_or_expandJake Heinz-2/+11
2021-11-27wipJake Heinz-43/+172
2021-11-27ide: fix expansion for 'as _'Jake Heinz-0/+21
2021-11-26Use the right `ItemTree` when re-resolving attrJonas Schievink-19/+21
2021-11-26Build per-block `ItemTree`sJonas Schievink-177/+57
2021-11-25Update crates/project_model/src/workspace.rsHKalbasi-1/+1
2021-11-25Merge #10859bors[bot]-3/+18
2021-11-25fix: Prioritize tuple fields in highlight_relatedLukas Wirth-3/+18
2021-11-25Merge #10824bors[bot]-3/+2
2021-11-24Merge #10847bors[bot]-53/+118
2021-11-25fix: derive path handlingrainy-me-53/+118
2021-11-24Remove possible multiline details in completionsLukas Wirth-63/+81
2021-11-23Merge #10846bors[bot]-5/+56
2021-11-23Merge #10849bors[bot]-29/+31
2021-11-23Disable string highlight injection for macros changing string literalsLukas Wirth-29/+31
2021-11-23Add optimization for not allocating in case of no module path for struct literalAndrew Leverette-3/+10
2021-11-23Add support for qualified struct namesAndrew Leverette-5/+49
2021-11-23Merge #10840bors[bot]-5/+17
2021-11-22Merge #10834bors[bot]-94/+1042
2021-11-22Emit moniker in lsifhkalbasi-18/+589
2021-11-22Make lint groups work correctly with `warningsAsInfo` and `warningsAsHint`Emil Gardström-94/+1042
2021-11-22fix: Omit generic defaults for types in hover messagesLukas Wirth-5/+17
2021-11-22Merge #10839bors[bot]-28/+62
2021-11-22Fix mbe::Shift::new not accounting for non-ident token idsLukas Wirth-7/+10
2021-11-22Document token up/down mappingLukas Wirth-21/+52
2021-11-22Merge #10838bors[bot]-17/+151
2021-11-22Add to macro testing infra to emit token map idsLukas Wirth-17/+151
2021-11-22Merge #10809bors[bot]-113/+144
2021-11-22Split parts of `ide_db::call_info` off into `ide`Lukas Wirth-752/+765
2021-11-22Unnest ide::display::navigation_target moduleLukas Wirth-25/+13
2021-11-21project_model: print full cargo command if it fails to runJake Heinz-3/+2
2021-11-21fix: better `Fn` traits formattingAlex Veber-3/+16
2021-11-20Merge #10810bors[bot]-1/+10
2021-11-20Merge #10821bors[bot]-1/+67
2021-11-21fix: check inline left of binary_expressionrainy-me-1/+67
2021-11-20Merge #10820bors[bot]-92/+88
2021-11-20Move incorrect case diagnostic things into their moduleLukas Wirth-92/+88
2021-11-20Merge #10819bors[bot]-100/+78
2021-11-20Replace Vec with Box in Path.generic_args fieldLukas Wirth-20/+15
2021-11-20internal: Replace Vec with Box in hir PatLukas Wirth-47/+33
2021-11-20internal: Replace Vec with Box in hir ExprLukas Wirth-37/+34
2021-11-20ide: hover omits unnamed where predsJake Heinz-1/+58
2021-11-19Format `Fn` traits using parenthesesJonas Schievink-3/+21
2021-11-19Add toggle to disable cache primingLaurențiu Nicola-1/+10
2021-11-19fix: show custom check-commandFlorian-Schoenherr-10/+1