aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * | | | | display Doctest code lens before comment #4785Benjamin Coenen2020-06-141-2/+2
| * | | | | display Doctest code lens before comment #4785Benjamin Coenen2020-06-092-3/+32
* | | | | | Remove special casing for library symbolsAleksey Kladov2020-06-182-6/+11
| |_|_|/ / |/| | | |
* | | | | Syntax highlighting for escape sequences in stringsLeander Tentrup2020-06-1710-5/+36
| |/ / / |/| | |
| | | |
| \ \ \
*-. \ \ \ Merge #4913 #4915 #4916bors[bot]2020-06-173-4/+22
|\ \ \ \ \
| | * | | | Inspect markdown code fences to determine whether to apply syntax highlightingLeander Tentrup2020-06-163-4/+22
| |/ / / /
* / / / / Remove :expr from placeholdersDavid Lattimore2020-06-171-54/+20
|/ / / /
* | | | Anchor file-system operations to the file, and not to the source root.Aleksey Kladov2020-06-162-62/+49
* | | | Syntactic highlighting of NAME_REF for injectionsLeander Tentrup2020-06-1512-16/+102
| |_|/ |/| |
* | | Merge #4877bors[bot]2020-06-153-16/+37
|\ \ \
| * | | Fix syntax highlighting of recursive macrosLeander Tentrup2020-06-153-16/+37
* | | | Deprecate hir::Path::from_astAleksey Kladov2020-06-151-0/+1
|/ / /
* | | Merge #4868bors[bot]2020-06-131-4/+4
|\ \ \
| * | | Fix if and while postfix completionsAleksey Kladov2020-06-131-4/+4
| | |/ | |/|
* | | More concise completion testsAleksey Kladov2020-06-132-182/+146
* | | CleanupAleksey Kladov2020-06-134-255/+154
* | | Add keywords completions on source file positionMikhail Rakhmanov2020-06-133-21/+124
* | | Merge branch 'master' into keyword_completionMikhail Rakhmanov2020-06-1322-257/+1438
|\| |
| * | simplify determining whether the field is a tuple fieldOptimalStrategy2020-06-121-5/+1
| * | Fix invalid shorthand initialization diagnostic for tuple structsOptimalStrategy2020-06-121-1/+18
| * | Merge #4849bors[bot]2020-06-111-34/+22
| |\ \
| | * | Update wrap return testsJonas Schievink2020-06-111-29/+17
| | * | Make known paths use `core` instead of `std`Jonas Schievink2020-06-111-9/+9
| * | | Indent chain `.` even if there's more stuff afterwardsAleksey Kladov2020-06-111-6/+32
| |/ /