Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests and remove unused methods | Mikhail Rakhmanov | 2020-06-13 | 3 | -13/+6 |
| | |||||
* | Add more patterns, tests and fix keywords | Mikhail Rakhmanov | 2020-06-12 | 3 | -473/+297 |
| | |||||
* | Rewrite snapshot checks | Mikhail Rakhmanov | 2020-06-12 | 4 | -245/+100 |
| | |||||
* | Remove comment and incorrect assert | Mikhail Rakhmanov | 2020-06-12 | 1 | -7/+1 |
| | |||||
* | Return snapshots to tests | Mikhail Rakhmanov | 2020-06-12 | 1 | -18/+34 |
| | |||||
* | More assert refactoring | Mikhail Rakhmanov | 2020-06-12 | 1 | -7/+8 |
| | |||||
* | Add more pattern tests | Mikhail Rakhmanov | 2020-06-12 | 2 | -11/+50 |
| | |||||
* | New testing approach for keywords | Mikhail Rakhmanov | 2020-06-12 | 2 | -6/+56 |
| | |||||
* | Add few smoke tests for patterns and refactoring | Mikhail Rakhmanov | 2020-06-11 | 4 | -10/+111 |
| | |||||
* | Add more patterns and keywords | Mikhail Rakhmanov | 2020-06-11 | 3 | -55/+59 |
| | |||||
* | Add todo | Mikhail Rakhmanov | 2020-06-11 | 1 | -1/+2 |
| | |||||
* | Add more keywords | Mikhail Rakhmanov | 2020-06-11 | 4 | -234/+183 |
| | |||||
* | Add top level keywords completion | Mikhail Rakhmanov | 2020-06-02 | 1 | -1/+186 |
| | |||||
* | Rename assist | Aleksey Kladov | 2020-06-01 | 3 | -52/+49 |
| | |||||
* | Cleanup imports | Aleksey Kladov | 2020-06-01 | 1 | -6/+9 |
| | |||||
* | Small refactor | veetaha | 2020-05-31 | 1 | -2/+2 |
| | |||||
* | add test | Brennan Vincent | 2020-05-31 | 1 | -0/+27 |
| | |||||
* | recursively search submodules | Brennan Vincent | 2020-05-31 | 1 | -18/+22 |
| | |||||
* | Merge #4667 | bors[bot] | 2020-05-31 | 8 | -36/+171 |
|\ | | | | | | | | | | | | | | | 4667: Infer labelled breaks correctly r=flodiebold a=robojumper Fixes #4663. Co-authored-by: robojumper <[email protected]> | ||||
| * | fmt | robojumper | 2020-05-31 | 2 | -11/+21 |
| | | |||||
| * | correctly infer labelled breaks | robojumper | 2020-05-31 | 8 | -45/+116 |
| | | |||||
| * | labelled break test | robojumper | 2020-05-31 | 1 | -0/+54 |
| | | |||||
* | | Merge #4664 | bors[bot] | 2020-05-31 | 23 | -177/+405 |
|\ \ | |/ |/| | | | | | | | | | | | 4664: Generate feature documentation from code r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | Move the rest of the features to generated docs | Aleksey Kladov | 2020-05-31 | 6 | -142/+212 |
| | | |||||
| * | Doc more features | Aleksey Kladov | 2020-05-31 | 3 | -6/+40 |
| | | |||||
| * | Don't require module docs for Features and Assists | Aleksey Kladov | 2020-05-31 | 12 | -27/+62 |
| | | |||||
| * | Specify actions | Aleksey Kladov | 2020-05-31 | 4 | -3/+20 |
| | | |||||
| * | Generate features docs from source | Aleksey Kladov | 2020-05-31 | 8 | -2/+74 |
| | | |||||
* | | Merge #4654 | bors[bot] | 2020-05-30 | 3 | -0/+4 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4654: Add semantic highlight to ? operator r=matklad a=ruabmbua Made it an operator with controlFlow modifier. To highlight in vscode as red: ```json "editor.semanticTokenColorCustomizations": { "enabled": true, "rules": { "operator.controlFlow": "#ff0000", } } ``` ![Bildschirmfoto von 2020-05-29 21-32-06](https://user-images.githubusercontent.com/2522373/83297998-f3585a00-a1f3-11ea-9d14-4ef04b9b6b9a.png) https://github.com/rust-analyzer/rust-analyzer/issues/4597 Co-authored-by: Roland Ruckerbauer <[email protected]> | ||||
| * | | Add semantic highlight to QUESTION token | Roland Ruckerbauer | 2020-05-29 | 3 | -0/+4 |
| | | | | | | | | | | | | Made it an operator with controlFlow modifier. | ||||
* | | | Merge #4562 | bors[bot] | 2020-05-30 | 3 | -0/+330 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4562: Assist: replace anonymous lifetime with a named one r=matklad a=jbalint (fixes #4523) Co-authored-by: Jess Balint <[email protected]> | ||||
| * | | | add support for naming anon lifetimes in function return type | Jess Balint | 2020-05-28 | 1 | -50/+210 |
| | | | | |||||
| * | | | tweak syntax | Jess Balint | 2020-05-23 | 1 | -49/+40 |
| | | | | |||||
| * | | | use char range | Jess Balint | 2020-05-22 | 1 | -2/+2 |
| | | | | |||||
| * | | | fix generated docs issue | Jess Balint | 2020-05-22 | 2 | -23/+48 |
| | | | | |||||
| * | | | handle the case of conflicting lifetime param name | Jess Balint | 2020-05-22 | 1 | -7/+36 |
| | | | | | | | | | | | | | | | | - and clean/format code | ||||
| * | | | Assist: replace anonymous lifetime with a named one | Jess Balint | 2020-05-22 | 2 | -0/+125 |
| | | | | | | | | | | | | | | | | (fixes #4523) | ||||
* | | | | Merge #4653 | bors[bot] | 2020-05-30 | 2 | -5/+61 |
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | 4653: Fix match ergonomics in closure parameters r=matklad a=flodiebold Fixes #4476. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | | | Fix match ergonomics in closure parameters | Florian Diebold | 2020-05-29 | 2 | -5/+61 |
| | |/ | |/| | | | | | | | Fixes #4476. | ||||
* | | | Merge #4651 | bors[bot] | 2020-05-29 | 2 | -4/+2 |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4651: Use first match branch in case of type mismatch, not last r=kjeremy a=flodiebold The comment says this was intentional, but I do agree with #4304 that it makes more sense the other way around (for if/else as well). Fixes #4304. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | | | Use first match branch in case of type mismatch, not last | Florian Diebold | 2020-05-29 | 2 | -4/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The comment says this was intentional, but I do agree with #4304 that it makes more sense the other way around (for if/else as well). Fixes #4304. | ||||
* | | | | Merge #4652 | bors[bot] | 2020-05-29 | 2 | -7/+51 |
|\ \ \ \ | |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | 4652: Upgrade Chalk r=kjeremy a=flodiebold Fixes #4072. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | | | Upgrade Chalk | Florian Diebold | 2020-05-29 | 2 | -7/+51 |
| |/ / | | | | | | | | | | Fixes #4072. | ||||
* / / | Support raw_ref_op's raw reference operator | robojumper | 2020-05-28 | 11 | -71/+256 |
|/ / | |||||
* | | Merge #4641 | bors[bot] | 2020-05-28 | 4 | -55/+54 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | 4641: Upgrade Chalk r=matklad a=flodiebold Chalk newly added TypeName::Never and Array; I implemented the conversion for Never, but not Array since that expects a const argument. Co-authored-by: Florian Diebold <[email protected]> | ||||
| * | | Upgrade Chalk | Florian Diebold | 2020-05-27 | 4 | -55/+54 |
| | | | | | | | | | | | | | | | Chalk newly added TypeName::Never and Array; I implemented the conversion for Never, but not Array since that expects a const argument. | ||||
* | | | Fixed missing newline on each field on "Missing structure fields". | Cadu | 2020-05-27 | 2 | -3/+3 |
|/ / | |||||
* | | Merge #4592 | bors[bot] | 2020-05-27 | 3 | -1/+49 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 4592: fix textedit range returned for completion when left token is a keyword r=bnjjj a=bnjjj close #4545 Co-authored-by: Benjamin Coenen <[email protected]> | ||||
| * | | fix textedit range returned for completion when left token is a keyword | Benjamin Coenen | 2020-05-27 | 2 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
| * | | fix textedit range returned for completion when left token is a keyword #4545 | Benjamin Coenen | 2020-05-24 | 3 | -1/+46 |
| | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> |