Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove explicit generic type parameter | veetaha | 2020-04-04 | 1 | -1/+1 |
* | Simplify config | veetaha | 2020-04-04 | 1 | -9/+8 |
* | Add parens for enums | Aleksey Kladov | 2020-04-03 | 4 | -46/+175 |
* | Generalize call parenthesis insertion | Aleksey Kladov | 2020-04-03 | 1 | -27/+46 |
* | Remove the second code-path for completing names in patterns | Aleksey Kladov | 2020-04-03 | 4 | -70/+31 |
* | Macro patterns are not confused with expressions. | Aleksey Kladov | 2020-04-03 | 6 | -17/+85 |
* | Cleanups | Aleksey Kladov | 2020-04-03 | 2 | -14/+13 |
* | Add doc comment on main.rs | Edwin Cheng | 2020-04-03 | 1 | -0/+2 |
* | Introduce ra_proc_macro_srv | Edwin Cheng | 2020-04-03 | 4 | -2/+99 |
* | Merge #3746 | bors[bot] | 2020-04-03 | 4 | -0/+842 |
|\ | |||||
| * | Use ast::make API in add_function assist | Timo Freiberg | 2020-04-01 | 2 | -67/+73 |
| * | Add create_function assist | Timo Freiberg | 2020-04-01 | 3 | -0/+836 |
* | | Merge #3814 | bors[bot] | 2020-04-03 | 4 | -1/+230 |
|\ \ | |||||
| * | | Cleanup checking for existing impls in impl From assist | Matthew Hall | 2020-04-02 | 2 | -48/+24 |
| * | | Add impl From for enum variant assist | Matthew Hall | 2020-04-01 | 4 | -2/+255 |
* | | | Apply cargo xtask format | veetaha | 2020-04-02 | 1 | -1/+0 |
* | | | Migrate to privacy as per review commets | veetaha | 2020-04-02 | 6 | -15/+25 |
* | | | Less mutability | veetaha | 2020-04-02 | 1 | -19/+23 |
* | | | Migrate to iters some more | veetaha | 2020-04-02 | 1 | -18/+11 |
* | | | Migrate to iterators | veetaha | 2020-04-02 | 1 | -15/+3 |
* | | | Simpify workspace handling | veetaha | 2020-04-02 | 7 | -83/+63 |
* | | | Don't clone where you can copy | veetaha | 2020-04-02 | 1 | -1/+1 |
* | | | Merge #3811 | bors[bot] | 2020-04-02 | 5 | -3/+104 |
|\ \ \ | |||||
| * | | | Add inference for literal and range patterns | Florian Diebold | 2020-04-01 | 5 | -3/+104 |
| | |/ | |/| | |||||
* | | | Allow fully overriding check and fmt commands | Aleksey Kladov | 2020-04-02 | 1 | -2/+19 |
* | | | Remove vscode_lldb setting | Aleksey Kladov | 2020-04-02 | 2 | -20/+14 |
* | | | Siplify | Aleksey Kladov | 2020-04-02 | 2 | -7/+5 |
* | | | Lean onto default implementation of configs | Aleksey Kladov | 2020-04-02 | 3 | -11/+16 |
* | | | New config in package.json | Aleksey Kladov | 2020-04-02 | 1 | -26/+41 |
* | | | Reorder fields | Aleksey Kladov | 2020-04-02 | 1 | -44/+47 |
* | | | Merge #3820 | bors[bot] | 2020-04-02 | 4 | -87/+3 |
|\ \ \ | |||||
| * | | | Remove old syntax highlighting | Aleksey Kladov | 2020-04-02 | 4 | -87/+3 |
| |/ / | |||||
* / / | Unique package by name and version. | o0Ignition0o | 2020-04-02 | 1 | -4/+5 |
|/ / | |||||
* | | Merge #3806 | bors[bot] | 2020-04-01 | 2 | -3/+4 |
|\ \ | |||||
| * | | lower bool literal with the value from source code rather than default bool v... | Josh Mcguigan | 2020-04-01 | 2 | -3/+4 |
* | | | Fix pointer syntax | Aleksey Kladov | 2020-04-01 | 2 | -30/+36 |
* | | | Centralize defaults | Aleksey Kladov | 2020-04-01 | 2 | -18/+6 |
* | | | Reduce scope of deserialization | Aleksey Kladov | 2020-04-01 | 5 | -21/+16 |
* | | | Centralize client capabilities | Aleksey Kladov | 2020-04-01 | 6 | -17/+21 |
* | | | Centralize all config | Aleksey Kladov | 2020-04-01 | 9 | -328/+151 |
* | | | Move all config to config | Aleksey Kladov | 2020-04-01 | 3 | -7/+17 |
* | | | Reduce feature flags | Aleksey Kladov | 2020-04-01 | 4 | -52/+48 |
* | | | Merge #3807 | bors[bot] | 2020-04-01 | 4 | -60/+94 |
|\ \ \ | |||||
| * | | | Move config to config.rs | Aleksey Kladov | 2020-04-01 | 4 | -72/+77 |
| * | | | Generalize rustfmt config | Aleksey Kladov | 2020-04-01 | 3 | -11/+40 |
| |/ / | |||||
* | | | Merge #3797 | bors[bot] | 2020-04-01 | 1 | -10/+23 |
|\ \ \ | |/ / |/| | | |||||
| * | | Don't show chaining hints for record literals and unit structs | Laurențiu Nicola | 2020-04-01 | 1 | -10/+23 |
* | | | Merge #3805 | bors[bot] | 2020-04-01 | 1 | -21/+33 |
|\ \ \ | |||||
| * | | | lower literal patterns | Josh Mcguigan | 2020-04-01 | 1 | -21/+33 |
* | | | | Simplify error handing | Aleksey Kladov | 2020-04-01 | 1 | -38/+17 |