Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 #4421 | bors[bot] | 2020-05-11 | 1 | -0/+25 | |
|\ | ||||||
| * | Find references to a function outside module | Fedor Sakharov | 2020-05-11 | 1 | -0/+25 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #4394 #4414 | bors[bot] | 2020-05-10 | 4 | -6/+35 | |
|\ \ \ | ||||||
| | * | | Highlight the name in macro declarations | Matthew Jasper | 2020-05-10 | 3 | -3/+18 | |
| | * | | Highlight mutable statics as mutable | Matthew Jasper | 2020-05-10 | 3 | -3/+17 | |
| | |/ | ||||||
* | / | Simplify proto conversion | Aleksey Kladov | 2020-05-10 | 1 | -2/+7 | |
| |/ |/| | ||||||
* | | 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 #4346 | bors[bot] | 2020-05-07 | 1 | -0/+62 | |
|\ | ||||||
| * | Fix rename of enum variant visible from module | Fedor Sakharov | 2020-05-06 | 1 | -0/+62 | |
* | | Nicer API | Aleksey Kladov | 2020-05-07 | 1 | -1/+1 | |
* | | Rename AssitLabel -> Assist | Aleksey Kladov | 2020-05-07 | 1 | -3/+3 | |
* | | Fix panic in FunctionSignature | Aleksey Kladov | 2020-05-07 | 1 | -1/+7 | |
* | | Merge #4316 #4351 | bors[bot] | 2020-05-06 | 1 | -4/+45 | |
|\ \ | ||||||
| * | | do not truncate display for hover | Benjamin Coenen | 2020-05-06 | 1 | -2/+2 | |
| * | | do not truncate display for hover | Benjamin Coenen | 2020-05-06 | 1 | -1/+42 | |
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4311 | Benjamin Coenen | 2020-05-06 | 14 | -89/+169 | |
| |\ \ | ||||||
| * | | | do not truncate display for hover #4311 | Benjamin Coenen | 2020-05-05 | 1 | -1/+1 | |
* | | | | Minor | Aleksey Kladov | 2020-05-06 | 1 | -1/+2 | |
* | | | | Rename | Aleksey Kladov | 2020-05-06 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | Use SourceChange for assists | Aleksey Kladov | 2020-05-06 | 2 | -49/+24 | |
* | | | Lift SourceChange to the ra_ide_db | Aleksey Kladov | 2020-05-06 | 4 | -132/+11 | |
* | | | Fix capitalization | Aleksey Kladov | 2020-05-06 | 1 | -2/+2 | |
| |/ |/| | ||||||
* | | Fixup tests | Aleksey Kladov | 2020-05-05 | 7 | -30/+58 | |
* | | Use more natural signature for Edit::apply | Aleksey Kladov | 2020-05-05 | 1 | -9/+15 | |
* | | Rename AtomTextEdit -> Indel | Aleksey Kladov | 2020-05-05 | 2 | -4/+4 | |
* | | Normalize naming of diagnostics | Aleksey Kladov | 2020-05-05 | 4 | -13/+15 | |
* | | Fix compilation | Aleksey Kladov | 2020-05-05 | 1 | -12/+7 | |
* | | Merge #4320 | bors[bot] | 2020-05-05 | 1 | -0/+43 | |
|\ \ | ||||||
| * | | add doctest support #4317 | Benjamin Coenen | 2020-05-05 | 1 | -0/+43 | |
| |/ | ||||||
* / | Rename ImplItem to AssocItem | Edwin Cheng | 2020-05-05 | 2 | -21/+27 | |
|/ | ||||||
* | Remove false positive attr compleitons | Aleksey Kladov | 2020-05-04 | 2 | -4/+40 | |
* | Qualify ast types | Aleksey Kladov | 2020-05-04 | 1 | -6/+5 | |
* | Cleanup imports | Aleksey Kladov | 2020-05-04 | 1 | -4/+6 | |
* | Remove unnecessary condition | Aleksey Kladov | 2020-05-04 | 1 | -17/+14 | |
* | Merge #4269 #4293 | bors[bot] | 2020-05-04 | 1 | -0/+33 | |
|\ | ||||||
| * | add support of use alias semantic in definition #4202 | Benjamin Coenen | 2020-05-02 | 1 | -1/+16 | |
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4202 | Benjamin Coenen | 2020-05-02 | 11 | -67/+533 | |
| |\ | ||||||
| * | | wip | Benjamin Coenen | 2020-05-01 | 1 | -0/+18 | |
* | | | Fix focus range for TypeParam | Aleksey Kladov | 2020-05-04 | 2 | -8/+12 | |
* | | | Add test marks | Aleksey Kladov | 2020-05-04 | 2 | -5/+10 | |
* | | | Code review fixes | Kirill Bulatov | 2020-05-04 | 1 | -8/+7 | |
* | | | Move snake case method to heck | Kirill Bulatov | 2020-05-03 | 1 | -15/+2 | |
* | | | Omit name hints for enum names similar to parameter names | Kirill Bulatov | 2020-05-03 | 1 | -12/+52 | |
* | | | Omit name hints for method names similar to parameter names | Kirill Bulatov | 2020-05-03 | 1 | -13/+25 | |
* | | | 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 | 1 | -8/+32 |