aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #4664bors[bot]2020-05-3133-412/+859
|\
| * Force / slashes on windowsAleksey Kladov2020-05-311-2/+3
| * Tweak whitespaceAleksey Kladov2020-05-312-21/+2
| * Move the rest of the features to generated docsAleksey Kladov2020-05-3110-240/+358
| * Doc more featuresAleksey Kladov2020-05-315-54/+47
| * Don't require module docs for Features and AssistsAleksey Kladov2020-05-3116-45/+140
| * Specify actionsAleksey Kladov2020-05-317-17/+64
| * Ignore HTMLAleksey Kladov2020-05-311-1/+1
| * SimplifyAleksey Kladov2020-05-311-1/+1
| * Generate features docs from sourceAleksey Kladov2020-05-3115-58/+258
| * GeneralizeAleksey Kladov2020-05-302-9/+21
* | Merge #4662bors[bot]2020-05-301-71/+73
|\|
| * minorAleksey Kladov2020-05-301-71/+73
* | Merge #4654bors[bot]2020-05-303-0/+4
|\ \
| * | Add semantic highlight to QUESTION tokenRoland Ruckerbauer2020-05-293-0/+4
* | | Merge #4562bors[bot]2020-05-304-0/+354
|\ \ \
| * | | add support for naming anon lifetimes in function return typeJess Balint2020-05-281-50/+210
| * | | tweak syntaxJess Balint2020-05-231-49/+40
| * | | use char rangeJess Balint2020-05-221-2/+2
| * | | fix generated docs issueJess Balint2020-05-223-23/+72
| * | | Remove doc using `cargo xtask codegen`.Jess Balint2020-05-221-24/+0
| * | | handle the case of conflicting lifetime param nameJess Balint2020-05-221-7/+36
| * | | Assist: replace anonymous lifetime with a named oneJess Balint2020-05-223-0/+149
* | | | Merge #4653bors[bot]2020-05-302-5/+61
|\ \ \ \ | |_|_|/ |/| | |
| * | | Fix match ergonomics in closure parametersFlorian Diebold2020-05-292-5/+61
| | |/ | |/|
* | | Merge #4655bors[bot]2020-05-301-1/+1
|\ \ \
| * | | Fix typo in docs/dev/lsp-extensions.md: automagiacally -> automagicallyStephan Seitz2020-05-291-1/+1
* | | | Merge #4651bors[bot]2020-05-292-4/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Use first match branch in case of type mismatch, not lastFlorian Diebold2020-05-292-4/+2
* | | | Merge #4652bors[bot]2020-05-293-22/+56
|\ \ \ \ | |_|/ / |/| | |
| * | | Upgrade ChalkFlorian Diebold2020-05-293-22/+56
| |/ /
* | | Merge #4648bors[bot]2020-05-2912-72/+259
|\ \ \ | |/ / |/| |
| * | Support raw_ref_op's raw reference operatorrobojumper2020-05-2812-72/+259
|/ /
* | Merge #4640bors[bot]2020-05-284-1/+86
|\ \
| * | Add `inRustProject` context documentation.vsrs2020-05-281-0/+10
| * | Add `inRustProject` when-clause for commands.vsrs2020-05-273-1/+76
* | | Merge #4641bors[bot]2020-05-286-86/+71
|\ \ \
| * | | Upgrade ChalkFlorian Diebold2020-05-276-86/+71
| |/ /
* | | Merge #4646bors[bot]2020-05-282-4/+8
|\ \ \
| * | | Link forum topicAleksey Kladov2020-05-282-4/+8
|/ / /
* | | Merge #4639bors[bot]2020-05-272-3/+3
|\ \ \ | |/ / |/| |
| * | Fixed missing newline on each field on "Missing structure fields".Cadu2020-05-272-3/+3
|/ /
* | Merge #4592bors[bot]2020-05-273-1/+49
|\ \
| * | fix textedit range returned for completion when left token is a keywordBenjamin Coenen2020-05-272-0/+3
| * | fix textedit range returned for completion when left token is a keyword #4545Benjamin Coenen2020-05-243-1/+46
* | | Merge #4596bors[bot]2020-05-271-1/+59
|\ \ \
| * | | Trim at presentation layerYuki Kodama2020-05-252-4/+2
| * | | Fix test to consider multiple underscoresYuki Kodama2020-05-251-7/+7
| * | | Use built-in methodYuki Kodama2020-05-251-11/+5
| * | | Separate assertionsYuki Kodama2020-05-251-7/+65