aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Merge #4921bors[bot]2020-06-223-555/+11
|\ \ \
| * | | Allow SSR to match type references, items, paths and patternsDavid Lattimore2020-06-223-555/+11
| | |/ | |/|
* | | Merge #4928bors[bot]2020-06-221-48/+139
|\ \ \ | |/ / |/| |
| * | Fix renaming mod in use treeunexge2020-06-171-48/+139
* | | Syntax highlighting for documentation comments on macro definitionsLeander Tentrup2020-06-193-2/+19
* | | Merge #4851bors[bot]2020-06-191-2/+96
|\ \ \
| * | | Add quickfix to add a struct fieldTimo Freiberg2020-06-121-2/+96
* | | | Merge #4839bors[bot]2020-06-192-22/+1122
|\ \ \ \
| * | | | Apply suggestions from code reviewvsrs2020-06-181-2/+253
| * | | | Add Type::walk methodvsrs2020-06-181-4/+21
| * | | | Remove AdtOrTraitvsrs2020-06-182-17/+13
| * | | | Add associated type test.vsrs2020-06-181-0/+57
| * | | | Fix type "items" order.vsrs2020-06-181-17/+18
| * | | | Add `Go to Type Definition` hover action.vsrs2020-06-183-22/+800
* | | | | Merge #4903bors[bot]2020-06-184-41/+55
|\ \ \ \ \
| * | | | | Remove logic to mark all doctest code asPaul Daniel Faria2020-06-182-14/+13
| * | | | | Ensure all existing doctest code highlights have documentation modifierPaul Daniel Faria2020-06-173-21/+22
| * | | | | Add highlighting support for doc commentsPaul Daniel Faria2020-06-174-41/+55
* | | | | | Merge #4821bors[bot]2020-06-182-9/+32
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | display Doctest code lens before comment #4785Benjamin Coenen2020-06-182-9/+3