Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More principled approach for finding From trait | Aleksey Kladov | 2020-04-29 | 3 | -37/+94 |
* | Use specific pattern when translating if-let-else to match | Aleksey Kladov | 2020-04-29 | 4 | -20/+123 |
* | Move shared assist code to utils | Aleksey Kladov | 2020-04-29 | 3 | -48/+35 |
* | Switch to TryFrom | Aleksey Kladov | 2020-04-25 | 4 | -6/+6 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -2/+1 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 21 | -56/+56 |
* | Add `pub(crate)` to functions generated in other module | Timo Freiberg | 2020-04-21 | 1 | -46/+23 |
* | Jump to sourceChanges in other files | Timo Freiberg | 2020-04-21 | 2 | -13/+10 |
* | Add target file information to AssistAction | Timo Freiberg | 2020-04-21 | 3 | -16/+78 |
* | Make add_function generate functions in other modules via qualified path | Timo Freiberg | 2020-04-21 | 2 | -26/+197 |
* | Do not add default and closure types in 'add explicit type' assist | Kirill Bulatov | 2020-04-21 | 1 | -5/+43 |
* | Fix panic in split_imports assist | Aleksey Kladov | 2020-04-20 | 1 | -1/+6 |
* | Some clippy fixes | Jeremy Kolb | 2020-04-19 | 3 | -3/+3 |
* | Change add_function assist to use todo!() | Timo Freiberg | 2020-04-13 | 2 | -28/+28 |
* | Fix PR | IceSentry | 2020-04-13 | 1 | -14/+8 |
* | Generalize test and clean up imports | IceSentry | 2020-04-13 | 1 | -8/+7 |
* | Fix double comma when merge imports on second line | IceSentry | 2020-04-13 | 1 | -3/+37 |
* | Remove more unnecessary braces | Laurențiu Nicola | 2020-04-12 | 1 | -2/+2 |
* | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 1 | -19/+13 |
* | Merge #3925 | bors[bot] | 2020-04-11 | 3 | -0/+247 |
|\ | |||||
| * | Generate doc | Geoffrey Copin | 2020-04-11 | 1 | -0/+15 |
| * | Fix doc tests | Geoffrey Copin | 2020-04-11 | 1 | -2/+1 |
| * | Add documentation comment | Geoffrey Copin | 2020-04-11 | 1 | -0/+16 |
| * | Avoid adding a RecordFieldPat variant to the Pat enum | Geoffrey Copin | 2020-04-11 | 1 | -39/+47 |
| * | Remove Option unwraping | Geoffrey Copin | 2020-04-11 | 1 | -3/+3 |
| * | Implement assist "Reorder field names" | Geoffrey Copin | 2020-04-09 | 2 | -0/+209 |
* | | Change missing impl assist to use todo!() instead of unimplemented() | Chris Hopman | 2020-04-10 | 2 | -18/+18 |
* | | Rename some tokens | Aleksey Kladov | 2020-04-10 | 1 | -1/+2 |
* | | Scale token generation back | Aleksey Kladov | 2020-04-10 | 2 | -3/+2 |
* | | Convert more tokens | Aleksey Kladov | 2020-04-10 | 1 | -2/+2 |
* | | Curley tokens | Aleksey Kladov | 2020-04-10 | 1 | -2/+2 |
* | | Semicolon token | Aleksey Kladov | 2020-04-10 | 1 | -1/+1 |
|/ | |||||
* | Simpler acessors for keywords | Aleksey Kladov | 2020-04-09 | 1 | -1/+1 |
* | Be consistent about token accesors | Aleksey Kladov | 2020-04-09 | 2 | -2/+2 |
* | Add _token suffix to token accessors | Aleksey Kladov | 2020-04-09 | 4 | -5/+5 |
* | Scale back to only two traits | Aleksey Kladov | 2020-04-09 | 1 | -2/+2 |
* | Provide more complete AST accessors to support usage in rustc | Luca Barbieri | 2020-04-09 | 4 | -8/+9 |
* | Fix add missing items assist order | Aleksey Kladov | 2020-04-09 | 1 | -2/+4 |
* | Check for eprintln on CI | Aleksey Kladov | 2020-04-06 | 1 | -0/+5 |
* | Merge #3746 | bors[bot] | 2020-04-03 | 3 | -0/+817 |
|\ | |||||
| * | Use ast::make API in add_function assist | Timo Freiberg | 2020-04-01 | 1 | -67/+48 |
| * | Add create_function assist | Timo Freiberg | 2020-04-01 | 3 | -0/+836 |
* | | Merge #3814 | bors[bot] | 2020-04-03 | 2 | -0/+208 |
|\ \ | |/ |/| | |||||
| * | Cleanup checking for existing impls in impl From assist | Matthew Hall | 2020-04-02 | 1 | -15/+3 |
| * | Add impl From for enum variant assist | Matthew Hall | 2020-04-01 | 2 | -0/+220 |
* | | When adding match arm, don't let the floating comma | Aleksey Kladov | 2020-03-31 | 1 | -5/+25 |
* | | Use IntoIter | Aleksey Kladov | 2020-03-30 | 1 | -2/+1 |
* | | Remove "TODO" in comment in test | Matthew Hall | 2020-03-28 | 1 | -4/+4 |
* | | Append new match arms rather than replacing all of them | Matthew Hall | 2020-03-28 | 1 | -5/+68 |
|/ | |||||
* | Start stdx | Aleksey Kladov | 2020-03-28 | 4 | -37/+29 |