aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge #3595bors[bot]2020-03-153-11/+80
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix completion of trait itemsFlorian Diebold2020-03-143-11/+80
|/ / / / / /
* | | | | | Merge #3583bors[bot]2020-03-135-37/+33
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | SimplifyAleksey Kladov2020-03-132-8/+5
| * | | | | Simplify testsAleksey Kladov2020-03-131-20/+20
| * | | | | Don't use generic DB where a concrete one will doAleksey Kladov2020-03-132-9/+8
|/ / / / /
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge #3561 #3577bors[bot]2020-03-1312-45/+122
|\ \ \ \ \ \
| | * | | | | Protect against infinite macro expansion in def collectorFlorian Diebold2020-03-131-9/+39
| * | | | | | Update editors/code/src/config.tshdevalke2020-03-121-1/+0
| * | | | | | fixup! feat: add debug code lensHannes De Valkeneer2020-03-127-19/+26
| * | | | | | fixup! feat: add debug code lensHannes De Valkeneer2020-03-123-18/+13
| * | | | | | fixup! feat: add debug code lensHannes De Valkeneer2020-03-121-2/+1
| * | | | | | Update crates/rust-analyzer/src/main_loop/handlers.rs hdevalke2020-03-121-1/+1
| * | | | | | feat: add debug code lensHannes De Valkeneer2020-03-118-30/+77
* | | | | | | Merge #3579bors[bot]2020-03-131-10/+10
|\ \ \ \ \ \ \
| * | | | | | | Update depskjeremy2020-03-131-10/+10
|/ / / / / / /
* | | | | | | Merge #3576bors[bot]2020-03-137-14/+178
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Parse variadics correctlyAleksey Kladov2020-03-137-14/+178
|/ / / / / /
* | | | | | Merge #3574bors[bot]2020-03-135-6/+62
|\ \ \ \ \ \
| * | | | | | Fix completion of HashMap::newFlorian Diebold2020-03-135-6/+62
|/ / / / / /
* | | | | | Merge #3575bors[bot]2020-03-1314-96/+103
|\ \ \ \ \ \
| * | | | | | Restore cargo-fmt gatingAleksey Kladov2020-03-134-19/+12
| * | | | | | Move verbose tests out of lineAleksey Kladov2020-03-1310-77/+91
|/ / / / / /
* | | | | | Merge #3553bors[bot]2020-03-136-11/+108
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | fix issue 3444Josh Mcguigan2020-03-136-11/+108
| |/ / / /
* | | | | Merge #3572bors[bot]2020-03-131-0/+34
|\ \ \ \ \
| * | | | | Add test for completion of unresolved itemsAleksey Kladov2020-03-131-0/+34
| | |_|_|/ | |/| | |
* | | | | Merge #3570bors[bot]2020-03-137-27/+31
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove some TextUnit->usize escapeesCAD972020-03-137-27/+31
|/ / / /
* | | | Merge #3568bors[bot]2020-03-123-0/+12
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix completion testsAleksey Kladov2020-03-123-0/+12
|/ / /
* | | Merge #3566bors[bot]2020-03-1211-62/+73
|\ \ \
| * | | Fix docsAleksey Kladov2020-03-121-2/+3
| * | | Simpler deserializationAleksey Kladov2020-03-126-28/+38
| * | | Make naming more uniformAleksey Kladov2020-03-126-35/+35
|/ / /
* | | Merge #3543bors[bot]2020-03-1212-43/+150
|\ \ \
| * | | Make maxLength nullable againSteffen Lyngbaek2020-03-122-3/+6
| * | | Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek2020-03-1211-85/+41
| * | | Deduplicate some Inlay definitionsSteffen Lyngbaek2020-03-113-36/+31
| * | | Address Issues from GithubSteffen Lyngbaek2020-03-1010-45/+77
| * | | Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek2020-03-1013-34/+155
* | | | Merge #3559bors[bot]2020-03-124-6/+79
|\ \ \ \
| * | | | Update commentEdwin Cheng2020-03-111-4/+4
| * | | | Add test on hoverEdwin Cheng2020-03-111-0/+19
| * | | | Implement dummy assert macroEdwin Cheng2020-03-114-6/+60
* | | | | Merge #3556bors[bot]2020-03-121-1/+1
|\ \ \ \ \
| * | | | | settings: rust-analyzer.cargo-watch.enable: clarify that the setting enables ...Matthias Krüger2020-03-111-1/+1
* | | | | | Merge #3564bors[bot]2020-03-1211-458/+722
|\ \ \ \ \ \
| * | | | | | Handle diagnostics with multiple primary spansEmil Lauridsen2020-03-1211-527/+554
| * | | | | | Correctly handle multi-line fixes from cargo/clippyEmil Lauridsen2020-03-125-30/+267
| | |_|_|/ / | |/| | | |