Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Merge #4423 | bors[bot] | 2020-05-11 | 1 | -0/+26 | |
|\ | ||||||
| * | add tests module snippet | Benjamin Coenen | 2020-05-11 | 1 | -0/+8 | |
| * | add tests module snippet | Benjamin Coenen | 2020-05-11 | 1 | -0/+18 | |
* | | Merge #4358 | bors[bot] | 2020-05-11 | 2 | -3/+207 | |
|\ \ | ||||||
| * | | add if let and while let postfix for Option and Result | Benjamin Coenen | 2020-05-10 | 3 | -62/+46 | |
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into feat_4348 | Benjamin Coenen | 2020-05-10 | 71 | -968/+1748 | |
| |\ \ | ||||||
| * | | | add if let and while let postfix for Option and Result #4348 | Benjamin Coenen | 2020-05-07 | 2 | -1/+221 | |
* | | | | Merge #4397 | bors[bot] | 2020-05-11 | 4 | -3/+39 | |
|\ \ \ \ | ||||||
| * | | | | Color `for` as a regular keyword when it's part of impl _ for _ | George Fraser | 2020-05-10 | 3 | -1/+28 | |
| * | | | | Color `in` as a control keyword | George Fraser | 2020-05-10 | 3 | -1/+10 | |
| * | | | | Use Property instead of Member for fields | George Fraser | 2020-05-10 | 1 | -1/+1 | |
* | | | | | Merge #4403 | bors[bot] | 2020-05-11 | 4 | -33/+52 | |
|\ \ \ \ \ | ||||||
| * | | | | | Check client capabilities before sending progress notifications | Jeremy Kolb | 2020-05-11 | 4 | -33/+52 | |
| | |_|_|/ | |/| | | | ||||||
* / | | | | Use RA_LOG instead of RUST_LOG for logging | Aleksey Kladov | 2020-05-11 | 1 | -1/+1 | |
|/ / / / | ||||||
* | | | | Merge #4421 | bors[bot] | 2020-05-11 | 3 | -10/+47 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | New definition_visibility method | Fedor Sakharov | 2020-05-11 | 2 | -13/+22 | |
| * | | | Also for consts and type aliases | Fedor Sakharov | 2020-05-11 | 1 | -0/+2 | |
| * | | | Find references to a function outside module | Fedor Sakharov | 2020-05-11 | 2 | -0/+26 | |
| | |/ | |/| | ||||||
* | | | Merge #4396 | bors[bot] | 2020-05-10 | 1 | -1/+6 | |
|\ \ \ | ||||||
| * | | | Improve panic message for ast_from_text | Edwin Cheng | 2020-05-09 | 1 | -1/+6 | |
| | | | | ||||||
| \ \ \ | ||||||
*-. \ \ \ | Merge #4394 #4414 | bors[bot] | 2020-05-10 | 11 | -47/+99 | |
|\ \ \ \ \ | ||||||
| | * | | | | Highlight the name in macro declarations | Matthew Jasper | 2020-05-10 | 3 | -3/+18 | |
| | * | | | | Highlight mutable statics as mutable | Matthew Jasper | 2020-05-10 | 7 | -13/+56 | |
| | | |/ / | | |/| | | ||||||
| * | | | | Simplify match | veetaha | 2020-05-09 | 1 | -4/+3 | |
| * | | | | Simplify crate graph creation | veetaha | 2020-05-09 | 1 | -22/+16 | |
| * | | | | Simplify | veetaha | 2020-05-09 | 1 | -5/+6 | |
| | | | | | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
| \ \ \ \ | ||||||
*-----. \ \ \ \ | Merge #4406 #4410 #4411 #4417 | bors[bot] | 2020-05-10 | 12 | -90/+278 | |
|\ \ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | | | ||||||
| | | | * | | | | Omit default types in HirDisplay SourceCode mode | Timo Freiberg | 2020-05-10 | 3 | -28/+64 | |
| | | * | | | | | do not remove then block when you unwrap else block #4361 | Benjamin Coenen | 2020-05-10 | 1 | -28/+193 | |
| | |/ / / / / | ||||||
| * | | | | | | Remove dbg | Edwin Cheng | 2020-05-09 | 1 | -1/+1 | |
| * | | | | | | Update cargo-metadata | Edwin Cheng | 2020-05-09 | 8 | -35/+22 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge #4418 | bors[bot] | 2020-05-10 | 11 | -1123/+999 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | req -> lsp_ext | Aleksey Kladov | 2020-05-10 | 7 | -53/+58 | |
| * | | | | | Don't re-export lsp_types | Aleksey Kladov | 2020-05-10 | 3 | -119/+119 | |
| * | | | | | Better fn signature | Aleksey Kladov | 2020-05-10 | 1 | -4/+8 | |
| * | | | | | to_proto::semantic_tokens | Aleksey Kladov | 2020-05-10 | 2 | -34/+33 | |
| * | | | | | Simplify proto conversion | Aleksey Kladov | 2020-05-10 | 8 | -939/+807 | |
| | |/ / / | |/| | | | ||||||
* / | | | | infer: Make expected rhs type for plain assign the lhs type | Emil Lauridsen | 2020-05-10 | 2 | -1/+31 | |
|/ / / / | ||||||
* | | | | Remove dbg | Edwin Cheng | 2020-05-10 | 1 | -1/+0 | |
* | | | | Hot fix panic for function_signature | Edwin Cheng | 2020-05-10 | 1 | -7/+13 | |
* | | | | Merge #4392 | bors[bot] | 2020-05-09 | 1 | -14/+11 | |
|\ \ \ \ | ||||||
| * | | | | Add From should not move the cursor | Aleksey Kladov | 2020-05-09 | 1 | -14/+11 | |
* | | | | | Ascribe more correct types | Aleksey Kladov | 2020-05-09 | 1 | -9/+10 | |
|/ / / / | ||||||
* | | | | unindent -> dedent | Aleksey Kladov | 2020-05-09 | 3 | -3/+3 | |
* | | | | More fluent indent API | Aleksey Kladov | 2020-05-09 | 7 | -34/+45 | |
* | | | | Fix visibility | Aleksey Kladov | 2020-05-09 | 1 | -1/+1 | |
* | | | | Merge #4175 | bors[bot] | 2020-05-09 | 5 | -99/+300 | |
|\ \ \ \ | |_|/ / |/| | | | ||||||
| * | | | Use new HirDisplay variant in add_function assist | Timo Freiberg | 2020-05-08 | 1 | -58/+116 | |
| * | | | New HirDisplay method for displaying sourcecode | Timo Freiberg | 2020-05-08 | 4 | -41/+184 | |
* | | | | Simpify project discovery | veetaha | 2020-05-09 | 1 | -36/+15 |