aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+1
| |\ \ \
| * | | | 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
| |_|_|_|_|/ |/| | | | |
* | | | | | Some clippy fixesJeremy Kolb2020-04-191-1/+1
* | | | | | Fix goto definition for record patternsAleksey Kladov2020-04-181-6/+22
* | | | | | Add semantic tag for unresolved referencesAleksey Kladov2020-04-184-20/+23
* | | | | | Merge #4029bors[bot]2020-04-181-0/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Ignore proc-macro in completionEdwin Cheng2020-04-181-0/+6
* | | | | | Merge #4026bors[bot]2020-04-181-1/+10
|\ \ \ \ \ \
| * | | | | | Omit more parameter hints in the presence of underscoresLaurențiu Nicola2020-04-181-1/+10
| |/ / / / /
* / / / / / Fix incorrect order of syntax highlight rangesLeander Tentrup2020-04-172-1/+14
|/ / / / /
* | | | | Don\t suggest import itself as a completion for importAleksey Kladov2020-04-172-1/+40
* | | | | Merge #4010bors[bot]2020-04-171-6/+66
|\ \ \ \ \
| * | | | | Correctly highlight ranges of diagnostics from macrosAleksey Kladov2020-04-171-6/+66
| | |_|_|/ | |/| | |
* / | | | Better snippet when completing trait methodAleksey Kladov2020-04-171-9/+10
|/ / / /
* | | / Don't expose SyntaxNodePtr impl detailsAleksey Kladov2020-04-161-1/+1
| |_|/ |/| |
* | | Merge #3955bors[bot]2020-04-114-5/+22
|\ \ \
| * | | Align grammar for record patterns and literalsAleksey Kladov2020-04-114-5/+22
| | |/ | |/|
* / | Remove #[should_panic] from call_info testsJeremy Kolb2020-04-111-6/+15
|/ /
* | Make records grammar more orthogonalAleksey Kladov2020-04-112-2/+2
* | Merge pull request #3910 from lnicola/fn-named-param-hintAleksey Kladov2020-04-111-5/+12
|\ \