about summary refs log tree commit diff
path: root/crates/rust-analyzer
AgeCommit message (Expand)AuthorLines
2021-01-12Ensure uniqueness of file ids in reference search via hashmapLukas Wirth-15/+9
2021-01-12Group references by FileIdLukas Wirth-10/+23
2021-01-11Improve analysis stats legibilityAleksey Kladov-20/+17
2021-01-12formatShuiRuTian-3/+5
2021-01-12fix as suggestion.ShuiRuTian-9/+5
2021-01-12Update crates/rust-analyzer/src/handlers.rsSong Gao-3/+1
2021-01-12Update crates/rust-analyzer/src/handlers.rsSong Gao-4/+2
2021-01-11move logic from client to server.ShuiRuTian-1/+9
2021-01-10Merge #7241bors[bot]-52/+71
2021-01-10Honor client's dynamic registration capsAleksey Kladov-52/+71
2021-01-10Merge #7218bors[bot]-6/+6
2021-01-10Make default memory stats less verboseAleksey Kladov-1/+1
2021-01-10Fix progress token is already registered crashAleksey Kladov-12/+57
2021-01-10Split punctuation semantic highlighting up into more tagsLukas Wirth-4/+22
2021-01-10update rs formatShuiRuTian-1/+2
2021-01-10fix condition.ShuiRuTian-1/+1
2021-01-10fix issue.ShuiRuTian-14/+14
2021-01-10beta version for folder renameShuiRuTian-4/+22
2021-01-09Fixed typos in testsVincent Esche-5/+5
2021-01-09Fixed typos in code commentsVincent Esche-1/+1
2021-01-09Shorten namesAleksey Kladov-4/+4
2021-01-09Shorten frequent namesAleksey Kladov-35/+30
2021-01-09Rename dummy -> noneAleksey Kladov-1/+1
2021-01-08Simplify highlighting infraAleksey Kladov-0/+3
2021-01-08support folder rename for initial request.ShuiRuTian-8/+16
2021-01-07Merge #7193bors[bot]-4/+43
2021-01-08Report progress for cargo metadata and output-dirEdwin Cheng-4/+43
2021-01-07Merge #7184bors[bot]-1/+1
2021-01-07Change <|> to $0 - RebaseKevaundray Wedderburn-1/+1
2021-01-07Use american spelling for configAleksey Kladov-9/+22
2021-01-07Remove some stale deprecationsAleksey Kladov-5/+5
2021-01-06Align config's API with usageAleksey Kladov-36/+59
2021-01-06YAGNI active_resolve_capabilitiesAleksey Kladov-47/+27
2021-01-06More readable testAleksey Kladov-2/+12
2021-01-06Speed up snapshotingAleksey Kladov-6/+6
2021-01-06More maintainable configAleksey Kladov-387/+372
2021-01-06Merge #7174bors[bot]-3/+15
2021-01-05Normalize line endings when formattingJesse Bakker-3/+15
2021-01-05More maintainable caps configAleksey Kladov-83/+124
2021-01-05Allow `#anchor` linking of config optionsAleksey Kladov-3/+2
2021-01-04Fix HoverAction::Implementation typoLukas Wirth-1/+1
2021-01-03Upgrade expect-test to 1.1Jesse Bakker-1/+1
2021-01-03Merge #7068bors[bot]-0/+19
2021-01-03Merge #7115bors[bot]-5/+6
2021-01-02Fix warnings on rust-nightlycynecx-1/+1
2021-01-02Only log path and syntax range when processing function if source existsNick Spain-6/+6
2021-01-02Mark HasSource::source_old as deprecated but allow at all call sitesNick Spain-0/+1
2021-01-02HasSource::source -> HasSource::source_oldNick Spain-1/+1
2021-01-01Formatting.Mara Bos-2/+11
2021-01-01Add support for Rust 2021.Mara Bos-1/+1