Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade rowan | Aleksey Kladov | 2021-03-16 | 1 | -2/+12 |
* | feat: add expr_for_loop to make in syntax | Luiz Carlos MourĂ£o Paes de Carvalho | 2021-03-10 | 1 | -0/+3 |
* | Better strip turbofishes | Kirill Bulatov | 2021-03-08 | 1 | -0/+4 |
* | Add tests for apply_demorgan | Lukas Wirth | 2021-02-24 | 1 | -2/+5 |
* | allow try expr? when extacting function | Vladyslav Katasonov | 2021-02-13 | 1 | -0/+3 |
* | handle return, break and continue when extracting function | Vladyslav Katasonov | 2021-02-13 | 1 | -9/+47 |
* | allow modifications of vars from outer scope inside extracted function | Vladyslav Katasonov | 2021-02-03 | 1 | -1/+1 |
* | . | Aleksey Kladov | 2021-01-19 | 1 | -3/+3 |
* | :arrow_up: rowan | Aleksey Kladov | 2021-01-19 | 1 | -1/+1 |
* | Add Unmerge Use assist | unexge | 2021-01-15 | 1 | -2/+6 |
* | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 1 | -1/+1 |
* | Document `make` module design | Aleksey Kladov | 2020-12-23 | 1 | -1/+7 |
* | Minor, cleanup API | Aleksey Kladov | 2020-12-18 | 1 | -0/+3 |
* | Parenthesize composite if condition before inverting in invert-if assist | Jesse Bakker | 2020-12-15 | 1 | -0/+3 |
* | Add replace_match_with_if_let assist | Lukas Wirth | 2020-12-05 | 1 | -2/+11 |
* | Add missing AssocItems in add_custom_impl assist | Lukas Wirth | 2020-11-05 | 1 | -0/+4 |
* | Support struct variants in extract_struct_from_enum_variant | Lukas Wirth | 2020-11-03 | 1 | -2/+25 |
* | Make insert_use return a SyntaxRewriter | Lukas Wirth | 2020-11-02 | 1 | -0/+37 |
* | Properly qualify trait methods in qualify_path assist | Lukas Wirth | 2020-10-15 | 1 | -0/+3 |
* | when generating new function, focus on return type instead of body | Benjamin Coenen | 2020-10-08 | 1 | -1/+11 |
* | Merge #6019 | bors[bot] | 2020-09-29 | 1 | -5/+28 |
|\ | |||||
| * | Remove make::path_from_text | Lukas Wirth | 2020-09-16 | 1 | -5/+28 |
* | | Add make utility for empty associated item lists | Matt Hooper | 2020-09-21 | 1 | -0/+4 |
* | | Add make::glob_use_tree function to create star-only UseTree | Lukas Wirth | 2020-09-16 | 1 | -0/+4 |
|/ | |||||
* | Merge #5940 | bors[bot] | 2020-09-04 | 1 | -0/+15 |
|\ | |||||
| * | Fix tests | Aleksei Sidorov | 2020-09-04 | 1 | -1/+1 |
| * | Initial implementation of the #5085 issue | Aleksei Sidorov | 2020-09-03 | 1 | -0/+15 |
* | | Impl make::blank_line | Lukas Wirth | 2020-09-03 | 1 | -1/+11 |
|/ | |||||
* | Reduce path_from_text usage | Aleksey Kladov | 2020-08-31 | 1 | -0/+1 |
* | Remove dead code | Aleksey Kladov | 2020-08-31 | 1 | -14/+0 |
* | Cleanup invert-if | Aleksey Kladov | 2020-08-25 | 1 | -6/+3 |
* | Invert if should be smart about is_some, is_none, is_ok, is_err | dragfire | 2020-08-24 | 1 | -1/+7 |
* | Remove deprecated function | Aleksey Kladov | 2020-08-13 | 1 | -0/+7 |
* | **Merge Imports** assist handles self | Aleksey Kladov | 2020-08-12 | 1 | -0/+3 |
* | Rename ra_syntax -> syntax | Aleksey Kladov | 2020-08-12 | 1 | -0/+392 |