aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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 #7262bors[bot]2021-01-133-14/+10
|\ \ \ \ \
| * | | | | Don't show internal server error on renameAleksey Kladov2021-01-133-14/+10
| | |/ / / | |/| | |
* | | | | Rename FileReferences -> UsageSearchResultLukas Wirth2021-01-123-15/+14
* | | | | Ensure uniqueness of file ids in reference search via hashmapLukas Wirth2021-01-129-121/+122
* | | | | Group references by FileIdLukas Wirth2021-01-1210-256/+324
|/ / / /
* | | | Improve analysis stats legibilityAleksey Kladov2021-01-111-20/+17
| | | |
| \ \ \
| \ \ \
| \ \ \
| \ \ \
| \ \ \
*-----. \ \ \ Merge #7051 #7219 #7245 #7246bors[bot]2021-01-116-92/+169
|\ \ \ \ \ \ \
| | | | * | | | Unfreeze cargo_metadatakjeremy2021-01-113-3/+3
| | | |/ / / /
| | * | | | | Add some more marks to rename testsLukas Wirth2021-01-101-17/+58
| | * | | | | Use local error macros in references/renameLukas Wirth2021-01-101-39/+30
| | * | | | | Refactor rename name checkingLukas Wirth2021-01-092-59/+104
| * | | | | | Use another name instead of dbg for testEdwin Cheng2021-01-081-4/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Goto for inner doc links works for module inner doc commentsAleksey Kladov2021-01-112-40/+54
| |_|/ / / |/| | | |
* | | | | Merge #7235bors[bot]2021-01-111-1/+25
|\ \ \ \ \
| * | | | | Fix formattingManmeet Maan2021-01-111-1/+1
| * | | | | Apply Suggestions from code reviewManmeet Maan2021-01-111-9/+6
| * | | | | Postfix like ifl now works with referencesManmeet2021-01-101-2/+29
* | | | | | Merge #7241bors[bot]2021-01-103-52/+71
|\ \ \ \ \ \
| * | | | | | Honor client's dynamic registration capsAleksey Kladov2021-01-103-52/+71
* | | | | | | Merge #7218bors[bot]2021-01-1032-118/+114
|\ \ \ \ \ \ \
| * | | | | | | Updated tests via `cargo xtask codegen`Vincent Esche2021-01-102-50/+50
| * | | | | | | Fixed typos in public type namesVincent Esche2021-01-091-2/+2
| * | | | | | | Fixed typos in private type namesVincent Esche2021-01-091-5/+5
| * | | | | | | Fixed typos in local bindingsVincent Esche2021-01-093-7/+7
| * | | | | | | Fixed typos in testsVincent Esche2021-01-093-6/+6
| * | | | | | | Fixed typos in code assertsVincent Esche2021-01-091-1/+1
| * | | | | | | Fixed typos in `log::warn!` messageVincent Esche2021-01-091-5/+1
| * | | | | | | Fixed typos in code commentsVincent Esche2021-01-0923-42/+42
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge #7240bors[bot]2021-01-101-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Make default memory stats less verboseAleksey Kladov2021-01-101-1/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge #7239bors[bot]2021-01-1012-44/+50
|\ \ \ \ \ \ \
| * | | | | | | Replace SyntaxKind usage with T! macro where applicableLukas Wirth2021-01-1012-44/+50
* | | | | | | | Merge #7238bors[bot]2021-01-1010-135/+135
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Fix typo, parentheses is pluralLaurențiu Nicola2021-01-1010-135/+135
| |/ / / / / /
* / / / / / / Use T! for bool keywordsLaurențiu Nicola2021-01-101-1/+1
|/ / / / / /
* | | | | | Merge #7236bors[bot]2021-01-105-12/+57
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix progress token is already registered crashAleksey Kladov2021-01-105-12/+57
* | | | | | Allow `true` and `false` keywords in const genericsCallym2021-01-103-11/+25
|/ / / / /
* | | | | Merge #6238bors[bot]2021-01-1014-307/+368
|\ \ \ \ \
| * | | | | Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-1014-307/+368