aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Collapse)AuthorAgeFilesLines
*-. Merge #4602 #4603bors[bot]2020-05-253-4/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4602: Add boolean literal semantic token type to package.json r=matklad a=lnicola Closes #4583. CC @GrayJack 4603: Add self keyword semantic token type r=matklad a=lnicola Not sure if this is warranted a new token type or just a modifier. --- CC #4583, @GrayJack Co-authored-by: Laurențiu Nicola <[email protected]>
| | * Add self keyword semantic token typeLaurențiu Nicola2020-05-253-4/+7
| |/
* / Less rust-analyzer specific onEnterAleksey Kladov2020-05-252-9/+5
|/
* Handle more cases in `highlight_name_by_syntax`Matthew Jasper2020-05-241-11/+19
|
* Highlight `true` and `false` as literalsMatthew Jasper2020-05-247-1/+9
|
* Fix testsAleksey Kladov2020-05-241-25/+25
|
* Merge pull request #4548 from bnjjj/fix_4464Aleksey Kladov2020-05-241-12/+131
|\ | | | | add support of feature flag for runnables
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-241-1/+1
| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-231-35/+41
| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-221-11/+2
| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-2115-90/+119
| |\ | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * | add support of feature flag for runnables #4464Benjamin Coenen2020-05-211-13/+133
| | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | Merge pull request #4495 from vsrs/fixture_metaAleksey Kladov2020-05-242-21/+131
|\ \ \ | | | | | | | | Test fixtures parsing improvements
| * | | Propogate fixture meta to AnalysisHostvsrs2020-05-162-6/+54
| | | | | | | | | | | | | | | | Except crate name.
| * | | Use FixtureMeta in MockAnalysisvsrs2020-05-161-16/+77
| | | |
| * | | Remove temporary FixtureEntry parsed_meta field.vsrs2020-05-161-3/+4
| | | |
* | | | Merge pull request #4474 from georgewfraser/color_attrsAleksey Kladov2020-05-243-3/+9
|\ \ \ \ | | | | | | | | | | Color attribute functions
| * | | | Color attribute functionsGeorge Fraser2020-05-193-3/+9
| | |/ / | |/| |
* | | | Merge #4559bors[bot]2020-05-232-7/+16
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4559: Module name on hover shows another newline after it r=matklad a=Arthamys This changes the display of hover information to add a newline between the module path of the item and the signature of the item, as suggested in #3813 **Before** ![before_3813](https://user-images.githubusercontent.com/11710698/82609224-5d517d80-9bbc-11ea-9a08-0a1558409c6b.png) **After** ![after_3813](https://user-images.githubusercontent.com/11710698/82609208-562a6f80-9bbc-11ea-8cb6-4430269c5800.png) Co-authored-by: Galilée 'Bill' Enguehard <[email protected]>
| * | | | Update tests to accept new hover formattingGalilée 'Bill' Enguehard2020-05-221-4/+13
| | | | |
| * | | | Fix formatting error when no modpath is presentGalilée 'Bill' Enguehard2020-05-221-3/+3
| | | | |
| * | | | Modify hover info to show module path separated by a lineGalilée 'Bill' Enguehard2020-05-221-3/+3
| | | | |
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into ↵Galilée 'Bill' Enguehard2020-05-2137-546/+1614
| |\ \ \ \ | | | | | | | | | | | | | | | | | | modname_spacing
| * | | | | Add extra newline after module path in hover infoGalilée 'Bill' Enguehard2020-05-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Closes issue #3813
* | | | | | KISS SourceChangeAleksey Kladov2020-05-225-86/+84
| |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Formalize JoinLines protocol extensionAleksey Kladov2020-05-211-6/+3
| | | | |
* | | | | CleanupAleksey Kladov2020-05-213-34/+18
| | | | |
* | | | | Cleanup TextEditAleksey Kladov2020-05-213-6/+6
| | | | |
* | | | | Remove dead code for handling cursor positionsAleksey Kladov2020-05-213-6/+0
| | | | |
* | | | | Transition OnEnter to WorkspaceSnippetEditAleksey Kladov2020-05-211-16/+13
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | This also changes our handiling of snippet edits on the client side. `editor.insertSnippet` unfortunately forces indentation, which we really don't want to have to deal with. So, let's just implement our manual hacky way of dealing with a simple subset of snippets we actually use in rust-analyzer
* | | | Remove unused cursor positionsAleksey Kladov2020-05-211-3/+0
| | | |
* | | | Remove unused cursor positionsAleksey Kladov2020-05-201-13/+7
| | | |
* | | | Switch to new magic marksAleksey Kladov2020-05-208-52/+34
| | | |
* | | | Remove cross-crate marksAleksey Kladov2020-05-202-12/+1
| | | | | | | | | | | | | | | | | | | | They create quite a bit of friction. Really, we should just move the tests to the same crate, rather than paper over existing split.
* | | | Add AssistConfigAleksey Kladov2020-05-195-7/+12
| | | |
* | | | Fix doctests in an Impl blockCoenen Benjamin2020-05-171-1/+1
| | | |
* | | | fix doctest inside impl block #4449Benjamin Coenen2020-05-171-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | fix doctest inside impl block #4449Benjamin Coenen2020-05-161-5/+65
| |/ / |/| | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | Merge #4472bors[bot]2020-05-162-1/+46
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4472: Fix path resolution for module and function with same name r=hasali19 a=hasali19 This fixes #3970 and also fixes completion for the same issue. Co-authored-by: Hasan Ali <[email protected]>
| * | | Fix completion and hover for module and function of same nameHasan Ali2020-05-162-1/+46
| | | |
* | | | Add 'self to parameter' renaming.zbsz2020-05-161-5/+206
|/ / /
* | | Prioritize locals with correct typesAleksey Kladov2020-05-142-5/+55
| | |
* | | Make some stuff public so that they can be reused by other toolsPavan Kumar Sunkara2020-05-141-6/+2
| | |
* | | add more specific match postfix for Result and OptionBenjamin Coenen2020-05-121-15/+43
| | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | Merge #4423bors[bot]2020-05-111-0/+26
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 4423: add tests module snippet r=bnjjj a=bnjjj Request from a friend coming from intellij Rust Co-authored-by: Benjamin Coenen <[email protected]>
| * | | add tests module snippetBenjamin Coenen2020-05-111-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * | | add tests module snippetBenjamin Coenen2020-05-111-0/+18
| | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
* | | | Merge #4358bors[bot]2020-05-111-1/+205
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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]>
| * | | | add if let and while let postfix for Option and ResultBenjamin Coenen2020-05-101-38/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Coenen <[email protected]>
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into feat_4348Benjamin Coenen2020-05-103-10/+83
| |\ \ \ \