aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* Auto-completion no longer occurs on commentsBGluth2020-07-011-1/+5
* Added tests for no auto-completion on commentsBGluth2020-07-011-0/+50
* Merge #5174bors[bot]2020-07-014-65/+67
|\
| * Colorize more test fixturesLaurențiu Nicola2020-07-014-65/+67
* | Merge #5175bors[bot]2020-07-011-0/+4
|\ \
| * | Split `CrateImplDefs` in inherent and trait implsJonas Schievink2020-07-011-0/+4
* | | Merge #5178bors[bot]2020-07-012-293/+296
|\ \ \ | |_|/ |/| |
| * | Fold multiline callsAleksey Kladov2020-07-011-80/+81
| * | Update file structure testsAleksey Kladov2020-07-011-213/+215
* | | Update expand macro testsAleksey Kladov2020-07-011-126/+115
|/ /
* / Reuse Semantics instancesLaurențiu Nicola2020-07-014-29/+33
|/
* Use the selection range when resolving call hierarchy itemsJeremy Kolb2020-07-011-0/+37
* Move test data to test_data directoryAleksey Kladov2020-07-017-6/+6
* Add file support to expectAleksey Kladov2020-07-011-12/+10
* Merge #5158bors[bot]2020-07-011-1/+1
|\
| * Use Strings for display namesAleksey Kladov2020-07-011-1/+1
* | Make SemanticsScope non-genericLaurențiu Nicola2020-07-011-1/+1
|/
* Switch to expect for the rest of inlay testsAleksey Kladov2020-06-301-74/+100
* Simplify most of the inlay hints testsAleksey Kladov2020-06-301-623/+177
* Refactor runnable testsAleksey Kladov2020-06-301-525/+511
* Remove confusing APIAleksey Kladov2020-06-302-23/+15
* Rewrite goto implementation testsAleksey Kladov2020-06-303-104/+119
* Rewrite goto definition testsAleksey Kladov2020-06-303-613/+483
* Merge #5132bors[bot]2020-06-301-1/+1
|\
| * Fix some typosDavid Lattimore2020-06-301-1/+1
* | Merge #5101bors[bot]2020-06-302-8/+34
|\ \ | |/ |/|
| * Add example expect test for goto definitionAleksey Kladov2020-06-272-8/+34
* | Merge #5105bors[bot]2020-06-282-8/+3
|\ \
| * | Simlify with matches!()Veetaha2020-06-282-8/+3
* | | Don't show ra_fixture param hintsAleksey Kladov2020-06-281-1/+2
|/ /
* | Remove unneeded code, filename from tests, fix rebasing issuesPaul Daniel Faria2020-06-278-13/+72
* | Revert ide highlighting changes (addressing on another branch)Paul Daniel Faria2020-06-279-100/+10
* | Add HighlightTag::Operator, use it for unsafe deref. Move unsafe validation t...Paul Daniel Faria2020-06-276-7/+7
* | Account for deref token in syntax highlighting of unsafe, add test for that casePaul Daniel Faria2020-06-271-0/+1
* | Fix typo in testPaul Daniel Faria2020-06-271-1/+1
* | Move diagnostics back into expr, add tests for diagnostics, fix logic to acco...Paul Daniel Faria2020-06-271-0/+2
* | Add unsafe diagnostics and unsafe highlightingPaul Daniel Faria2020-06-271-0/+28
|/
* Add `::` to label for `crate::` completionAleksey Kladov2020-06-271-7/+7
* cleanupAleksey Kladov2020-06-271-13/+10
* Fix matchig brace for pipesAleksey Kladov2020-06-251-1/+5
* matching brace works for | in lambdasAleksey Kladov2020-06-251-5/+22
* SimplifyAleksey Kladov2020-06-242-67/+18
* SimplifyAleksey Kladov2020-06-244-47/+38
* SimplifyAleksey Kladov2020-06-241-6/+3
* SimplifyAleksey Kladov2020-06-242-14/+3
* SimplifyAleksey Kladov2020-06-241-10/+6
* Remove duplicationAleksey Kladov2020-06-248-41/+34
* More consistent usage of fixturesAleksey Kladov2020-06-2416-1061/+1070
* Use fixtures moreAleksey Kladov2020-06-246-133/+135
* Merge #4940bors[bot]2020-06-2410-37/+86
|\