Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | Merge #3513 | bors[bot] | 2020-03-09 | 13 | -42/+527 | |
|\ \ \ \ | ||||||
| * | | | | Move hypothetical expansion to hir_expand | Florian Diebold | 2020-03-08 | 4 | -39/+43 | |
| * | | | | Remove TODOs | Florian Diebold | 2020-03-07 | 1 | -5/+6 | |
| * | | | | Fix CompletionContext module field (by removing it) | Florian Diebold | 2020-03-07 | 3 | -8/+6 | |
| * | | | | Add some sanity checks | Florian Diebold | 2020-03-07 | 1 | -1/+10 | |
| * | | | | Fix record pattern completion | Florian Diebold | 2020-03-07 | 3 | -1/+30 | |
| * | | | | Fix record literal completion | Florian Diebold | 2020-03-07 | 2 | -3/+33 | |
| * | | | | Fix range for postfix snippets | Florian Diebold | 2020-03-07 | 1 | -2/+63 | |
| * | | | | Add more tests | Florian Diebold | 2020-03-07 | 3 | -1/+54 | |
| * | | | | Try to complete within macros | Florian Diebold | 2020-03-07 | 8 | -38/+338 | |
| |/ / / | ||||||
* | | | | Merge #3516 | bors[bot] | 2020-03-09 | 4 | -19/+217 | |
|\ \ \ \ | ||||||
| * | | | | Handle visibility for assoc item path completion as well | Florian Diebold | 2020-03-08 | 3 | -22/+124 | |
| * | | | | Handle visibility for path completion (not in all cases yet) | Florian Diebold | 2020-03-08 | 2 | -5/+51 | |
| * | | | | Handle visibility in method call completion | Florian Diebold | 2020-03-07 | 3 | -4/+54 | |
| |/ / / | ||||||
* | | | | Merge #3518 | bors[bot] | 2020-03-09 | 5 | -37/+213 | |
|\ \ \ \ | ||||||
| * | | | | Add parse_to_token_tree | Edwin Cheng | 2020-03-08 | 5 | -37/+213 | |
| |/ / / | ||||||
* | | | | Merge #3524 | bors[bot] | 2020-03-09 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | Ignore client-specific notifications | Aleksey Kladov | 2020-03-09 | 1 | -0/+3 | |
| |/ / / | ||||||
* / / / | Omit unit struct hints | Kirill Bulatov | 2020-03-08 | 1 | -0/+32 | |
|/ / / | ||||||
* | | | Prevent include! macro include itself | Edwin Cheng | 2020-03-07 | 2 | -1/+24 | |
* | | | Fix test and add more comment | Edwin Cheng | 2020-03-07 | 1 | -1/+4 | |
* | | | Use a not so dummy implementation of env macro | Edwin Cheng | 2020-03-07 | 2 | -1/+28 | |
|/ / | ||||||
* | | Normalize waiting queries names | Aleksey Kladov | 2020-03-06 | 7 | -31/+26 | |
* | | Don't reuse the Chalk solver | Florian Diebold | 2020-03-06 | 4 | -95/+29 | |
* | | Merge #3499 | bors[bot] | 2020-03-06 | 3 | -38/+93 | |
|\ \ | ||||||
| * | | Resolve `Self::AssocTy` in impls | Florian Diebold | 2020-03-06 | 3 | -38/+93 | |
* | | | Don't creat public APIs with typos | Aleksey Kladov | 2020-03-06 | 2 | -2/+2 | |
* | | | Concise mode for parameter hints | Aleksey Kladov | 2020-03-06 | 3 | -15/+23 | |
* | | | Trigger parameter info automatically | Aleksey Kladov | 2020-03-06 | 3 | -0/+26 | |
* | | | Feature flag for arg snippets | Aleksey Kladov | 2020-03-06 | 2 | -4/+14 | |
* | | | Fix comment order | Aleksey Kladov | 2020-03-06 | 1 | -2/+2 | |
|/ / | ||||||
* / | Allow specifying additional info on call to profile | Aleksey Kladov | 2020-03-06 | 3 | -21/+52 | |
|/ | ||||||
* | Less confusing profile names | Aleksey Kladov | 2020-03-06 | 4 | -4/+4 | |
* | Merge #3494 | bors[bot] | 2020-03-06 | 4 | -19/+107 | |
|\ | ||||||
| * | Implment include macro | Edwin Cheng | 2020-03-06 | 4 | -19/+107 | |
* | | Merge #3493 | bors[bot] | 2020-03-06 | 1 | -0/+4 | |
|\ \ | ||||||
| * | | make::use_item | Aleksey Kladov | 2020-03-06 | 1 | -0/+4 | |
* | | | Merge #3490 | bors[bot] | 2020-03-06 | 3 | -1/+95 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Support aliases and Self in struct literals | Florian Diebold | 2020-03-06 | 3 | -1/+95 | |
* | | | Merge #3492 | bors[bot] | 2020-03-06 | 2 | -13/+4 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | Simplify creation of `T[,]` | Aleksey Kladov | 2020-03-06 | 2 | -13/+4 | |
* | | | Explicitly remember desugard pats | Aleksey Kladov | 2020-03-06 | 2 | -6/+10 | |
* | | | Explicitly remember desugard exprs | Aleksey Kladov | 2020-03-06 | 2 | -18/+19 | |
* | | | Source map returns a result | Aleksey Kladov | 2020-03-06 | 6 | -18/+26 | |
|/ / | ||||||
* / | Rerail split_import API onto AST | Aleksey Kladov | 2020-03-06 | 3 | -19/+72 | |
|/ | ||||||
* | Merge #3483 | bors[bot] | 2020-03-06 | 3 | -66/+73 | |
|\ | ||||||
| * | Unfold groups with single assists into plain assists | Kirill Bulatov | 2020-03-05 | 3 | -66/+73 | |
* | | Merge #3482 | bors[bot] | 2020-03-06 | 2 | -1/+57 | |
|\ \ | |/ |/| | ||||||
| * | fix regression from #3451 | Edwin Cheng | 2020-03-05 | 2 | -1/+57 | |
* | | Add with_use_tree | Aleksey Kladov | 2020-03-05 | 1 | -0/+10 | |
|/ |