aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_ide/src/completion
Commit message (Expand)AuthorAgeFilesLines
...
* Rename ImplItem to AssocItemEdwin Cheng2020-05-052-21/+27
* Remove false positive attr compleitonsAleksey Kladov2020-05-042-4/+40
* Qualify ast typesAleksey Kladov2020-05-041-6/+5
* Cleanup importsAleksey Kladov2020-05-041-4/+6
* Fix derive argument parsingKirill Bulatov2020-05-021-26/+40
* Propose custom derives in completionKirill Bulatov2020-05-021-8/+32
* Complete standard derivesKirill Bulatov2020-05-022-16/+245
* Introduce EffectExprAleksey Kladov2020-05-021-1/+1
* if let -> matchJonas Schievink2020-04-291-4/+3
* Complete assoc. items on type parametersJonas Schievink2020-04-291-11/+262
* Better filtering of qualified enum variants in completionAleksey Kladov2020-04-292-9/+49
* Complete union fields after dotJonas Schievink2020-04-281-0/+38
* Precompute expected type during completionAleksey Kladov2020-04-263-35/+44
* Fix broken testJonas Schievink2020-04-251-1/+1
* Don't add call parens when an fn type is expectedJonas Schievink2020-04-251-0/+56
* Rename StructField -> FieldAleksey Kladov2020-04-251-6/+1
* text-size 1.0.0Aleksey Kladov2020-04-251-6/+6
* Convert tests to text-sizeAleksey Kladov2020-04-2513-790/+789
* Convert code to text-sizeAleksey Kladov2020-04-254-14/+15
* Merge #4128bors[bot]2020-04-241-1/+52
|\
| * Include correct item path for variant completionsJonas Schievink2020-04-241-1/+52
* | Don't omit methods with self from path completionJonas Schievink2020-04-241-6/+38
|/
* Adds attribute completions (#3941)Roberto Vidal2020-04-243-0/+592
* 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-241-0/+16
* Add test marksAleksey Kladov2020-04-241-0/+4
* Introduce ActiveParameterAleksey Kladov2020-04-242-6/+6
* 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-234-5/+321
|\
| * 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-211-0/+6
| |\
| * | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-213-46/+46
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-182-10/+49
| |\ \
| * | | feat: improve dot completions with scoringBenjamin Coenen2020-04-171-5/+1
| * | | feat: improve dot completions with scoringBenjamin Coenen2020-04-173-74/+52
| * | | feat: improve dot completions with scoringBenjamin Coenen2020-04-164-104/+85
| * | | feat: improve dot completions in a struct literal expressionBenjamin Coenen2020-04-153-30/+195
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzerBenjamin Coenen2020-04-144-5/+22
| |\ \ \
| * | | | Improve autocompletion by looking on the type and name, change implementation...Benjamin Coenen2020-04-122-26/+93
| * | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-115-24/+26
| |\ \ \ \
| * | | | | Improve autocompletion by looking on the type and nameBenjamin Coenen2020-04-114-9/+143
* | | | | | Merge #4065bors[bot]2020-04-232-7/+217
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Update tests to reflect new completionsnathanwhit2020-04-221-1/+1