Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge #4092 | bors[bot] | 2020-04-23 | 3 | -4/+38 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | feat: run ignored tests | Hannes De Valkeneer | 2020-04-22 | 3 | -4/+38 | |
| |/ / / / / / / / | ||||||
* / / / / / / / / | Fix typo | veetaha | 2020-04-23 | 1 | -1/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge #4090 | bors[bot] | 2020-04-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Align the name of proc-macro enabling flag | Aleksey Kladov | 2020-04-22 | 1 | -1/+1 | |
| * | | | | | | | | Match implementation of diagnostics flag to the docs | Aleksey Kladov | 2020-04-22 | 1 | -1/+1 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* / | | | | | | | Don't panic on `rust-analyzer --help` | Andrew Chin | 2020-04-22 | 1 | -8/+16 | |
|/ / / / / / / | ||||||
* | | | | | | | Do not add default and closure types in 'add explicit type' assist | Kirill Bulatov | 2020-04-21 | 2 | -5/+47 | |
* | | | | | | | Merge #4076 | bors[bot] | 2020-04-21 | 2 | -10/+97 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Improve remove dervie attrs | Edwin Cheng | 2020-04-21 | 2 | -10/+97 | |
* | | | | | | | | Merge #4038 | bors[bot] | 2020-04-21 | 1 | -1462/+1462 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | | ||||||
| * | | | | | | | Group generated ast boilerplate apart from the interesting part | veetaha | 2020-04-18 | 1 | -1462/+1462 | |
* | | | | | | | | Merge #4071 | bors[bot] | 2020-04-21 | 1 | -7/+9 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Cleanup args a bit | Aleksey Kladov | 2020-04-21 | 1 | -7/+9 | |
* | | | | | | | | Refactor a bit | Edwin Cheng | 2020-04-20 | 1 | -54/+51 | |
* | | | | | | | | Fix restart missing arguments in proc-macro-srv | Edwin Cheng | 2020-04-20 | 1 | -5/+9 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge #4061 | bors[bot] | 2020-04-20 | 12 | -191/+142 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Migrate to Result<T, io::Error> -> io::Result<T> | veetaha | 2020-04-20 | 1 | -3/+3 | |
| * | | | | | | | Fix doc comment | veetaha | 2020-04-20 | 1 | -3/+3 | |
| * | | | | | | | Fix typo | Veetaha | 2020-04-20 | 1 | -1/+1 | |
| * | | | | | | | Display path not debug it | Veetaha | 2020-04-20 | 2 | -8/+8 | |
| * | | | | | | | Display path not debug it | Veetaha | 2020-04-20 | 1 | -1/+1 | |
| * | | | | | | | ra_proc_macro: cleanups here and there | veetaha | 2020-04-20 | 12 | -190/+141 | |
* | | | | | | | | Update Chalk, and cache Chalk env elaboration through a query | Florian Diebold | 2020-04-20 | 5 | -29/+164 | |
* | | | | | | | | Fix panic in split_imports assist | Aleksey Kladov | 2020-04-20 | 3 | -4/+17 | |
* | | | | | | | | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 11 | -19/+16 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge #4036 | bors[bot] | 2020-04-18 | 9 | -6/+87 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Correctly infer types in guard expressions | Aleksey Kladov | 2020-04-18 | 2 | -0/+30 | |
| * | | | | | | | Fix goto definition for record patterns | Aleksey Kladov | 2020-04-18 | 7 | -6/+57 | |
* | | | | | | | | Merge #4035 | bors[bot] | 2020-04-18 | 5 | -14/+47 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Convert bool to ident instead of literal in mbe | Edwin Cheng | 2020-04-18 | 5 | -14/+47 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge #4034 | bors[bot] | 2020-04-18 | 6 | -21/+30 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | ||||||
| * | | | | | | Add semantic tag for unresolved references | Aleksey Kladov | 2020-04-18 | 6 | -21/+30 | |
* | | | | | | | Merge #4032 | bors[bot] | 2020-04-18 | 1 | -0/+27 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add mbe lifetime split test | Edwin Cheng | 2020-04-18 | 1 | -0/+27 | |
* | | | | | | | Merge #3894 | bors[bot] | 2020-04-18 | 2 | -41/+331 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | missing match arm diagnostic support enum record type | Josh Mcguigan | 2020-04-18 | 2 | -41/+331 | |
| |/ / / / / | ||||||
* | | | | | | Merge #4029 | bors[bot] | 2020-04-18 | 7 | -17/+117 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Merge empty delim subtree in proc-macro | Edwin Cheng | 2020-04-18 | 2 | -3/+11 | |
| * | | | | | Split LIFETIME to two tokens in mbe | Edwin Cheng | 2020-04-18 | 3 | -14/+89 | |
| * | | | | | Ignore proc-macro in completion | Edwin Cheng | 2020-04-18 | 2 | -0/+17 | |
* | | | | | | find_path: Builtins are always in scope | Florian Diebold | 2020-04-18 | 2 | -25/+50 | |
* | | | | | | Merge #4026 | bors[bot] | 2020-04-18 | 1 | -1/+10 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Omit more parameter hints in the presence of underscores | Laurențiu Nicola | 2020-04-18 | 1 | -1/+10 | |
| |/ / / / / | ||||||
* | | | | | | Merge #4023 | bors[bot] | 2020-04-18 | 4 | -27/+92 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix another crash from wrong binders | Florian Diebold | 2020-04-17 | 4 | -27/+92 | |
* | | | | | | | Fix incorrect order of syntax highlight ranges | Leander Tentrup | 2020-04-17 | 2 | -1/+14 | |
* | | | | | | | Fix type equality for dyn Trait | Florian Diebold | 2020-04-17 | 3 | -5/+65 | |
* | | | | | | | Add two more tests for associated types | Florian Diebold | 2020-04-17 | 1 | -0/+174 | |
* | | | | | | | Don't use SyntaxNodePtr::range when determining scope for offset | Aleksey Kladov | 2020-04-17 | 1 | -47/+52 | |
| |/ / / / / |/| | | | | |