Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | 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 | |
* | | | | Simplify | veetaha | 2020-05-09 | 1 | -11/+9 | |
* | | | | Handle coercing function types to function pointers in match | Florian Diebold | 2020-05-08 | 4 | -11/+72 | |
* | | | | Merge #4377 | bors[bot] | 2020-05-08 | 9 | -25/+362 | |
|\ \ \ \ | ||||||
| * | | | | Add diagnostic for break outside of loop | Florian Diebold | 2020-05-08 | 4 | -1/+62 | |
| * | | | | Use matches! | Florian Diebold | 2020-05-08 | 1 | -4/+1 | |
| * | | | | Handle break somewhat better | Florian Diebold | 2020-05-08 | 3 | -3/+105 | |
| * | | | | Implement better handling of divergence | Florian Diebold | 2020-05-08 | 7 | -23/+200 | |
| |/ / / | ||||||
* | | | | Merge #4378 | bors[bot] | 2020-05-08 | 1 | -1/+6 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add stderr to error message | Aleksey Kladov | 2020-05-08 | 1 | -1/+6 | |
* | | | | Fix type of byte literals | Florian Diebold | 2020-05-08 | 3 | -10/+11 | |
|/ / / | ||||||
* | | | Cleanup | Aleksey Kladov | 2020-05-08 | 6 | -99/+64 | |
* | | | Cleanup | Aleksey Kladov | 2020-05-08 | 1 | -27/+28 | |
* | | | Rename ra_env -> ra_toolchain | Aleksey Kladov | 2020-05-08 | 8 | -11/+13 | |
|/ / | ||||||
* | | Merge #4329 | bors[bot] | 2020-05-08 | 8 | -23/+97 | |
|\ \ | ||||||
| * | | use home crate instead of dirs | Craig Disselkoen | 2020-05-07 | 2 | -2/+2 |