| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove whitespaces | Edwin Cheng | 2020-05-03 | 1 | -1/+1 |
* | Support macro for trait items | Edwin Cheng | 2020-05-03 | 2 | -101/+88 |
* | Fix derive argument parsing | Kirill Bulatov | 2020-05-02 | 1 | -26/+40 |
* | Separate macros completion from other | Kirill Bulatov | 2020-05-02 | 1 | -15/+17 |
* | Propose custom derives in completion | Kirill Bulatov | 2020-05-02 | 2 | -16/+39 |
* | Complete standard derives | Kirill Bulatov | 2020-05-02 | 2 | -16/+245 |
* | Fix the extension method | Kirill Bulatov | 2020-05-02 | 1 | -1/+1 |
*-. | Merge #4207 #4253 | bors[bot] | 2020-05-02 | 6 | -9/+372 |
|\ \ |
|
| | * | Remove `workspaceLoaded` setting | Andrew Chin | 2020-05-02 | 2 | -8/+2 |
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-05-02 | 13 | -17/+139 |
| |\ \ |
|
| * | | | Add unwrap block assist #4156 | Benjamin Coenen | 2020-05-02 | 1 | -3/+2 |
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-05-02 | 248 | -11117/+11163 |
| |\ \ \ |
|
| * | | | | Add unwrap block assist #4156 | Benjamin Coenen | 2020-05-02 | 1 | -76/+13 |
| * | | | | Add unwrap block assist #4156 | Benjamin Coenen | 2020-05-01 | 1 | -46/+23 |
| * | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-05-01 | 53 | -486/+1579 |
| |\ \ \ \ |
|
| * | | | | | Add unwrap block assist #4156 | Benjamin Coenen | 2020-04-29 | 2 | -3/+3 |
| * | | | | | Add unwrap block assist #4156 | Benjamin Coenen | 2020-04-29 | 4 | -1/+457 |
* | | | | | | Fix parsing of blocks without `{` | Aleksey Kladov | 2020-05-02 | 11 | -62/+107 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge #4234 | bors[bot] | 2020-05-02 | 13 | -17/+139 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Test whether it is bang macro properly | Edwin Cheng | 2020-05-02 | 2 | -8/+10 |
| * | | | | Add test in name resolutions | Edwin Cheng | 2020-05-02 | 1 | -0/+37 |
| * | | | | Update crates/ra_hir_expand/src/builtin_derive.rs
| Edwin Cheng | 2020-05-02 | 1 | -1/+1 |
| * | | | | Make AttrQuery copyable | Edwin Cheng | 2020-05-01 | 2 | -10/+15 |
| * | | | | Support local_inner_macros | Edwin Cheng | 2020-05-01 | 10 | -19/+97 |
| | |/ /
| |/| | |
|
* | | | | Merge #4257 | bors[bot] | 2020-05-02 | 209 | -10922/+10645 |
|\ \ \ \ |
|
| * | | | | 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 |
|/ / / |
|
| | | | |
| \ \ | |
*-. \ \ | 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 |
| |/ /
|/| | |
|