Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | Spec better runnables | Aleksey Kladov | 2020-06-02 | 2 | -1/+4 | |
| | * | | | | New runnables API | Aleksey Kladov | 2020-06-02 | 5 | -98/+80 | |
| * | | | | | Merge #4711 | bors[bot] | 2020-06-02 | 2 | -2/+2 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | Disable rust-analyzer.{cargo,checkOnSave}.allFeatures by default | Laurențiu Nicola | 2020-06-02 | 2 | -2/+2 | |
| * | | | | | Minor | Aleksey Kladov | 2020-06-02 | 3 | -124/+125 | |
* | | | | | | Preliminary implementation of lazy CodeAssits | Mikhail Rakhmanov | 2020-06-02 | 9 | -47/+150 | |
|/ / / / / | ||||||
* | | | | | Merge #4658 | bors[bot] | 2020-06-02 | 3 | -5/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Test case for format string highlighting of closing curlybrace | Roland Ruckerbauer | 2020-05-30 | 2 | -0/+2 | |
| * | | | | | Fix problem with format string tokenization | Roland Ruckerbauer | 2020-05-30 | 1 | -5/+0 | |
* | | | | | | Merge #4580 | bors[bot] | 2020-06-02 | 5 | -11/+21 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Change Runnable.bin -> Runnable.kind | veetaha | 2020-05-31 | 4 | -22/+18 | |
| * | | | | | Fix tests, apply code review proposals | veetaha | 2020-05-31 | 4 | -14/+21 | |
| * | | | | | Fix invoking cargo without consulting CARGO or standard installation paths | veetaha | 2020-05-31 | 2 | -1/+8 | |
| |/ / / / | ||||||
* | | | | | Simplify | veetaha | 2020-06-02 | 1 | -1/+1 | |
* | | | | | 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 | |
|\ \ \ \ \ | ||||||
| * | | | | | 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 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 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 | |
|\ \ \ \ | ||||||
| * | | | | Add semantic highlight to QUESTION token | Roland Ruckerbauer | 2020-05-29 | 3 | -0/+4 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #4562 | bors[bot] | 2020-05-30 | 3 | -0/+330 | |
|\ \ \ \ | ||||||
| * | | | | 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 | |
| * | | | | Assist: replace anonymous lifetime with a named one | Jess Balint | 2020-05-22 | 2 | -0/+125 | |
* | | | | | Merge #4653 | bors[bot] | 2020-05-30 | 2 | -5/+61 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Fix match ergonomics in closure parameters | Florian Diebold | 2020-05-29 | 2 | -5/+61 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #4651 | bors[bot] | 2020-05-29 | 2 | -4/+2 | |
|\ \ \ \ | ||||||
| * | | | | Use first match branch in case of type mismatch, not last | Florian Diebold | 2020-05-29 | 2 | -4/+2 | |
* | | | | | Merge #4652 | bors[bot] | 2020-05-29 | 2 | -7/+51 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Upgrade Chalk | Florian Diebold | 2020-05-29 | 2 | -7/+51 | |
| |/ / / | ||||||
* / / / | 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 | |
|\ \ \ | ||||||
| * | | | Upgrade Chalk | Florian Diebold | 2020-05-27 | 4 | -55/+54 | |
* | | | | 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 | |
|\ \ \ | ||||||
| * | | | fix textedit range returned for completion when left token is a keyword | Benjamin Coenen | 2020-05-27 | 2 | -0/+3 |