| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | | | | Add missing members generates indented blocks | Aleksey Kladov | 2020-05-02 | 3 | -87/+119 |
| | * | | | | | | Add smoke test for decorated blocks | Aleksey Kladov | 2020-05-02 | 1 | -0/+32 |
| | * | | | | | | Cleanup inline tests | Aleksey Kladov | 2020-05-02 | 9 | -32/+63 |
| | * | | | | | | Update test data | Aleksey Kladov | 2020-05-02 | 178 | -10580/+10223 |
| | * | | | | | | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 23 | -249/+234 |
| * | | | | | | | Merge #4256 | bors[bot] | 2020-05-02 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | Improve formatting of analyzer status text | Andrew Chin | 2020-05-02 | 1 | -2/+2 |
| | | |_|_|/ / /
| | |/| | | | | |
|
| * | | | | | | | Test/check the whole package | Aleksey Kladov | 2020-05-02 | 2 | -7/+3 |
| | |/ / / / /
| |/| | | | | |
|
| * | | | | | | Revert "Merge #4233" | Aleksey Kladov | 2020-05-02 | 8 | -29/+59 |
| * | | | | | | Update crates | kjeremy | 2020-05-01 | 1 | -1/+1 |
| |/ / / / / |
|
* / / / / / | Add extra newline after module path in hover info | Galilée 'Bill' Enguehard | 2020-05-21 | 1 | -1/+1 |
|/ / / / / |
|
| | | | | | |
| \ \ \ \ | |
*-. \ \ \ \ | Merge #4220 #4240 | bors[bot] | 2020-05-01 | 23 | -103/+249 |
|\ \ \ \ \ \
| | | |_|/ /
| | |/| | | |
|
| | * | | | | Bump deps | Laurențiu Nicola | 2020-05-01 | 8 | -25/+37 |
| | |/ / / |
|
| * | | | | Remove lower_path from AssistCtx to Semantic | Edwin Cheng | 2020-05-01 | 3 | -8/+10 |
| * | | | | Introduce LowerCtx for path lowering | Edwin Cheng | 2020-05-01 | 14 | -80/+172 |
| * | | | | Add test | Edwin Cheng | 2020-05-01 | 1 | -0/+40 |
| |/ / / |
|
* | | | | Merge #4244 | bors[bot] | 2020-05-01 | 2 | -1/+16 |
|\ \ \ \ |
|
| * | | | | Test for unsafe trait | Diana | 2020-05-01 | 1 | -0/+11 |
| * | | | | Unsafe traits | Diana | 2020-05-01 | 1 | -1/+5 |
| |/ / / |
|
* | | | | Merge #4246 | bors[bot] | 2020-05-01 | 8 | -74/+177 |
|\ \ \ \ |
|
| * | | | | Validate uses of self and super | John Renner | 2020-05-01 | 8 | -74/+177 |
* | | | | | Address comments | kjeremy | 2020-05-01 | 2 | -2/+4 |
* | | | | | Mark most assists as the base "refactor" type | kjeremy | 2020-05-01 | 1 | -9/+2 |
* | | | | | Advertise support for all the builtin CodeActionKinds | kjeremy | 2020-05-01 | 1 | -8/+20 |
* | | | | | Filter out CodeActions if a server only support commands. | kjeremy | 2020-05-01 | 3 | -1/+27 |
* | | | | | Fix pub(self) visibility? | Diana | 2020-05-01 | 1 | -1/+1 |
| |/ / /
|/| | | |
|
* | | | | Kill more zombies | Aleksey Kladov | 2020-04-30 | 2 | -9/+0 |
* | | | | Introduce BlockModifier | Aleksey Kladov | 2020-04-30 | 2 | -2/+19 |
* | | | | Remove dead code, which elaborately pretends to be alive | Aleksey Kladov | 2020-04-30 | 5 | -48/+10 |
|/ / / |
|
* | | | Fix a bunch of false-positives in join-lines | Aleksey Kladov | 2020-04-30 | 4 | -13/+82 |
* | | | Merge #4153 | bors[bot] | 2020-04-30 | 3 | -11/+123 |
|\ \ \ |
|
| * | | | Add support for incremental text synchronization | Laurențiu Nicola | 2020-04-30 | 3 | -11/+123 |
* | | | | Merge #4227 | bors[bot] | 2020-04-30 | 6 | -81/+116 |
|\ \ \ \ |
|
| * | | | | Report invalid, nested, multi-segment crate-paths | John Renner | 2020-04-30 | 6 | -81/+116 |
* | | | | | Special-case try macro_rules | Edwin Cheng | 2020-04-30 | 3 | -0/+39 |
|/ / / / |
|
* | | | | Special-case try macro to better support 2015 edition | Aleksey Kladov | 2020-04-30 | 3 | -0/+52 |
* | | | | Merge #4210 | bors[bot] | 2020-04-30 | 2 | -0/+65 |
|\ \ \ \ |
|
| * | | | | Add tests of showing function qualifiers | oxalica | 2020-04-30 | 1 | -0/+25 |
| * | | | | Include function qualifiers in signature | oxalica | 2020-04-29 | 1 | -0/+40 |
| |/ / / |
|
* | | | | Merge #4178 | bors[bot] | 2020-04-30 | 4 | -0/+120 |
|\ \ \ \ |
|
| * | | | | Validate the location of `crate` in paths | John Renner | 2020-04-29 | 4 | -0/+120 |
* | | | | | if let -> match | Jonas Schievink | 2020-04-29 | 1 | -4/+3 |
* | | | | | ? | Jonas Schievink | 2020-04-29 | 1 | -5/+1 |
* | | | | | Use or-patterns more | Jonas Schievink | 2020-04-29 | 1 | -10/+9 |
* | | | | | Remove `.clone()` | Jonas Schievink | 2020-04-29 | 1 | -8/+8 |
* | | | | | Rename to associated_type_shorthand_candidates | Jonas Schievink | 2020-04-29 | 3 | -29/+30 |
* | | | | | Complete assoc. items on type parameters | Jonas Schievink | 2020-04-29 | 5 | -69/+408 |
| |/ / /
|/| | | |
|
* | | | | Merge #4119 | bors[bot] | 2020-04-29 | 4 | -65/+110 |
|\ \ \ \ |
|
| * | | | | Generate uniq name | Edwin Cheng | 2020-04-26 | 1 | -3/+11 |
| * | | | | Simpify code | Edwin Cheng | 2020-04-26 | 2 | -16/+12 |