aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
*-. Merge #4306 #4308bors[bot]2020-05-052-8/+8
|\ \
| * | Fix line index rebuild during incremental changesLaurențiu Nicola2020-05-041-5/+5
| * | Make incremental sync opt-outLaurențiu Nicola2020-05-041-3/+3
| |/
* / refactor: use attrsOwner directly in is_cfg_enabledBenjamin Coenen2020-05-054-22/+15
|/
* Remove false positive attr compleitonsAleksey Kladov2020-05-042-4/+40
* Qualify ast typesAleksey Kladov2020-05-041-6/+5
* Cleanup importsAleksey Kladov2020-05-041-4/+6
* Remove unnecessary conditionAleksey Kladov2020-05-041-17/+14
* SimplifyAleksey Kladov2020-05-041-33/+34
* Merge #4297bors[bot]2020-05-041-1/+1
|\
| * refactor: use parent instead ancestors for use aliasBenjamin Coenen2020-05-041-1/+1
* | SimplifyAleksey Kladov2020-05-041-13/+13
|/
* Merge #4283bors[bot]2020-05-042-104/+80
|\
| * 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
|\ \ \
| | * | no doctests for flycheckAleksey Kladov2020-05-041-0/+3
| |/ / |/| |
| * | add support of use alias semantic in definition #4202Benjamin Coenen2020-05-022-6/+25
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4202Benjamin Coenen2020-05-02294-11551/+13220
| |\ \
| * | | wipBenjamin Coenen2020-05-013-1/+26
* | | | Fix focus range for TypeParamAleksey Kladov2020-05-042-8/+12
* | | | Add test marksAleksey Kladov2020-05-042-5/+10
* | | | Merge #4282bors[bot]2020-05-042-18/+70
|\ \ \ \
| * | | | Code review fixesKirill Bulatov2020-05-041-8/+7
| * | | | 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
|\ \ \ \ \
| * | | | | add support of cfg attributes on enum variants #4279Benjamin Coenen2020-05-032-1/+34
* | | | | | Merge #4286bors[bot]2020-05-041-1/+6
|\ \ \ \ \ \
| * | | | | | Make incremental sync opt-inLaurențiu Nicola2020-05-031-1/+6
* | | | | | | Merge #4268bors[bot]2020-05-035-19/+66
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Support auto-import in macroEdwin Cheng2020-05-025-19/+66
| | |_|_|/ / | |/| | | |
* | | | | | Merge #4280bors[bot]2020-05-031-0/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Add documents owner for ImplDef and SourceFileEdwin Cheng2020-05-031-0/+2
| | |_|_|/ | |/| | |
* | | | | Merge #4278bors[bot]2020-05-031-1/+17
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Log panics in apply_document_changesLaurențiu Nicola2020-05-031-1/+17
* | | | | Merge #4276bors[bot]2020-05-031-3/+9
|\| | | | | |/ / / |/| | |
| * | | Don't count start of non-ASCII characters as being inside of themLaurențiu Nicola2020-05-031-3/+9
* | | | Fix derive argument parsingKirill Bulatov2020-05-021-26/+40
* | | | Separate macros completion from otherKirill Bulatov2020-05-021-15/+17
* | | | Propose custom derives in completionKirill Bulatov2020-05-022-16/+39
* | | | Complete standard derivesKirill Bulatov2020-05-022-16/+245
* | | | Fix the extension methodKirill Bulatov2020-05-021-1/+1
| |/ / |/| |
| | |
| \ \
*-. \ \ Merge #4207 #4253bors[bot]2020-05-026-9/+372
|\ \ \ \
| | * | | Remove `workspaceLoaded` settingAndrew Chin2020-05-022-8/+2
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-05-0213-17/+139
| |\ \ \ \
| * | | | | Add unwrap block assist #4156Benjamin Coenen2020-05-021-3/+2
| * | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-05-02248-11117/+11163
| |\ \ \ \ \