aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer
Commit message (Expand)AuthorAgeFilesLines
* Avoid blocking the main loop when editing Cargo.tomlAleksey Kladov2021-01-182-10/+7
* Add profile callAleksey Kladov2021-01-181-0/+1
* Share import_assets and related entitiesKirill Bulatov2021-01-163-15/+28
* Don't duplicate rustc diagnostics fixesJonas Schievink2021-01-155-282/+32
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-143-8/+6
* Group file source edits by FileIdLukas Wirth2021-01-143-19/+22
* Introduce more appropriate assertion mechanismAleksey Kladov2021-01-141-0/+5
* Merge #7220bors[bot]2021-01-133-14/+178
|\
| * fix windows test.ShuiRuTian2021-01-131-2/+2
| * unwrap.ShuiRuTian2021-01-131-2/+2
| * skip slow tests.ShuiRuTian2021-01-121-3/+4
| * use path rather than hard code.ShuiRuTian2021-01-121-4/+4
| * 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 #7262bors[bot]2021-01-132-11/+10
|\ \
| * | Don't show internal server error on renameAleksey Kladov2021-01-132-11/+10
* | | Ensure uniqueness of file ids in reference search via hashmapLukas Wirth2021-01-121-15/+9
* | | Group references by FileIdLukas Wirth2021-01-121-10/+23
|/ /
* | Improve analysis stats legibilityAleksey Kladov2021-01-111-20/+17
* | Merge #7241bors[bot]2021-01-103-52/+71
|\ \
| * | Honor client's dynamic registration capsAleksey Kladov2021-01-103-52/+71
* | | Merge #7218bors[bot]2021-01-102-6/+6
|\ \ \
| * | | Fixed typos in testsVincent Esche2021-01-092-5/+5
| * | | Fixed typos in code commentsVincent Esche2021-01-091-1/+1
* | | | Make default memory stats less verboseAleksey Kladov2021-01-101-1/+1
| |/ / |/| |
* | | Fix progress token is already registered crashAleksey Kladov2021-01-105-12/+57
* | | Split punctuation semantic highlighting up into more tagsLukas Wirth2021-01-102-4/+22
|/ /
* | Shorten namesAleksey Kladov2021-01-091-4/+4
* | Shorten frequent namesAleksey Kladov2021-01-091-35/+30
* | Rename dummy -> noneAleksey Kladov2021-01-091-1/+1
* | Simplify highlighting infraAleksey Kladov2021-01-081-0/+3
* | Merge #7193bors[bot]2021-01-073-4/+43
|\ \
| * | Report progress for cargo metadata and output-dirEdwin Cheng2021-01-073-4/+43
* | | Merge #7184bors[bot]2021-01-071-1/+1
|\ \ \
| * | | Change <|> to $0 - RebaseKevaundray Wedderburn2021-01-071-1/+1
* | | | Use american spelling for configAleksey Kladov2021-01-071-9/+22
|/ / /
* / / Remove some stale deprecationsAleksey Kladov2021-01-071-5/+5
|/ /
* | Align config's API with usageAleksey Kladov2021-01-063-36/+59
* | YAGNI active_resolve_capabilitiesAleksey Kladov2021-01-063-47/+27
* | More readable testAleksey Kladov2021-01-061-2/+12
* | Speed up snapshotingAleksey Kladov2021-01-063-6/+6