about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2021-06-13Give ImportPrefix variants better config namesLukas Wirth-4/+6
2021-06-13internal: diagnostic code is mandatoryAleksey Kladov-6/+5
2021-06-13clippy::useless_returnMaan2003-3/+3
2021-06-13clippy::redundant_closureMaan2003-1/+1
2021-06-13clippy::redudant_borrowMaan2003-26/+26
2021-06-11Only prefill caches in the completion benchmarkKirill Bulatov-5/+21
2021-06-11Fix visibility issuesKirill Bulatov-5/+5
2021-06-11Prime caches on workspace loadKirill Bulatov-2/+3
2021-06-07Fix incorrect config usage in hover referencesLukas Wirth-1/+1
2021-06-05Enable proc macros and build scripts by default in CLILaurențiu Nicola-19/+19
2021-06-05Enable attribute macro expansion in `analysis-stats`Florian Diebold-0/+3
2021-06-04Add function references hover actionLukas Wirth-0/+35
2021-06-03Make it opt-inJonas Schievink-3/+18
2021-06-03NFC: remove redundant clones (clippy::perf)Matthias Krüger-1/+1
2021-06-02Document that `addCallArgumentSnippets` requires `addCallParenthesisLukas Wirth-0/+1
2021-05-31Merge #9039bors[bot]-0/+7
2021-05-31Add config setting for self-on-the-flyLukas Wirth-0/+7
2021-05-31Merge #8866bors[bot]-12/+12
2021-05-31Merge #9025bors[bot]-34/+53
2021-05-29Fix incorrect setting descriptionsLucas Schwiderski-5/+5
2021-05-28Merge #9028bors[bot]-51/+47
2021-05-28Merge #9038bors[bot]-0/+1
2021-05-28Folding range for return typesAyomide Bamidele-0/+1
2021-05-28Remove undocumented `TextDocumentSyncKind::Full` supportLaurențiu Nicola-7/+1
2021-05-27only advertise range formatting support if enabledAndy Russell-51/+47
2021-05-27Display unknown types in analysis-statsLaurențiu Nicola-34/+53
2021-05-27Update salsaJonas Schievink-12/+12
2021-05-26Document semantic token tagsLukas Wirth-2/+2
2021-05-25Check for subdirs in vfs loader exclusions.ammkrn-1/+5
2021-05-25Merge #8767bors[bot]-102/+155
2021-05-25Merge #8942bors[bot]-0/+2
2021-05-24Update test fixturesLaurențiu Nicola-0/+56
2021-05-24Bump misc depsLaurențiu Nicola-1/+1
2021-05-24Rename ‘foreign’ semantic token modifier to ‘library’Aramis Razzaghipour-2/+2
2021-05-24Add highlighting of items from other cratesAramis Razzaghipour-0/+2
2021-05-24Don't discover workspaces when detached files are givenKirill Bulatov-3/+2
2021-05-23Do not add cargo target for detached files only projectKirill Bulatov-13/+22
2021-05-23implement range formattingAndy Russell-102/+155
2021-05-23Drag detached files towards loadingKirill Bulatov-5/+11
2021-05-23Draft detached files retrievalKirill Bulatov-3/+21
2021-05-21Add a "Debug ItemTree" LSP requestJonas Schievink-0/+25
2021-05-20Fix code completion not inserting borrow text when client supports InsertAndR...Lukas Tobias Wirth-3/+6
2021-05-20Merge #8873bors[bot]-20/+42
2021-05-19Replace ImportGranularity::Guess with guessing boolean flagLukas Tobias Wirth-7/+21
2021-05-19feat: allow clients to feature detect symbol filteringAleksey Kladov-0/+1
2021-05-18Add ImportGranularity::GuessLukas Tobias Wirth-2/+4
2021-05-18MergeBehavior -> ImportGranularityLukas Tobias Wirth-16/+22
2021-05-18Add new LSP extension for workspace symbol lookupalcroito-7/+148
2021-05-17internal: use more evocative test folder nameAleksey Kladov-5/+4
2021-05-17minor: adjust config nameAleksey Kladov-56/+22