aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge #9016bors[bot]2021-05-263-41/+58
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Set `record_pat_syntax` more precisely in CompletionContextLukas Wirth2021-05-263-41/+58
* | | | | Merge #8995bors[bot]2021-05-264-22/+20
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Create tasks for all workspacesKirill Bulatov2021-05-254-22/+20
| | |/ / | |/| |
* | | | Merge #9015bors[bot]2021-05-264-80/+93
|\ \ \ \
| * | | | Merge pattern completion related bools into an enumLukas Wirth2021-05-264-80/+93
* | | | | Merge #9012bors[bot]2021-05-261-21/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | feat: add tab stops for keyword completionsEduardo Canellas2021-05-261-21/+29
* | | | | Merge #9014bors[bot]2021-05-264-68/+44
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | simplifyLukas Wirth2021-05-264-68/+44
|/ / / /
* | | | Merge #9008bors[bot]2021-05-261-0/+2
|\ \ \ \
| * | | | fix: remove undesired completions from trait/impl blocksEduardo Canellas2021-05-261-0/+2
| | |/ / | |/| |
* | | | Merge #9007bors[bot]2021-05-267-27/+22
|\ \ \ \ | |/ / / |/| | |
| * | | clippy::redundant_clone fixesLaurențiu Nicola2021-05-267-27/+22
* | | | Merge #9003bors[bot]2021-05-262-0/+26
|\ \ \ \
| * | | | Document semantic token modifiersLukas Wirth2021-05-262-0/+26
* | | | | Merge #9002bors[bot]2021-05-261-35/+31
|\ \ \ \ \
| * | | | | Move annotations below item attributesLukas Wirth2021-05-261-35/+31
| |/ / / /
* | | | | Merge #9001bors[bot]2021-05-261-0/+4
|\ \ \ \ \
| * | | | | minor: explicitly set the focus to falseAleksey Kladov2021-05-261-0/+4
* | | | | | Merge #8996bors[bot]2021-05-263-8/+25
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Fix bug where library functions were not highlighted as suchAramis Razzaghipour2021-05-263-8/+25
| | |_|/ / | |/| | |
* | | | | Merge #8973bors[bot]2021-05-2524-676/+693
|\ \ \ \ \
| * | | | | internal: move diagnostics to hirAleksey Kladov2021-05-2524-676/+693
| | |/ / / | |/| | |
* | | | | Merge #8993bors[bot]2021-05-252-11/+5
|\ \ \ \ \
| * | | | | fix: don't show pd/ppd completions where it shouldn't beEduardo Canellas2021-05-252-11/+5
* | | | | | Merge #8994bors[bot]2021-05-251-1/+5
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Check for subdirs in vfs loader exclusions.ammkrn2021-05-251-1/+5
| |/ / / /
* | | | | Merge #8991bors[bot]2021-05-253-13/+57
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Consider trait to be in scope for trait-implLukas Wirth2021-05-253-13/+57
|/ / / /
* | | | Merge #8990bors[bot]2021-05-251-2/+26
|\ \ \ \
| * | | | Also do goto implementation on assoc constsJade2021-05-251-2/+26
* | | | | Merge #8987bors[bot]2021-05-253-16/+43
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Hide `-> ()` in Fn traitsFlorian Diebold2021-05-252-5/+7
| * | | | Fix lowering of FnOnce() without return typeFlorian Diebold2021-05-252-17/+42
* | | | | Merge #8988bors[bot]2021-05-251-1/+45
|\ \ \ \ \
| * | | | | feat: go to implementation on trait functionsJade2021-05-251-1/+45
* | | | | | Merge #8989bors[bot]2021-05-252-1/+41
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix type inference not working for new Try traitLukas Wirth2021-05-252-1/+41
|/ / / / /
* | | | | Merge #8767bors[bot]2021-05-256-102/+167
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | implement range formattingAndy Russell2021-05-236-102/+167
* | | | | Merge #8986bors[bot]2021-05-251-0/+32
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Add go to type definition for struct fields within structJade2021-05-251-0/+32
| | |/ / | |/| |
* | | | Merge #8985bors[bot]2021-05-251-15/+62
|\ \ \ \
| * | | | Minor test fixes / new testsFlorian Diebold2021-05-251-15/+62
|/ / / /
* | | | Merge #8983bors[bot]2021-05-252-1/+45
|\ \ \ \ | |/ / / |/| | |
| * | | Fix type mismatch caused by macrosFlorian Diebold2021-05-252-1/+45
|/ / /
* | | Merge #8942bors[bot]2021-05-2510-62/+124
|\ \ \
| * | | Refactor application of `library` semantic token modifierAramis Razzaghipour2021-05-251-62/+15
| * | | Remove superfluous early-returnsAramis Razzaghipour2021-05-241-18/+22