aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* 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
| | |/ | |/|
| | |
| \ \
*-. \ \ Merge #4394 #4414bors[bot]2020-05-104-6/+35
|\ \ \ \
| | * | | Highlight the name in macro declarationsMatthew Jasper2020-05-103-3/+18
| | * | | Highlight mutable statics as mutableMatthew Jasper2020-05-103-3/+17
| | |/ /
* | / / Simplify proto conversionAleksey Kladov2020-05-101-2/+7
| |/ / |/| |
* | | Remove dbgEdwin Cheng2020-05-101-1/+0
* | | Hot fix panic for function_signatureEdwin Cheng2020-05-101-7/+13
|/ /
* | Merge #4346bors[bot]2020-05-071-0/+62
|\ \
| * | Fix rename of enum variant visible from moduleFedor Sakharov2020-05-061-0/+62
* | | Nicer APIAleksey Kladov2020-05-071-1/+1
* | | Rename AssitLabel -> AssistAleksey Kladov2020-05-071-3/+3
* | | Fix panic in FunctionSignatureAleksey Kladov2020-05-071-1/+7
| |/ |/|
* | Merge #4316 #4351bors[bot]2020-05-061-4/+45
|\ \
| * | do not truncate display for hoverBenjamin Coenen2020-05-061-2/+2
| * | do not truncate display for hoverBenjamin Coenen2020-05-061-1/+42
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4311Benjamin Coenen2020-05-0614-89/+169
| |\ \
| * | | do not truncate display for hover #4311Benjamin Coenen2020-05-051-1/+1
* | | | MinorAleksey Kladov2020-05-061-1/+2
* | | | RenameAleksey Kladov2020-05-061-1/+1
| |_|/ |/| |
* | | Use SourceChange for assistsAleksey Kladov2020-05-062-49/+24
* | | Lift SourceChange to the ra_ide_dbAleksey Kladov2020-05-064-132/+11
* | | Fix capitalizationAleksey Kladov2020-05-061-2/+2
| |/ |/|
* | Fixup testsAleksey Kladov2020-05-057-30/+58
* | Use more natural signature for Edit::applyAleksey Kladov2020-05-051-9/+15
* | Rename AtomTextEdit -> IndelAleksey Kladov2020-05-052-4/+4
* | Normalize naming of diagnosticsAleksey Kladov2020-05-054-13/+15
* | Fix compilationAleksey Kladov2020-05-051-12/+7