aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide
Commit message (Expand)AuthorAgeFilesLines
* 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
| |
| \
*-. \ Merge #3998 #4006bors[bot]2020-04-244-56/+324
|\ \ \
| | * | Adapt format specifier highlighting to support escaped squences and unicode i...Leander Tentrup2020-04-223-22/+51
| | * | Apply suggestions from code reviewLeander Tentrup2020-04-221-4/+3
| | * | Implement syntax highlighting for format stringsLeander Tentrup2020-04-203-3/+208
| | * | Refactor flattening logic for highlighted syntax rangesLeander Tentrup2020-04-181-54/+85
| * | | Add target file information to AssistActionTimo Freiberg2020-04-211-0/+4
* | | | Don't omit methods with self from path completionJonas Schievink2020-04-241-6/+38
| |_|/ |/| |
* | | Adds attribute completions (#3941)Roberto Vidal2020-04-244-0/+594
* | | Better label for macros completionAleksey Kladov2020-04-245-48/+59
* | | Honor snippet capabilityAleksey Kladov2020-04-241-0/+6
* | | Make sure that adding a snippet requires corresponding capabilityAleksey Kladov2020-04-246-44/+107
* | | Introduce internal snippet capAleksey Kladov2020-04-241-0/+13
* | | Move CompletionConfig to a separate moduleAleksey Kladov2020-04-242-19/+20
* | | Add test marksAleksey Kladov2020-04-242-0/+6
* | | Introduce ActiveParameterAleksey Kladov2020-04-245-30/+35
* | | Move tests to where they belongAleksey Kladov2020-04-242-231/+231
* | | RefactorAleksey Kladov2020-04-241-24/+18
* | | Restore CompletionItem immutabilityAleksey Kladov2020-04-242-31/+23
* | | More functionalAleksey Kladov2020-04-242-11/+18
* | | MoveAleksey Kladov2020-04-231-9/+9
* | | Merge #3954bors[bot]2020-04-237-28/+388
|\ \ \
| * | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-211-3/+1
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-217-27/+52
| |\| |
| * | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-214-48/+47
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-187-18/+140
| |\ \ \ | | | |/ | | |/|
| * | | feat: improve dot completions with scoringBenjamin Coenen2020-04-171-5/+1
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-172-2/+2
| |\ \ \
| * | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-174-77/+52
| * | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-166-108/+91
| * | | | feat: improve dot completions in a struct literal expressionBenjamin Coenen2020-04-154-31/+196
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-145-11/+37
| |\ \ \ \
| * | | | | Improve autocompletion by looking on the type and name, change implementation...Benjamin Coenen2020-04-123-26/+96
| * | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-1110-41/+103
| |\ \ \ \ \
| * | | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-116-30/+194
* | | | | | | Merge #4065bors[bot]2020-04-232-7/+217
|\ \ \ \ \ \ \
| * | | | | | | Update tests to reflect new completionsnathanwhit2020-04-221-1/+1
| * | | | | | | Add tests for enum completionnathanwhit2020-04-221-0/+178
| * | | | | | | Complete unqualified enum variants when possiblenathanwhit2020-04-221-5/+26
| * | | | | | | Add utility fn for expected type of a nodenathanwhit2020-04-221-1/+12
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Remove SyntaxPtr::range from more placesAleksey Kladov2020-04-231-1/+1
* | | | | | | feat: run ignored testsHannes De Valkeneer2020-04-221-2/+33
| |_|_|_|_|/ |/| | | | |