aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix typoEdwin Cheng2020-04-231-1/+1
| * | | Panic proc macro srv if read request failedEdwin Cheng2020-04-231-2/+3
* | | | Honor snippet capabilityAleksey Kladov2020-04-242-0/+14
* | | | Make sure that adding a snippet requires corresponding capabilityAleksey Kladov2020-04-246-44/+107
* | | | Introduce internal snippet capAleksey Kladov2020-04-242-0/+14
* | | | Move CompletionConfig to a separate moduleAleksey Kladov2020-04-242-19/+20
* | | | Don't set sortTextAleksey Kladov2020-04-242-18/+10
* | | | 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 #4106bors[bot]2020-04-232-1/+42
|\ \ \ \
| * | | | Fix wrong substitution codeFlorian Diebold2020-04-232-1/+42
* | | | | Merge #3954bors[bot]2020-04-239-40/+412
|\ \ \ \ \
| * | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-212-5/+6
| * | | | | 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-2156-392/+1031
| |\ \ \ \ \
| * | | | | | 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-1828-180/+691
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-171-5/+1
| * | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1744-322/+1061
| |\ \ \ \ \ \
| * | | | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-174-77/+52
| * | | | | | | feat: improve dot completions with scoringBenjamin Coenen2020-04-167-113/+103
| * | | | | | | feat: improve dot completions in a struct literal expressionBenjamin Coenen2020-04-154-31/+196
| * | | | | | | add sort_text to sort in editor viewBenjamin Coenen2020-04-142-8/+12
| * | | | | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-1424-144/+556
| |\ \ \ \ \ \ \
| * | | | | | | | 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-11280-4971/+3500
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-116-30/+194
* | | | | | | | | | Merge #4111 #4112bors[bot]2020-04-232-3/+38
|\ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | minorAleksey Kladov2020-04-231-4/+0
| * | | | | | | | | | Record definitions in `extern` blocksJonas Schievink2020-04-232-3/+38
|/ / / / / / / / / /
* | | | | | | / / / Fully get rid of SyntaxNodePtr::rangeAleksey Kladov2020-04-233-24/+40
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Cleanup proc_macro configAleksey Kladov2020-04-233-11/+8
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | 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-233-3/+8
* | | | | | | | Merge #4093bors[bot]2020-04-231-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Simplify configveetaha2020-04-221-1/+1
* | | | | | | | | Merge #4094bors[bot]2020-04-231-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | proc_macro: add ability to log to stderr and view output in vscodeveetaha2020-04-221-1/+1
| |/ / / / / / / /
* | | | | | | | | Merge #4092bors[bot]2020-04-233-4/+38
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | feat: run ignored testsHannes De Valkeneer2020-04-223-4/+38
| |/ / / / / / / /
* / / / / / / / / Fix typoveetaha2020-04-231-1/+1
|/ / / / / / / /