Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't categorize things we don't care about | kjeremy | 2020-07-02 | 4 | -64/+52 |
| | |||||
* | Move AssistKind into AssistId | kjeremy | 2020-07-02 | 40 | -139/+89 |
| | |||||
* | Recategorize a few | kjeremy | 2020-07-02 | 3 | -3/+3 |
| | |||||
* | Categorize assists | Jeremy Kolb | 2020-07-02 | 40 | -501/+702 |
| | |||||
* | Record and suggest trait items via ImportMap | Jonas Schievink | 2020-07-02 | 1 | -0/+140 |
| | |||||
* | Reuse Semantics instances | Laurențiu Nicola | 2020-07-01 | 2 | -2/+2 |
| | |||||
* | Use the existing Semantics in auto_import | Laurențiu Nicola | 2020-07-01 | 1 | -6/+6 |
| | |||||
* | Remove db from AssistsContext | Laurențiu Nicola | 2020-07-01 | 11 | -35/+37 |
| | |||||
* | Make SemanticsScope non-generic | Laurențiu Nicola | 2020-07-01 | 1 | -10/+6 |
| | |||||
* | Use more of FxHash* | Laurențiu Nicola | 2020-06-29 | 1 | -3/+3 |
| | |||||
* | Get rid of unused imports | Veetaha | 2020-06-28 | 2 | -10/+3 |
| | |||||
* | Follow matklad suggestions | Veetaha | 2020-06-28 | 4 | -18/+13 |
| | | | | | | - Move vis_offset() to utils.rs - Shorten explicit ra_syntax::ast -> ast - Undo refactoring exhaustive pattern to non-exhaustive | ||||
* | Simlify with matches!() | Veetaha | 2020-06-28 | 3 | -17/+5 |
| | |||||
* | introduce_variable -> extract_variable | Aleksey Kladov | 2020-06-27 | 3 | -73/+73 |
| | |||||
* | Merge #4945 | bors[bot] | 2020-06-26 | 1 | -2/+31 |
|\ | | | | | | | | | | | | | | | 4945: do not suggest assist for return type to result in bad case r=matklad a=bnjjj close #4826 Co-authored-by: Benjamin Coenen <[email protected]> | ||||
| * | do not suggest assist for return type to result in bad case #4826 | Benjamin Coenen | 2020-06-21 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
| * | do not suggest assist for return type to result in bad case #4826 | Benjamin Coenen | 2020-06-18 | 1 | -2/+28 |
| | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]> | ||||
* | | Smarter introduce variable | Aleksey Kladov | 2020-06-25 | 1 | -8/+49 |
| | | | | | | | | Use field init shorthand | ||||
* | | Use only one code-path for parsing fixtures | Aleksey Kladov | 2020-06-23 | 1 | -6/+7 |
| | | | | | | | | | | This removes leading newlines everywhere, shifting all ranges in tests by one | ||||
* | | Centralize fixture parsing for assists | Aleksey Kladov | 2020-06-23 | 6 | -54/+47 |
| | | |||||
* | | More principled indentation trimming in fixtures | Aleksey Kladov | 2020-06-23 | 3 | -123/+127 |
| | | |||||
* | | New VFS | Aleksey Kladov | 2020-06-23 | 1 | -10/+3 |
| | | |||||
* | | Fix panic in split and merge import assists | Laurențiu Nicola | 2020-06-23 | 2 | -1/+21 |
| | | |||||
* | | Remove RelativePathBuf from fixture | Aleksey Kladov | 2020-06-22 | 3 | -3/+3 |
|/ | | | | | The paths in fixture are not really relative (the default one is `/main.rs`), so it doesn't make sense to use `RelativePathBuf` here. | ||||
* | Merge #4878 | bors[bot] | 2020-06-16 | 4 | -59/+249 |
|\ | | | | | | | | | | | | | | | 4878: Make "Replace qualified name with use" replace *all* mentions of the path r=matklad a=jonas-schievink Fixes https://github.com/rust-analyzer/rust-analyzer/issues/4836 Co-authored-by: Jonas Schievink <[email protected]> | ||||
| * | Operate only on AST paths instead of HIR | Jonas Schievink | 2020-06-15 | 1 | -30/+36 |
| | | |||||
| * | Simplify | Jonas Schievink | 2020-06-15 | 1 | -13/+6 |
| | | |||||
| * | It's fookin' raw | Jonas Schievink | 2020-06-15 | 1 | -48/+48 |
| | | |||||
| * | Shorten *all* qualified paths when adding use | Jonas Schievink | 2020-06-13 | 2 | -11/+192 |
| | | |||||
| * | Expose `find_insert_use_container` | Jonas Schievink | 2020-06-13 | 2 | -8/+18 |
| | | |||||
* | | Merge #4889 | bors[bot] | 2020-06-15 | 1 | -0/+2 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4889: Deprecate hir::Path::from_ast r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | ||||
| * | | Deprecate hir::Path::from_ast | Aleksey Kladov | 2020-06-15 | 1 | -0/+2 |
| |/ | |||||
* | | fill_match_arms bind pattern implementation | Toby Dimmick | 2020-06-14 | 1 | -2/+14 |
| | | |||||
* | | fill_match_arms bind pattern test | Toby Dimmick | 2020-06-14 | 1 | -0/+34 |
|/ | |||||
* | Respect casing when searching for imports | Jonas Schievink | 2020-06-10 | 1 | -0/+25 |
| | |||||
* | Add test for macro generated items | Jonas Schievink | 2020-06-10 | 1 | -0/+31 |
| | |||||
* | ImportsLocator: use ImportMap for non-local crates | Jonas Schievink | 2020-06-10 | 1 | -1/+46 |
| | |||||
* | Use correct indent when replacing with match | Aleksey Kladov | 2020-06-09 | 2 | -3/+36 |
| | |||||
* | Unwrap block works with match arms | Aleksey Kladov | 2020-06-09 | 1 | -4/+40 |
| | |||||
* | Simplify unwrapping of blocks | Aleksey Kladov | 2020-06-09 | 1 | -79/+49 |
| | |||||
* | Simplify API | Aleksey Kladov | 2020-06-08 | 4 | -107/+56 |
| | |||||
* | Merge #4576 | bors[bot] | 2020-06-08 | 4 | -0/+403 |
|\ | | | | | | | | | | | | | | | | | | | 4576: Add implementation of extract struct from enum variant r=matklad a=mcrakhman Hi guys! I implemented the extraction functionality including modifying multiple files. The only thing I didn't change the cursor position. I've done it with a previous API, but now snippets have been introduced and I need to figure out how to do it. Please bear in mind that I am a newcomer in the rust-analyzer (and also Rust) world, so I tried to implement the feature to the best of my knowledge, but the API is very new to me, so I am very welcome to introducing changes etc. Co-authored-by: Mikhail Rakhmanov <[email protected]> | ||||
| * | Fix review comments | Mikhail Rakhmanov | 2020-06-05 | 2 | -33/+19 |
| | | |||||
| * | Remove unnecessary return | Mikhail Rakhmanov | 2020-06-05 | 1 | -2/+2 |
| | | |||||
| * | Remove AsName import | Mikhail Rakhmanov | 2020-06-04 | 2 | -5/+19 |
| | | |||||
| * | Fixed tests | Mikhail Rakhmanov | 2020-06-03 | 3 | -10/+28 |
| | | |||||
| * | Merge branch 'master' into assists_extract_enum | Mikhail Rakhmanov | 2020-06-03 | 5 | -3/+352 |
| |\ | |||||
| * | | Fix incorrect behaviour if not resolved | Mikhail Rakhmanov | 2020-06-03 | 1 | -0/+1 |
| | | | |||||
| * | | Further refactoring under review comments | Mikhail Rakhmanov | 2020-05-24 | 1 | -7/+3 |
| | | | |||||
| * | | Remove unnecessary set_file and change variable positions for better readability | Mikhail Rakhmanov | 2020-05-23 | 1 | -2/+1 |
| | | |