aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-1539-250/+254
* Add test for yield_exprDaiki Ihara2021-01-152-0/+32
* Add support for yiled keywordDaiki Ihara2021-01-157-26/+93
* Insert `;` when completing keywords in letAleksey Kladov2021-01-152-7/+69
* SimplifyAleksey Kladov2021-01-151-27/+19
* Add braces when completing ifsAleksey Kladov2021-01-151-2/+2
* Phase out SourceFileEdits in favour of a plain HashMapLukas Wirth2021-01-1415-214/+179
* Fix assert_never invoking assert_alwaysLukas Wirth2021-01-141-1/+1
* Group file source edits by FileIdLukas Wirth2021-01-1415-176/+184
* Merge #7271bors[bot]2021-01-1430-253/+28
|\
| * prepare to publish el libro de arenaAleksey Kladov2021-01-1430-253/+28
* | Merge #7270bors[bot]2021-01-147-7/+67
|\ \ | |/ |/|
| * Introduce more appropriate assertion mechanismAleksey Kladov2021-01-147-7/+67
* | Merge #7266bors[bot]2021-01-144-25/+26
|\|
| * Make printin the backtrace more convenientAleksey Kladov2021-01-144-25/+26
* | Merge #7265bors[bot]2021-01-141-0/+31
|\|
| * Add a test for #7110Aleksey Kladov2021-01-141-0/+31
* | Merge #7264bors[bot]2021-01-141-1/+1
|\ \ | |/ |/|
| * Use --workspace when loading extern resourcesChinedu Francis Nwafili2021-01-141-1/+1
* | Merge #7211bors[bot]2021-01-142-4/+35
|\ \ | |/ |/|
| * Fixed expr meta var after path colons in mbeEdwin Cheng2021-01-102-4/+35
* | Merge #7257bors[bot]2021-01-146-4/+321
|\ \
| * | Document vfs private itemsArnaud2021-01-125-2/+117
| * | Document vfs public itemsArnaud2021-01-125-2/+204
* | | Merge #7110bors[bot]2021-01-143-4/+10
|\ \ \
| * | | we can have one less call to name.clone()AdnoC2020-12-311-2/+3
| * | | deduplicate macro completions from legacy macros and preludeAdnoC2020-12-313-4/+9
* | | | Merge #7260bors[bot]2021-01-146-117/+252
|\ \ \ \
| * | | | Render Fn* trait objects and impl types as rust doesLukas Wirth2021-01-135-29/+132
| * | | | Move FamousDefs fixture out into its own fileLukas Wirth2021-01-122-88/+120
| | |/ / | |/| |
* | | | Sort impls by trait definitionFisher Darling2021-01-133-0/+238
* | | | Merge #7263bors[bot]2021-01-132-15/+3
|\ \ \ \
| * | | | Use upstream TextSize APIAleksey Kladov2021-01-132-15/+3
* | | | | 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-133-14/+10
|\ \ \ \ \