Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename AtomTextEdit -> Indel | Aleksey Kladov | 2020-05-05 | 2 | -4/+4 |
* | Rename ImplItem to AssocItem | Edwin Cheng | 2020-05-05 | 2 | -21/+27 |
* | Remove false positive attr compleitons | Aleksey Kladov | 2020-05-04 | 2 | -4/+40 |
* | Qualify ast types | Aleksey Kladov | 2020-05-04 | 1 | -6/+5 |
* | Cleanup imports | Aleksey Kladov | 2020-05-04 | 1 | -4/+6 |
* | Fix derive argument parsing | Kirill Bulatov | 2020-05-02 | 1 | -26/+40 |
* | Propose custom derives in completion | Kirill Bulatov | 2020-05-02 | 1 | -8/+32 |
* | Complete standard derives | Kirill Bulatov | 2020-05-02 | 2 | -16/+245 |
* | Introduce EffectExpr | Aleksey Kladov | 2020-05-02 | 1 | -1/+1 |
* | if let -> match | Jonas Schievink | 2020-04-29 | 1 | -4/+3 |
* | Complete assoc. items on type parameters | Jonas Schievink | 2020-04-29 | 1 | -11/+262 |
* | Better filtering of qualified enum variants in completion | Aleksey Kladov | 2020-04-29 | 2 | -9/+49 |
* | Complete union fields after dot | Jonas Schievink | 2020-04-28 | 1 | -0/+38 |
* | Precompute expected type during completion | Aleksey Kladov | 2020-04-26 | 3 | -35/+44 |
* | Fix broken test | Jonas Schievink | 2020-04-25 | 1 | -1/+1 |
* | Don't add call parens when an fn type is expected | Jonas Schievink | 2020-04-25 | 1 | -0/+56 |
* | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 1 | -6/+1 |
* | text-size 1.0.0 | Aleksey Kladov | 2020-04-25 | 1 | -6/+6 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 13 | -790/+789 |
* | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 4 | -14/+15 |
* | Merge #4128 | bors[bot] | 2020-04-24 | 1 | -1/+52 |
|\ | |||||
| * | Include correct item path for variant completions | Jonas Schievink | 2020-04-24 | 1 | -1/+52 |
* | | Don't omit methods with self from path completion | Jonas Schievink | 2020-04-24 | 1 | -6/+38 |
|/ | |||||
* | Adds attribute completions (#3941) | Roberto Vidal | 2020-04-24 | 3 | -0/+592 |
* | Better label for macros completion | Aleksey Kladov | 2020-04-24 | 5 | -48/+59 |
* | Honor snippet capability | Aleksey Kladov | 2020-04-24 | 1 | -0/+6 |
* | Make sure that adding a snippet requires corresponding capability | Aleksey Kladov | 2020-04-24 | 6 | -44/+107 |
* | Introduce internal snippet cap | Aleksey Kladov | 2020-04-24 | 1 | -0/+13 |
* | Move CompletionConfig to a separate module | Aleksey Kladov | 2020-04-24 | 1 | -0/+16 |
* | Add test marks | Aleksey Kladov | 2020-04-24 | 1 | -0/+4 |
* | Introduce ActiveParameter | Aleksey Kladov | 2020-04-24 | 2 | -6/+6 |
* | Move tests to where they belong | Aleksey Kladov | 2020-04-24 | 2 | -231/+231 |
* | Refactor | Aleksey Kladov | 2020-04-24 | 1 | -24/+18 |
* | Restore CompletionItem immutability | Aleksey Kladov | 2020-04-24 | 2 | -31/+23 |
* | More functional | Aleksey Kladov | 2020-04-24 | 2 | -11/+18 |
* | Move | Aleksey Kladov | 2020-04-23 | 1 | -9/+9 |
* | Merge #3954 | bors[bot] | 2020-04-23 | 4 | -5/+321 |
|\ | |||||
| * | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 1 | -3/+1 |
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-21 | 1 | -0/+6 |
| |\ | |||||
| * | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-21 | 3 | -46/+46 |
| * | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-18 | 2 | -10/+49 |
| |\ \ | |||||
| * | | | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-17 | 1 | -5/+1 |
| * | | | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-17 | 3 | -74/+52 |
| * | | | feat: improve dot completions with scoring | Benjamin Coenen | 2020-04-16 | 4 | -104/+85 |
| * | | | feat: improve dot completions in a struct literal expression | Benjamin Coenen | 2020-04-15 | 3 | -30/+195 |
| * | | | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer | Benjamin Coenen | 2020-04-14 | 4 | -5/+22 |
| |\ \ \ | |||||
| * | | | | Improve autocompletion by looking on the type and name, change implementation... | Benjamin Coenen | 2020-04-12 | 2 | -26/+93 |
| * | | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 5 | -24/+26 |
| |\ \ \ \ | |||||
| * | | | | | Improve autocompletion by looking on the type and name | Benjamin Coenen | 2020-04-11 | 4 | -9/+143 |
* | | | | | | Merge #4065 | bors[bot] | 2020-04-23 | 2 | -7/+217 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | |