aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* 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 #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
* | Merge #4320bors[bot]2020-05-051-0/+43
|\ \
| * | add doctest support #4317Benjamin Coenen2020-05-051-0/+43
| |/
* / Rename ImplItem to AssocItemEdwin Cheng2020-05-052-21/+27
|/
* Remove false positive attr compleitonsAleksey Kladov2020-05-042-4/+40
* Qualify ast typesAleksey Kladov2020-05-041-6/+5
* Cleanup importsAleksey Kladov2020-05-041-4/+6
* Remove unnecessary conditionAleksey Kladov2020-05-041-17/+14
* Merge #4269 #4293bors[bot]2020-05-041-0/+33
|\
| * add support of use alias semantic in definition #4202Benjamin Coenen2020-05-021-1/+16
| * Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4202Benjamin Coenen2020-05-0211-67/+533
| |\
| * | wipBenjamin Coenen2020-05-011-0/+18
* | | Fix focus range for TypeParamAleksey Kladov2020-05-042-8/+12
* | | Add test marksAleksey Kladov2020-05-042-5/+10
* | | Code review fixesKirill Bulatov2020-05-041-8/+7
* | | Move snake case method to heckKirill Bulatov2020-05-031-15/+2
* | | Omit name hints for enum names similar to parameter namesKirill Bulatov2020-05-031-12/+52
* | | Omit name hints for method names similar to parameter namesKirill Bulatov2020-05-031-13/+25
* | | Fix derive argument parsingKirill Bulatov2020-05-021-26/+40
* | | Separate macros completion from otherKirill Bulatov2020-05-021-15/+17
* | | Propose custom derives in completionKirill Bulatov2020-05-021-8/+32
* | | Complete standard derivesKirill Bulatov2020-05-022-16/+245
| |/ |/|