aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4548 from bnjjj/fix_4464Aleksey Kladov2020-05-241-12/+131
|\
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-241-1/+1
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-231-35/+41
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-221-11/+2
| * add support of feature flag for runnables #4464Benjamin Coenen2020-05-2115-90/+119
| |\
| * | add support of feature flag for runnables #4464Benjamin Coenen2020-05-211-13/+133
* | | Merge pull request #4495 from vsrs/fixture_metaAleksey Kladov2020-05-242-21/+131
|\ \ \
| * | | Propogate fixture meta to AnalysisHostvsrs2020-05-162-6/+54
| * | | 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 functionsGeorge Fraser2020-05-193-3/+9
| | |/ / | |/| |
* | | | Merge #4559bors[bot]2020-05-232-7/+16
|\ \ \ \
| * | | | 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 modname_...Galilée 'Bill' Enguehard2020-05-2137-546/+1614
| |\ \ \ \
| * | | | | Add extra newline after module path in hover infoGalilée 'Bill' Enguehard2020-05-211-1/+1
* | | | | | KISS SourceChangeAleksey Kladov2020-05-225-86/+84
| |/ / / / |/| | | |
* | | | | 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
| |_|_|/ |/| | |
* | | | 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
* | | | 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
* | | | fix doctest inside impl block #4449Benjamin Coenen2020-05-161-5/+65
| |/ / |/| |
* | | Merge #4472bors[bot]2020-05-162-1/+46
|\ \ \
| * | | 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
* | | Merge #4423bors[bot]2020-05-111-0/+26
|\ \ \
| * | | add tests module snippetBenjamin Coenen2020-05-111-0/+8
| * | | add tests module snippetBenjamin Coenen2020-05-111-0/+18
* | | | Merge #4358bors[bot]2020-05-111-1/+205
|\ \ \ \
| * | | | add if let and while let postfix for Option and ResultBenjamin Coenen2020-05-101-38/+44
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into feat_4348Benjamin Coenen2020-05-103-10/+83
| |\ \ \ \
| * | | | | add if let and while let postfix for Option and Result #4348Benjamin Coenen2020-05-071-1/+199
* | | | | | Merge #4397bors[bot]2020-05-113-2/+38
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Color `for` as a regular keyword when it's part of impl _ for _George Fraser2020-05-103-1/+28
| * | | | | Color `in` as a control keywordGeorge Fraser2020-05-103-1/+10
| | |_|_|/ | |/| | |
* | | | | Merge #4421bors[bot]2020-05-111-0/+25
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Find references to a function outside moduleFedor Sakharov2020-05-111-0/+25
| | |/ / | |/| |