aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | Introduce EffectExprAleksey Kladov2020-05-024-46/+38
* | Test for unsafe traitDiana2020-05-011-0/+11
* | Unsafe traitsDiana2020-05-011-1/+5
* | Fix a bunch of false-positives in join-linesAleksey Kladov2020-04-301-0/+66
* | Merge #4210bors[bot]2020-04-302-0/+65
|\ \
| * | Add tests of showing function qualifiersoxalica2020-04-301-0/+25
| * | Include function qualifiers in signatureoxalica2020-04-291-0/+40
* | | if let -> matchJonas Schievink2020-04-291-4/+3
* | | Complete assoc. items on type parametersJonas Schievink2020-04-291-11/+262
|/ /
* | Better filtering of qualified enum variants in completionAleksey Kladov2020-04-292-9/+49
* | Complete union fields after dotJonas Schievink2020-04-281-0/+38
|/
* Introduce new semantic highlight token for format specifierLeander Tentrup2020-04-287-36/+43
* Precompute expected type during completionAleksey Kladov2020-04-263-35/+44
* Fix broken testJonas Schievink2020-04-251-1/+1
* Don't add call parens when an fn type is expectedJonas Schievink2020-04-251-0/+56
* Merge #4133bors[bot]2020-04-251-4/+1
|\
| * main: eagerly prime goto-definition cachesAndrew Gallant2020-04-251-4/+1
* | Rename StructField -> FieldAleksey Kladov2020-04-256-14/+9
* | text-size 1.0.0Aleksey Kladov2020-04-251-6/+6
* | CleanupsAleksey Kladov2020-04-251-8/+5
* | Convert tests to text-sizeAleksey Kladov2020-04-2530-1221/+1190
* | Convert code to text-sizeAleksey Kladov2020-04-2520-100/+96
|/
* Merge #4128bors[bot]2020-04-241-1/+52
|\
| * Include correct item path for variant completionsJonas Schievink2020-04-241-1/+52