Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | 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 | |
* | Remove unnecessary condition | Aleksey Kladov | 2020-05-04 | 1 | -17/+14 | |
* | Merge #4269 #4293 | bors[bot] | 2020-05-04 | 1 | -0/+33 | |
|\ | ||||||
| * | add support of use alias semantic in definition #4202 | Benjamin Coenen | 2020-05-02 | 1 | -1/+16 | |
| * | Merge branch 'master' of github.com:rust-analyzer/rust-analyzer into fix_4202 | Benjamin Coenen | 2020-05-02 | 11 | -67/+533 | |
| |\ | ||||||
| * | | wip | Benjamin Coenen | 2020-05-01 | 1 | -0/+18 | |
* | | | Fix focus range for TypeParam | Aleksey Kladov | 2020-05-04 | 2 | -8/+12 | |
* | | | Add test marks | Aleksey Kladov | 2020-05-04 | 2 | -5/+10 | |
* | | | Code review fixes | Kirill Bulatov | 2020-05-04 | 1 | -8/+7 | |
* | | | Move snake case method to heck | Kirill Bulatov | 2020-05-03 | 1 | -15/+2 | |
* | | | Omit name hints for enum names similar to parameter names | Kirill Bulatov | 2020-05-03 | 1 | -12/+52 | |
* | | | Omit name hints for method names similar to parameter names | Kirill Bulatov | 2020-05-03 | 1 | -13/+25 | |
* | | | Fix derive argument parsing | Kirill Bulatov | 2020-05-02 | 1 | -26/+40 | |
* | | | Separate macros completion from other | Kirill Bulatov | 2020-05-02 | 1 | -15/+17 | |
* | | | 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 | 4 | -46/+38 | |
* | | Test for unsafe trait | Diana | 2020-05-01 | 1 | -0/+11 | |
* | | Unsafe traits | Diana | 2020-05-01 | 1 | -1/+5 | |
* | | Fix a bunch of false-positives in join-lines | Aleksey Kladov | 2020-04-30 | 1 | -0/+66 | |
* | | Merge #4210 | bors[bot] | 2020-04-30 | 2 | -0/+65 | |
|\ \ | ||||||
| * | | Add tests of showing function qualifiers | oxalica | 2020-04-30 | 1 | -0/+25 | |
| * | | Include function qualifiers in signature | oxalica | 2020-04-29 | 1 | -0/+40 | |
* | | | 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 | |
|/ | ||||||
* | Introduce new semantic highlight token for format specifier | Leander Tentrup | 2020-04-28 | 7 | -36/+43 | |
* | 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 | |
* | Merge #4133 | bors[bot] | 2020-04-25 | 1 | -4/+1 | |
|\ | ||||||
| * | main: eagerly prime goto-definition caches | Andrew Gallant | 2020-04-25 | 1 | -4/+1 | |
* | | Rename StructField -> Field | Aleksey Kladov | 2020-04-25 | 6 | -14/+9 | |
* | | text-size 1.0.0 | Aleksey Kladov | 2020-04-25 | 1 | -6/+6 | |
* | | Cleanups | Aleksey Kladov | 2020-04-25 | 1 | -8/+5 | |
* | | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 30 | -1221/+1190 | |
* | | Convert code to text-size | Aleksey Kladov | 2020-04-25 | 20 | -100/+96 | |
|/ | ||||||
* | 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 | |
| | | ||||||
| \ | ||||||
*-. \ | Merge #3998 #4006 | bors[bot] | 2020-04-24 | 4 | -56/+324 | |
|\ \ \ | ||||||
| | * | | Adapt format specifier highlighting to support escaped squences and unicode i... | Leander Tentrup | 2020-04-22 | 3 | -22/+51 | |
| | * | | Apply suggestions from code review | Leander Tentrup | 2020-04-22 | 1 | -4/+3 | |
| | * | | Implement syntax highlighting for format strings | Leander Tentrup | 2020-04-20 | 3 | -3/+208 | |
| | * | | Refactor flattening logic for highlighted syntax ranges | Leander Tentrup | 2020-04-18 | 1 | -54/+85 | |
| * | | | Add target file information to AssistAction | Timo Freiberg | 2020-04-21 | 1 | -0/+4 | |
* | | | | 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 | 4 | -0/+594 |