aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* fix and add tests.ShuiRuTian2021-01-122-8/+142
* formatShuiRuTian2021-01-111-3/+5
* fix as suggestion.ShuiRuTian2021-01-111-9/+5
* Update crates/rust-analyzer/src/handlers.rsSong Gao2021-01-111-3/+1
* Update crates/rust-analyzer/src/handlers.rsSong Gao2021-01-111-4/+2
* move logic from client to server.ShuiRuTian2021-01-111-1/+9
* update rs formatShuiRuTian2021-01-101-1/+2
* fix condition.ShuiRuTian2021-01-101-1/+1
* fix issue.ShuiRuTian2021-01-101-14/+14
* beta version for folder renameShuiRuTian2021-01-092-4/+22
* support folder rename for initial request.ShuiRuTian2021-01-081-8/+16
* Merge #7170bors[bot]2021-01-056-83/+124
|\
| * More maintainable caps configAleksey Kladov2021-01-056-83/+124
* | Emit diagnostics for unresolved item-level macrosJonas Schievink2021-01-051-1/+32
|/
* Merge #7168bors[bot]2021-01-0516-26/+31
|\
| * Rename expr -> tail_exprAleksey Kladov2021-01-0516-26/+31
* | Merge #7140bors[bot]2021-01-054-117/+197
|\ \ | |/ |/|
| * Move the test markKirill Bulatov2021-01-051-2/+4
| * Small helpersKirill Bulatov2021-01-042-1/+5
| * Code review fixesKirill Bulatov2021-01-043-42/+50
| * Do not collect trait type aliasesKirill Bulatov2021-01-041-5/+6
| * Ignore associated items during unqialified path fuzzy completionsKirill Bulatov2021-01-041-1/+9
| * SimplifyKirill Bulatov2021-01-042-27/+37
| * Properly check assoc items lookupKirill Bulatov2021-01-042-46/+73
| * Add associated data into fstKirill Bulatov2021-01-041-49/+45
| * Add a basic test for the trait fuzzy importKirill Bulatov2021-01-041-0/+24
* | Merge #7131bors[bot]2021-01-053-0/+227
|\ \
| * | Created an inline-function assist (fixes #6863)Michael-F-Bryan2021-01-043-0/+227
* | | Merge #7162bors[bot]2021-01-052-12/+55
|\ \ \
| * | | Introduce new queries to computeDaniel Frampton2021-01-052-12/+55
* | | | Merge #7164bors[bot]2021-01-051-3/+2
|\ \ \ \
| * | | | Allow `#anchor` linking of config optionsAleksey Kladov2021-01-051-3/+2
| | |/ / | |/| |
* | | | Merge #7160bors[bot]2021-01-041-0/+12
|\ \ \ \
| * | | | Remove `RetType`Arnaud2021-01-041-18/+3
| * | | | Document `hir::Function::ret_type`Arnaud2021-01-041-0/+4
| * | | | Make it possible to retrieve `hir::Function`'s return typeArnaud2021-01-041-0/+23
| |/ / /
* | | | Merge #7147bors[bot]2021-01-042-3/+60
|\ \ \ \ | |/ / / |/| | |
| * | | ssr: Allow replacing expressions with statementsMarijn Suijten2021-01-042-3/+60
* | | | Merge #7159bors[bot]2021-01-045-152/+172
|\ \ \ \
| * | | | Simplify SubtreeTokenSourceEdwin Cheng2021-01-041-88/+60
| * | | | Refactor TokenBuffer for reduc cloningEdwin Cheng2021-01-045-53/+99
| * | | | Reduce string copyingEdwin Cheng2021-01-041-14/+16
| | |/ / | |/| |
* | | | Update crateskjeremy2021-01-042-4/+4
| |_|/ |/| |
* | | Merge #7154bors[bot]2021-01-042-45/+150
|\ \ \
| * | | Show GotoTypeAction for TypeParamLukas Wirth2021-01-042-17/+66
| * | | Show GotoTypeAction for ConstParamLukas Wirth2021-01-042-37/+72
| * | | Show implementations when hovering over SelfTypeLukas Wirth2021-01-041-8/+29
* | | | Merge #7153bors[bot]2021-01-043-60/+60
|\ \ \ \ | |/ / / |/| | |
| * | | rename exrtract_assignment -> pullAleksey Kladov2021-01-043-60/+60
* | | | Fix HoverAction::Implementation typoLukas Wirth2021-01-042-11/+12