Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move LSP bits from flycheck to rust-analyzer | Aleksey Kladov | 2020-05-15 | 18 | -1506/+1505 |
* | Merge #4273 | bors[bot] | 2020-05-14 | 2 | -4/+532 |
|\ | |||||
| * | Expand fixture documentation a little | Timo Freiberg | 2020-05-10 | 1 | -3/+17 |
| * | Trigger change_visibility assist when on an invisible struct field | Timo Freiberg | 2020-05-10 | 1 | -61/+248 |
| * | Trigger change_visibility assist when on a path to an invisible def | Timo Freiberg | 2020-05-10 | 1 | -1/+328 |
* | | Merge #4456 | bors[bot] | 2020-05-14 | 1 | -11/+11 |
|\ \ | |||||
| * | | Minor | Aleksey Kladov | 2020-05-14 | 1 | -10/+8 |
| * | | Put preselect items on top | Aleksey Kladov | 2020-05-14 | 1 | -1/+3 |
* | | | Merge #4455 | bors[bot] | 2020-05-14 | 2 | -5/+55 |
|\| | | |||||
| * | | Prioritize locals with correct types | Aleksey Kladov | 2020-05-14 | 2 | -5/+55 |
|/ / | |||||
* | | Merge #4445 | bors[bot] | 2020-05-14 | 5 | -2/+92 |
|\ \ | |||||
| * | | Ty -> Type | Fedor Sakharov | 2020-05-14 | 1 | -2/+7 |
| * | | Adds a param_idx helper | Fedor Sakharov | 2020-05-14 | 2 | -2/+7 |
| * | | Fix formatting | Fedor Sakharov | 2020-05-14 | 1 | -1/+1 |
| * | | Change type_arg to type_ref func | Fedor Sakharov | 2020-05-14 | 2 | -4/+3 |
| * | | Use generic_defaults and display_source_code | Fedor Sakharov | 2020-05-14 | 4 | -14/+16 |
| * | | Correctly fill default type parameters | Fedor Sakharov | 2020-05-13 | 6 | -1/+80 |
* | | | Merge #4405 | bors[bot] | 2020-05-14 | 6 | -10/+7 |
|\ \ \ | |||||
| * | | | Make some stuff public so that they can be reused by other tools | Pavan Kumar Sunkara | 2020-05-14 | 6 | -10/+7 |
* | | | | Merge #4432 | bors[bot] | 2020-05-14 | 1 | -2/+12 |
|\ \ \ \ | |||||
| * | | | | Update features.md | Coenen Benjamin | 2020-05-12 | 1 | -2/+12 |
* | | | | | Merge #4452 | bors[bot] | 2020-05-14 | 4 | -4/+4 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Use back ticks instead of single quotes around code | Trevor Spiteri | 2020-05-14 | 4 | -4/+4 |
|/ / / / | |||||
* | | | | Merge #4447 | bors[bot] | 2020-05-13 | 1 | -2/+2 |
|\ \ \ \ | |||||
| * | | | | Remove hidden VARIATION SELECTOR-16 | Laurențiu Nicola | 2020-05-13 | 1 | -2/+2 |
* | | | | | Merge #4400 | bors[bot] | 2020-05-13 | 1 | -0/+3 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Leave statics alone | George Fraser | 2020-05-12 | 1 | -3/+0 |
| * | | | | Mark up statics and mutables | George Fraser | 2020-05-12 | 1 | -0/+6 |
* | | | | | Merge #4444 | bors[bot] | 2020-05-13 | 1 | -6/+6 |
|\ \ \ \ \ | |||||
| * | | | | | Update crates | kjeremy | 2020-05-13 | 1 | -6/+6 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge #4440 | bors[bot] | 2020-05-13 | 2 | -51/+59 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | Bump packages | kjeremy | 2020-05-13 | 2 | -50/+58 |
| * | | | | vscode engine 1.45 | kjeremy | 2020-05-12 | 1 | -1/+1 |
* | | | | | Merge #4434 | bors[bot] | 2020-05-13 | 1 | -15/+43 |
|\ \ \ \ \ | |||||
| * | | | | | add more specific match postfix for Result and Option | Benjamin Coenen | 2020-05-12 | 1 | -15/+43 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge #4083 | bors[bot] | 2020-05-13 | 4 | -153/+2877 |
|\ \ \ \ \ | |||||
| * | | | | | Convert TODO about ParamList used in closures to a FIXME | veetaha | 2020-05-12 | 1 | -2/+1 |
| * | | | | | Remove an equals sign from `ConstArg` (this probably pertains only to ConstPa... | veetaha | 2020-05-12 | 2 | -4/+1 |
| * | | | | | Remove a comment on NameRefToken as per matklad | veetaha | 2020-05-12 | 1 | -1/+1 |
| * | | | | | Convert TODO to a FIXME as per matklad | veetaha | 2020-05-12 | 1 | -1/+1 |
| * | | | | | Convert TODO to a Note(matklad) | veetaha | 2020-05-12 | 2 | -1/+2 |
| * | | | | | Convert to TODOs to FIXMEs as per matklad | veetaha | 2020-05-12 | 2 | -8/+4 |
| * | | | | | Revert "Remove MacroStmts as per edwin0cheng" (cc @edwin0cheng) and add a fix... | veetaha | 2020-05-12 | 2 | -0/+45 |
| * | | | | | Add a doc comment on the difference between Name and NameRef ast nodes | veetaha | 2020-05-12 | 2 | -2/+32 |
| * | | | | | Resolve TODO about macro 2.0 def | veetaha | 2020-05-10 | 2 | -14/+8 |
| * | | | | | Fix typo | veetaha | 2020-05-10 | 2 | -2/+2 |
| * | | | | | Carify on a semicolon in macro call | veetaha | 2020-05-10 | 2 | -3/+13 |
| * | | | | | Resolve TODO about curly-braced constructions in expression statement | veetaha | 2020-05-10 | 2 | -2/+6 |
| * | | | | | Remove TODO about Block since it was removed | veetaha | 2020-05-10 | 1 | -3/+3 |
| * | | | | | Resolve todos about refs and empty statements | veetaha | 2020-05-10 | 2 | -9/+8 |