aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_editor/src/code_actions.rs
Commit message (Collapse)AuthorAgeFilesLines
* Merge #252bors[bot]2018-12-021-6/+43
|\ | | | | | | | | | | | | | | | | | | | | 252: Improve 'introduce variable' r=matklad a=flodiebold - make it possible to extract a prefix of an expression statement (e.g. `<|>foo.bar()<|>.baz()`) - don't turn the last expression in a block into a let statement - also fix a few typos Co-authored-by: Florian Diebold <[email protected]>
| * Improve 'introduce variable'Florian Diebold2018-12-021-6/+43
| | | | | | | | | | | | - make it possible to extract a prefix of an expression statement (e.g. <|>foo.bar()<|>.baz()) - don't turn the last expression in a block into a let statement
* | Add `derive` after doc commentsAleksey Kladov2018-12-021-5/+36
|/
* Rename File -> SourceFileNodeAleksey Kladov2018-11-071-5/+14
|
* Introduce var works with tail exprsAleksey Kladov2018-11-051-11/+45
|
* Cargo FormatJeremy A. Kolb2018-10-161-20/+29
| | | | Run `cargo fmt` and ignore generated files
* switch editor to 2018Aleksey Kladov2018-10-151-2/+2
|
* Make siblings an inherent methodAleksey Kladov2018-10-021-7/+6
|
* make ancestors and descendants inherentAleksey Kladov2018-10-021-3/+2
|
* rename all thingsAleksey Kladov2018-09-161-0/+218