aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix column conversion for supplementary plane charactersLaurențiu Nicola2020-05-051-2/+15
|
* Add tests for #4306Laurențiu Nicola2020-05-051-0/+12
|
* Fix line index rebuild during incremental changesLaurențiu Nicola2020-05-041-5/+5
|
* Make incremental sync opt-outLaurențiu Nicola2020-05-041-3/+3
|
* Merge #4303bors[bot]2020-05-042-4/+40
|\ | | | | | | | | | | | | | | | | | | | | 4303: Remove false positive attr compleitons r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Remove false positive attr compleitonsAleksey Kladov2020-05-042-4/+40
| |
* | Merge #4301bors[bot]2020-05-041-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | 4301: Fix typo in markdownDescription r=matklad a=szunami Co-authored-by: szunami <[email protected]>
| * | Fix typo in markdownDescriptionszunami2020-05-041-1/+1
|/ /
* | Merge #4300bors[bot]2020-05-042-26/+24
|\| | | | | | | | | | | | | | | | | 4300: Cleanup attribute completion r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Qualify ast typesAleksey Kladov2020-05-041-6/+5
| |
| * Cleanup importsAleksey Kladov2020-05-041-4/+6
| |
| * Remove unnecessary conditionAleksey Kladov2020-05-041-17/+14
| | | | | | | | | | | | No tests fail, and quick manual testing shows that there are no false-positives. In general, each completion contributor should be independent from the others.
* | Merge #4299bors[bot]2020-05-041-33/+34
|\| | | | | | | | | | | | | | | | | | | | | 4299: Simplify r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * SimplifyAleksey Kladov2020-05-041-33/+34
|/
* Merge #4297bors[bot]2020-05-041-1/+1
|\ | | | | | | | | | | | | | | 4297: refactor: use parent instead ancestors for use alias r=matklad a=bnjjj Linked to this comment https://github.com/rust-analyzer/rust-analyzer/pull/4269/files#r419343670 Co-authored-by: Benjamin Coenen <[email protected]>
| * refactor: use parent instead ancestors for use aliasBenjamin Coenen2020-05-041-1/+1
| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | Merge #4298bors[bot]2020-05-041-13/+13
|\ \ | |/ |/| | | | | | | | | | | | | | | | | 4298: Simplify r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * SimplifyAleksey Kladov2020-05-041-13/+13
|/
* Merge #4295bors[bot]2020-05-041-0/+4
|\ | | | | | | | | | | | | | | | | | | | | 4295: Specify cotributed semanticTokenTypes in package.json r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * Specify cotributed semanticTokenTypes in package.jsonAleksey Kladov2020-05-041-0/+4
| |
* | Merge #4283bors[bot]2020-05-042-104/+80
|\ \ | |/ |/| | | | | | | | | | | | | | | | | 4283: Support macro for trait items r=matklad a=edwin0cheng Fixed #4039 r? @flodiebold Co-authored-by: Edwin Cheng <[email protected]> Co-authored-by: Edwin Cheng <[email protected]>
| * Fixes names for collect_item funtionsEdwin Cheng2020-05-041-25/+14
| |
| * Remove whitespacesEdwin Cheng2020-05-031-1/+1
| |
| * Support macro for trait itemsEdwin Cheng2020-05-032-101/+88
| |
| |
| \
*-. \ Merge #4269 #4293bors[bot]2020-05-044-0/+47
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4269: add support of use alias semantic in definition r=matklad a=bnjjj close #4202 4293: no doctests for flycheck r=matklad a=matklad bors r+ 🤖 Co-authored-by: Benjamin Coenen <[email protected]> Co-authored-by: Aleksey Kladov <[email protected]>
| | * | no doctests for flycheckAleksey Kladov2020-05-041-0/+3
| | | |
| * | | add support of use alias semantic in definition #4202Benjamin Coenen2020-05-022-6/+25
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4202Benjamin Coenen2020-05-02313-11706/+13661
| |\ \ \
| * | | | wipBenjamin Coenen2020-05-013-1/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | | Merge #4292bors[bot]2020-05-042-8/+12
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4292: Fix focus range for TypeParam r=matklad a=matklad closes #4274 bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | Fix focus range for TypeParamAleksey Kladov2020-05-042-8/+12
| | | | | | | | | | | | | | | | | | | | closes #4274
* | | | | Merge #4291bors[bot]2020-05-042-5/+10
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4291: Add test marks r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | | | Add test marksAleksey Kladov2020-05-042-5/+10
|/ / / /
* | | | Merge #4282bors[bot]2020-05-042-18/+70
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4282: More name hints omitting heuristics r=matklad a=SomeoneToIgnore Omit parameter name hints for cases like the first two parameters from the screenshot: <img width="394" alt="Screenshot 2020-05-03 at 15 06 34" src="https://user-images.githubusercontent.com/2690773/80914717-165b2f80-8d56-11ea-8675-040972f70d98.png"> Co-authored-by: Kirill Bulatov <[email protected]>
| * | | | Code review fixesKirill Bulatov2020-05-041-8/+7
| | | | | | | | | | | | | | | | | | | | Co-authored-by: Edwin Cheng <[email protected]>
| * | | | Move snake case method to heckKirill Bulatov2020-05-032-15/+16
| | | | |
| * | | | Omit name hints for enum names similar to parameter namesKirill Bulatov2020-05-031-12/+52
| | | | |
| * | | | Omit name hints for method names similar to parameter namesKirill Bulatov2020-05-031-13/+25
| | | | |
* | | | | Merge #4285bors[bot]2020-05-042-1/+34
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4285: add support of cfg attributes on enum variants r=edwin0cheng a=bnjjj close #4279 Co-authored-by: Benjamin Coenen <[email protected]>
| * | | | | add support of cfg attributes on enum variants #4279Benjamin Coenen2020-05-032-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | | | Merge #4286bors[bot]2020-05-041-1/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4286: Make incremental sync opt-in r=matklad a=lnicola @matklad do you want to merge this? I'd make it opt-out, but it's fine to test it more. Co-authored-by: Laurențiu Nicola <[email protected]>
| * | | | | | Make incremental sync opt-inLaurențiu Nicola2020-05-031-1/+6
| | | | | | |
* | | | | | | Merge #4287bors[bot]2020-05-041-4/+4
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4287: Update debugging.md r=matklad a=lonesometraveler Co-authored-by: KENTARO OKUDA <[email protected]>
| * | | | | | | Update debugging.mdKENTARO OKUDA2020-05-031-4/+4
| | | | | | | |
* | | | | | | | Merge #4268bors[bot]2020-05-035-19/+66
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4268: Support auto-import in macro r=SomeoneToIgnore a=edwin0cheng Fixed: #3854 Co-authored-by: Edwin Cheng <[email protected]>
| * | | | | | | Support auto-import in macroEdwin Cheng2020-05-025-19/+66
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge #4280bors[bot]2020-05-032-2/+4
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4280: Add documents owner for ImplDef and SourceFile r=matklad a=edwin0cheng When working on #3182, I found that `ImplDef` and `SourceFile` do not implemet `DocCommentsOwer` trait, and I tested it in `cargo doc` that `impl` could has some doc-comments. I am not so sure about `SourceFile` case, but in theory if that file is a crate root, the doc comment of it should represent the whole crate documentation, right ? Co-authored-by: Edwin Cheng <[email protected]>
| * | | | | | Add documents owner for ImplDef and SourceFileEdwin Cheng2020-05-032-2/+4
| | |_|_|_|/ | |/| | | |
* | | | | | Merge #4278bors[bot]2020-05-031-1/+17
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4278: Log panics in apply_document_changes r=matklad a=lnicola This doesn't necessarily help (because of https://github.com/rust-analyzer/rust-analyzer/issues/4263#issuecomment-623078531), but maybe we could leave it in there for a while in case it catches something. Co-authored-by: Laurențiu Nicola <[email protected]>
| * | | | | Log panics in apply_document_changesLaurențiu Nicola2020-05-031-1/+17
| | | | | |