Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Add more pattern tests | Mikhail Rakhmanov | 2020-06-12 | 2 | -11/+50 | |
* | | New testing approach for keywords | Mikhail Rakhmanov | 2020-06-12 | 2 | -6/+56 | |
* | | Add few smoke tests for patterns and refactoring | Mikhail Rakhmanov | 2020-06-11 | 4 | -10/+111 | |
* | | Add more patterns and keywords | Mikhail Rakhmanov | 2020-06-11 | 3 | -55/+59 | |
* | | Add todo | Mikhail Rakhmanov | 2020-06-11 | 1 | -1/+2 | |
* | | Add more keywords | Mikhail Rakhmanov | 2020-06-11 | 3 | -234/+182 | |
* | | Add top level keywords completion | Mikhail Rakhmanov | 2020-06-02 | 1 | -1/+186 | |
|/ | ||||||
* | Move the rest of the features to generated docs | Aleksey Kladov | 2020-05-31 | 1 | -3/+3 | |
* | Merge #4592 | bors[bot] | 2020-05-27 | 2 | -1/+48 | |
|\ | ||||||
| * | fix textedit range returned for completion when left token is a keyword | Benjamin Coenen | 2020-05-27 | 2 | -0/+3 | |
| * | fix textedit range returned for completion when left token is a keyword #4545 | Benjamin Coenen | 2020-05-24 | 2 | -1/+45 | |
* | | Merge #4596 | bors[bot] | 2020-05-27 | 1 | -1/+59 | |
|\ \ | ||||||
| * | | Trim at presentation layer | Yuki Kodama | 2020-05-25 | 1 | -1/+1 | |
| * | | Fix test to consider multiple underscores | Yuki Kodama | 2020-05-25 | 1 | -7/+7 | |
| * | | Separate assertions | Yuki Kodama | 2020-05-25 | 1 | -7/+65 | |
| * | | Reflect test case | Yuki Kodama | 2020-05-25 | 1 | -7/+7 | |
| |/ | ||||||
| | | ||||||
| \ | ||||||
*-. \ | Merge #4625 #4629 | bors[bot] | 2020-05-27 | 1 | -3/+3 | |
|\ \ \ | ||||||
| | * | | Fix the `should_panic` snippet | Andrew Chin | 2020-05-26 | 1 | -3/+3 | |
| |/ / | ||||||
* / / | Pass trivially copy types as copy | kjeremy | 2020-05-26 | 1 | -32/+29 | |
|/ / | ||||||
* | | Merge #4534 | bors[bot] | 2020-05-26 | 1 | -0/+59 | |
|\ \ | |/ |/| | ||||||
| * | Add call postfix completion | vain0x | 2020-05-20 | 1 | -0/+59 | |
* | | Cleanup TextEdit | Aleksey Kladov | 2020-05-21 | 1 | -2/+2 | |
|/ | ||||||
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 3 | -20/+20 | |
* | Add AssistConfig | Aleksey Kladov | 2020-05-19 | 1 | -1/+1 | |
* | Fix completion and hover for module and function of same name | Hasan Ali | 2020-05-16 | 1 | -1/+29 | |
* | Prioritize locals with correct types | Aleksey Kladov | 2020-05-14 | 2 | -5/+55 | |
* | add more specific match postfix for Result and Option | Benjamin Coenen | 2020-05-12 | 1 | -15/+43 | |
* | Merge #4423 | bors[bot] | 2020-05-11 | 1 | -0/+26 | |
|\ | ||||||
| * | add tests module snippet | Benjamin Coenen | 2020-05-11 | 1 | -0/+8 | |
| * | add tests module snippet | Benjamin Coenen | 2020-05-11 | 1 | -0/+18 | |
* | | add if let and while let postfix for Option and Result | Benjamin Coenen | 2020-05-10 | 1 | -38/+44 | |
* | | add if let and while let postfix for Option and Result #4348 | Benjamin Coenen | 2020-05-07 | 1 | -1/+199 | |
|/ | ||||||
* | Minor | Aleksey Kladov | 2020-05-06 | 1 | -1/+2 | |
* | 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 |