Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Formatting and remove unused imports | Mikhail Rakhmanov | 2020-05-22 | 2 | -16/+21 | |
| | ||||||
* | Add preliminary implementation of extract struct from enum variant | Mikhail Rakhmanov | 2020-05-22 | 4 | -1/+402 | |
| | ||||||
* | KISS SourceChange | Aleksey Kladov | 2020-05-22 | 1 | -5/+5 | |
| | | | | | | The idea behind requiring the label is a noble one, but we are not really using it consistently anyway, and it should be easy to retrofit later, should we need it. | |||||
* | Remove dead code for handling cursor positions | Aleksey Kladov | 2020-05-21 | 1 | -8/+1 | |
| | ||||||
* | Remove unused cursor positions | Aleksey Kladov | 2020-05-21 | 1 | -2/+1 | |
| | ||||||
* | Remove set_cursor | Aleksey Kladov | 2020-05-20 | 2 | -31/+13 | |
| | ||||||
* | Snippetify unwrap -> match | Aleksey Kladov | 2020-05-20 | 2 | -13/+30 | |
| | ||||||
* | More snippets | Aleksey Kladov | 2020-05-20 | 3 | -23/+17 | |
| | ||||||
* | More snippets | Aleksey Kladov | 2020-05-20 | 6 | -97/+45 | |
| | ||||||
* | Snippetify introduce/inline var | Aleksey Kladov | 2020-05-20 | 3 | -74/+87 | |
| | ||||||
* | Relax cursor position tests in assists | Aleksey Kladov | 2020-05-20 | 14 | -117/+96 | |
| | | | | Those will be replaced with snippets anyway | |||||
* | Snippetify fix_visibility | Aleksey Kladov | 2020-05-20 | 2 | -31/+35 | |
| | ||||||
* | Snippetify fill_match_arms | Aleksey Kladov | 2020-05-20 | 2 | -117/+78 | |
| | ||||||
* | Don't set cursor in change_visibility | Aleksey Kladov | 2020-05-20 | 1 | -6/+3 | |
| | ||||||
* | Cleanup imports | Aleksey Kladov | 2020-05-20 | 1 | -4/+6 | |
| | ||||||
* | Split change_ and fix_ visibility assists | Aleksey Kladov | 2020-05-20 | 4 | -506/+581 | |
| | ||||||
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 7 | -42/+29 | |
| | ||||||
* | Significantly more glorious marks | Aleksey Kladov | 2020-05-20 | 2 | -8/+6 | |
| | ||||||
* | Merge #4530 | bors[bot] | 2020-05-20 | 6 | -90/+83 | |
|\ | | | | | | | | | | | | | | | | | | | | | 4530: Use snippets in change_return_type_to_result r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Use snippets in change_return_type_to_result | Aleksey Kladov | 2020-05-20 | 2 | -47/+36 | |
| | | ||||||
| * | wip | Aleksey Kladov | 2020-05-20 | 1 | -4/+8 | |
| | | ||||||
| * | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -12/+10 | |
| | | ||||||
| * | Minor | Aleksey Kladov | 2020-05-20 | 1 | -2/+1 | |
| | | ||||||
| * | Minor | Aleksey Kladov | 2020-05-20 | 3 | -5/+10 | |
| | | ||||||
| * | Snippetify add_new | Aleksey Kladov | 2020-05-20 | 2 | -30/+28 | |
| | | ||||||
* | | Fix Some|None order in fill_match_arms | Aleksey Kladov | 2020-05-20 | 3 | -11/+69 | |
|/ | ||||||
* | Merge #4525 | bors[bot] | 2020-05-20 | 2 | -40/+48 | |
|\ | | | | | | | | | | | | | | | | | | | | | 4525: Better cursor placement when adding impl members r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Better cursor placement when adding impl members | Aleksey Kladov | 2020-05-20 | 2 | -40/+48 | |
| | | ||||||
* | | Merge #4524 | bors[bot] | 2020-05-20 | 5 | -43/+82 | |
|\| | | | | | | | | | | | | | | | | | | | | | 4524: Use snippets in add_missing_members r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Use snippets in add_missing_members | Aleksey Kladov | 2020-05-20 | 5 | -43/+82 | |
| | | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #4521 #4522 | bors[bot] | 2020-05-20 | 6 | -70/+113 | |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4521: Use snippets in add_function r=matklad a=matklad bors r+ 🤖 4522: Explain the purpose of `ast::make` module more clearly r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| | * | Explain the purpose of `ast::make` module more clearly | Aleksey Kladov | 2020-05-20 | 1 | -1/+1 | |
| |/ |/| | ||||||
| * | Moderate cleanup of add_function | Aleksey Kladov | 2020-05-20 | 2 | -34/+54 | |
| | | ||||||
| * | Use snippets in add function | Aleksey Kladov | 2020-05-20 | 3 | -39/+66 | |
| | | ||||||
| * | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -5/+2 | |
| | | ||||||
| * | Cleanup | Aleksey Kladov | 2020-05-20 | 1 | -3/+2 | |
|/ | ||||||
* | New assist: add turbo fish | Aleksey Kladov | 2020-05-19 | 4 | -0/+157 | |
| | ||||||
* | Server side of SnippetTextEdit | Aleksey Kladov | 2020-05-19 | 1 | -10/+0 | |
| | ||||||
* | Add snippet support for some assists | Aleksey Kladov | 2020-05-19 | 4 | -56/+67 | |
| | ||||||
* | Add AssistConfig | Aleksey Kladov | 2020-05-19 | 4 | -28/+103 | |
| | ||||||
* | Merge #4273 | bors[bot] | 2020-05-14 | 1 | -1/+515 | |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4273: Trigger add_vis assist on paths/record fields as well r=flodiebold a=TimoFreiberg Resolves #4037. - [x] Function defs - [x] ADT defs - [x] Enum variants - [x] Consts - [x] Statics - [x] Traits - [x] Type aliases - [x] Modules - [x] Record fields (using different implementation) - [x] struct fields - [x] enum variant fields - :x: union fields (`Semantics::resolve_record_field` seems to not work for union fields, so I think this can be handled in a future PR) - [x] More tests? - [x] Improve test fixture code and documentation a bit (see [Zulip](https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0/topic/resolve_path.20between.20fixture.20files)) Co-authored-by: Timo Freiberg <[email protected]> | |||||
| * | Trigger change_visibility assist when on an invisible struct field | Timo Freiberg | 2020-05-10 | 1 | -61/+248 | |
| | | | | | | | | Union fields apparently don't work :( | |||||
| * | Trigger change_visibility assist when on a path to an invisible def | Timo Freiberg | 2020-05-10 | 1 | -1/+328 | |
| | | ||||||
* | | Merge #4445 | bors[bot] | 2020-05-14 | 2 | -2/+72 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4445: Correctly fill default type parameters r=flodiebold a=montekki Fixes #3877 So, basically even if the parameters are omitted from the `impl` block, check the parameters in `trait` if they have a default type, and if they do go from `hir` to `ast::TypeArg`. I've added a helper for that but I am not sure that it's a proper way to go from `hir` to `ast` here. Co-authored-by: Fedor Sakharov <[email protected]> | |||||
| * | | Fix formatting | Fedor Sakharov | 2020-05-14 | 1 | -1/+1 | |
| | | | ||||||
| * | | Change type_arg to type_ref func | Fedor Sakharov | 2020-05-14 | 1 | -2/+1 | |
| | | | ||||||
| * | | Use generic_defaults and display_source_code | Fedor Sakharov | 2020-05-14 | 2 | -10/+12 | |
| | | | ||||||
| * | | Correctly fill default type parameters | Fedor Sakharov | 2020-05-13 | 3 | -1/+70 | |
| | | | ||||||
* | | | Use back ticks instead of single quotes around code | Trevor Spiteri | 2020-05-14 | 2 | -2/+2 | |
|/ / | ||||||
* | | Merge #4358 | bors[bot] | 2020-05-11 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4358: add if let and while let postfix for Option and Result #4348 r=matklad a=bnjjj close #4348 I also added `while let` for iterator or stream it could be useful ![iflet](https://user-images.githubusercontent.com/5719034/81278000-676c6b80-9055-11ea-87ad-6b8476dd983f.gif) Co-authored-by: Benjamin Coenen <[email protected]> |