Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Refactor attribut completion tests | Aleksey Kladov | 2020-07-03 | 1 | -645/+115 | |
* | Compress attribute completion tests | Aleksey Kladov | 2020-07-03 | 1 | -150/+63 | |
* | Add function to test completion edit | Aleksey Kladov | 2020-07-03 | 2 | -1/+22 | |
* | Refactor keyword completion tests | Aleksey Kladov | 2020-07-03 | 1 | -206/+198 | |
* | Cleanup record completion tests | Aleksey Kladov | 2020-07-03 | 4 | -374/+227 | |
* | Auto-completion no longer occurs on comments | BGluth | 2020-07-01 | 1 | -1/+5 | |
* | Added tests for no auto-completion on comments | BGluth | 2020-07-01 | 1 | -0/+50 | |
* | Make SemanticsScope non-generic | Laurențiu Nicola | 2020-07-01 | 1 | -1/+1 | |
* | Add `::` to label for `crate::` completion | Aleksey Kladov | 2020-06-27 | 1 | -7/+7 | |
* | cleanup | Aleksey Kladov | 2020-06-27 | 1 | -13/+10 | |
* | Remove duplication | Aleksey Kladov | 2020-06-24 | 1 | -3/+3 | |
* | More consistent usage of fixtures | Aleksey Kladov | 2020-06-24 | 11 | -803/+806 | |
* | More principled indentation trimming in fixtures | Aleksey Kladov | 2020-06-23 | 3 | -88/+88 | |
* | don't complete top level attrs inside nested attrs and add better labels #4899 | Benjamin Coenen | 2020-06-22 | 1 | -8/+1 | |
* | don't complete top level attrs inside nested attrs and add better labels #4899 | Benjamin Coenen | 2020-06-21 | 1 | -16/+105 | |
* | don't complete top level attrs inside nested attrs and add better labels #4890 | Benjamin Coenen | 2020-06-18 | 1 | -16/+8 | |
* | don't complete top level attrs inside nested attrs and add better labels #4890 | Benjamin Coenen | 2020-06-15 | 1 | -63/+123 | |
* | Deprecate hir::Path::from_ast | Aleksey Kladov | 2020-06-15 | 1 | -0/+1 | |
* | Merge #4868 | bors[bot] | 2020-06-13 | 1 | -4/+4 | |
|\ | ||||||
| * | Fix if and while postfix completions | Aleksey Kladov | 2020-06-13 | 1 | -4/+4 | |
* | | More concise completion tests | Aleksey Kladov | 2020-06-13 | 2 | -182/+146 | |
* | | Cleanup | Aleksey Kladov | 2020-06-13 | 4 | -255/+154 | |
* | | Add keywords completions on source file position | Mikhail Rakhmanov | 2020-06-13 | 3 | -21/+124 | |
* | | Fix tests and remove unused methods | Mikhail Rakhmanov | 2020-06-13 | 3 | -13/+6 | |
* | | Add more patterns, tests and fix keywords | Mikhail Rakhmanov | 2020-06-12 | 3 | -473/+297 | |
* | | Rewrite snapshot checks | Mikhail Rakhmanov | 2020-06-12 | 4 | -245/+100 | |
* | | Remove comment and incorrect assert | Mikhail Rakhmanov | 2020-06-12 | 1 | -7/+1 | |
* | | Return snapshots to tests | Mikhail Rakhmanov | 2020-06-12 | 1 | -18/+34 | |
* | | More assert refactoring | Mikhail Rakhmanov | 2020-06-12 | 1 | -7/+8 | |
* | | 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 |