aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Improve readability be replacing hard-to-read if-else branches with a matchPaul Daniel Faria2020-06-241-16/+20
| * Remove unrelated changePaul Daniel Faria2020-06-231-4/+2
| * Update comment for pop_and_injectPaul Daniel Faria2020-06-231-2/+2
| * Update injection mechanism and stop injecting through highlight element, swit...Paul Daniel Faria2020-06-2312-216/+237
| * Add punctuation highlighting for highlighting punctuation in doctests, fix hi...Paul Daniel Faria2020-06-2312-223/+224
| * Add default color and opacity for documentation and injected, respectively, i...Paul Daniel Faria2020-06-237-0/+14
| * Add support for marking doctest items as distinct from normal code, add defau...Paul Daniel Faria2020-06-237-34/+45
* | More principled indentation trimming in fixturesAleksey Kladov2020-06-239-325/+310
* | Slightly better nameAleksey Kladov2020-06-231-2/+2
* | Cut problematic dependencyAleksey Kladov2020-06-231-1/+6
* | Nicer APIAleksey Kladov2020-06-231-8/+8
* | SimplifyAleksey Kladov2020-06-231-8/+6
* | SimplifyAleksey Kladov2020-06-231-8/+8
|/
* New VFSAleksey Kladov2020-06-235-22/+20
* Merge #5002bors[bot]2020-06-233-5/+15
|\
| * Fix underflow panic when doctests are at top of filePaul Daniel Faria2020-06-233-5/+15
* | Merge #4999bors[bot]2020-06-231-0/+1
|\ \
| * | SSR: Allow matching of whole macro callsDavid Lattimore2020-06-221-0/+1
| |/
* | Merge #5000bors[bot]2020-06-221-5/+5
|\ \
| * | Remove RelativePathBuf from fixtureAleksey Kladov2020-06-221-5/+5
| |/
* | Merge #4988bors[bot]2020-06-221-0/+3
|\ \
| * | Don't offer to add missing fields of unknown typesLaurențiu Nicola2020-06-221-0/+3
| |/
* | Merge #4900bors[bot]2020-06-221-0/+80
|\ \ | |/ |/|
| * Created goto Self enum variant testBGluth2020-06-211-0/+80
* | Merge #4899bors[bot]2020-06-221-72/+206
|\ \
| * | don't complete top level attrs inside nested attrs and add better labels #4899Benjamin Coenen2020-06-221-8/+1
| * | don't complete top level attrs inside nested attrs and add better labels #4899Benjamin Coenen2020-06-211-16/+105
| * | don't complete top level attrs inside nested attrs and add better labels #4890Benjamin Coenen2020-06-181-16/+8
| * | don't complete top level attrs inside nested attrs and add better labels #4890Benjamin Coenen2020-06-151-63/+123