Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Small helpers | Kirill Bulatov | 2021-01-04 | 2 | -1/+5 | |
| * | | | Code review fixes | Kirill Bulatov | 2021-01-04 | 3 | -42/+50 | |
| * | | | Do not collect trait type aliases | Kirill Bulatov | 2021-01-04 | 1 | -5/+6 | |
| * | | | Ignore associated items during unqialified path fuzzy completions | Kirill Bulatov | 2021-01-04 | 1 | -1/+9 | |
| * | | | Simplify | Kirill Bulatov | 2021-01-04 | 2 | -27/+37 | |
| * | | | Properly check assoc items lookup | Kirill Bulatov | 2021-01-04 | 2 | -46/+73 | |
| * | | | Add associated data into fst | Kirill Bulatov | 2021-01-04 | 1 | -49/+45 | |
| * | | | Add a basic test for the trait fuzzy import | Kirill Bulatov | 2021-01-04 | 1 | -0/+24 | |
* | | | | Merge #7131 | bors[bot] | 2021-01-05 | 3 | -0/+227 | |
|\ \ \ \ | ||||||
| * | | | | Created an inline-function assist (fixes #6863) | Michael-F-Bryan | 2021-01-04 | 3 | -0/+227 | |
* | | | | | Merge #7162 | bors[bot] | 2021-01-05 | 2 | -12/+55 | |
|\ \ \ \ \ | ||||||
| * | | | | | Introduce new queries to compute | Daniel Frampton | 2021-01-05 | 2 | -12/+55 | |
* | | | | | | Merge #7164 | bors[bot] | 2021-01-05 | 1 | -3/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Allow `#anchor` linking of config options | Aleksey Kladov | 2021-01-05 | 1 | -3/+2 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge #7160 | bors[bot] | 2021-01-04 | 1 | -0/+12 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Remove `RetType` | Arnaud | 2021-01-04 | 1 | -18/+3 | |
| * | | | | | | Document `hir::Function::ret_type` | Arnaud | 2021-01-04 | 1 | -0/+4 | |
| * | | | | | | Make it possible to retrieve `hir::Function`'s return type | Arnaud | 2021-01-04 | 1 | -0/+23 | |
| |/ / / / / | ||||||
* | | | | | | Merge #7147 | bors[bot] | 2021-01-04 | 2 | -3/+60 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | ssr: Allow replacing expressions with statements | Marijn Suijten | 2021-01-04 | 2 | -3/+60 | |
* | | | | | | Merge #7159 | bors[bot] | 2021-01-04 | 5 | -152/+172 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Simplify SubtreeTokenSource | Edwin Cheng | 2021-01-04 | 1 | -88/+60 | |
| * | | | | | | Refactor TokenBuffer for reduc cloning | Edwin Cheng | 2021-01-04 | 5 | -53/+99 | |
| * | | | | | | Reduce string copying | Edwin Cheng | 2021-01-04 | 1 | -14/+16 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Update crates | kjeremy | 2021-01-04 | 2 | -4/+4 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | Merge #7154 | bors[bot] | 2021-01-04 | 2 | -45/+150 | |
|\ \ \ \ \ | ||||||
| * | | | | | Show GotoTypeAction for TypeParam | Lukas Wirth | 2021-01-04 | 2 | -17/+66 | |
| * | | | | | Show GotoTypeAction for ConstParam | Lukas Wirth | 2021-01-04 | 2 | -37/+72 | |
| * | | | | | Show implementations when hovering over SelfType | Lukas Wirth | 2021-01-04 | 1 | -8/+29 | |
* | | | | | | Merge #7153 | bors[bot] | 2021-01-04 | 3 | -60/+60 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | rename exrtract_assignment -> pull | Aleksey Kladov | 2021-01-04 | 3 | -60/+60 | |
* | | | | | | Fix HoverAction::Implementation typo | Lukas Wirth | 2021-01-04 | 2 | -11/+12 | |
* | | | | | | Implement hover for ConstParam | Lukas Wirth | 2021-01-04 | 2 | -4/+29 | |
|/ / / / / | ||||||
* | | | | | Merge #7149 | bors[bot] | 2021-01-04 | 3 | -7/+67 | |
|\ \ \ \ \ | ||||||
| * | | | | | Impl hovering for TypeParams | Lukas Wirth | 2021-01-04 | 3 | -7/+67 | |
| |/ / / / | ||||||
* | | | | | Merge #6587 | bors[bot] | 2021-01-04 | 34 | -0/+278 | |
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / / | ||||||
| * | | | ssr: Add tests for raw LetStmt matching | Marijn Suijten | 2021-01-03 | 1 | -0/+44 | |
| * | | | parser,syntax: Add separate parser for stmt with optional semicolon | Marijn Suijten | 2021-01-03 | 15 | -5/+72 | |
| * | | | syntax,ssr: Implement statement parsing | Marijn Suijten | 2021-01-03 | 31 | -0/+167 | |
* | | | | Merge #7113 | bors[bot] | 2021-01-03 | 1 | -0/+4 | |
|\ \ \ \ | ||||||
| * | | | | Expand doc on dealing with "proc macro not expanded" | Luke Taylor | 2021-01-01 | 1 | -0/+4 | |
* | | | | | Merge #7138 | bors[bot] | 2021-01-03 | 1 | -14/+89 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | Support assignment to FieldExpr for extract_assignment assist | Jesse Bakker | 2021-01-03 | 1 | -14/+89 | |
| | |_|/ | |/| | | ||||||
* / | | | Upgrade expect-test to 1.1 | Jesse Bakker | 2021-01-03 | 9 | -9/+9 | |
|/ / / | ||||||
* | / | Revert "Proper handling $crate and local_inner_macros" | Jonas Schievink | 2021-01-03 | 7 | -176/+52 | |
| |/ |/| | ||||||
* | | Merge #7136 | bors[bot] | 2021-01-03 | 2 | -0/+52 | |
|\ \ | ||||||
| * | | Fixed nested eager macro bug | Edwin Cheng | 2021-01-03 | 2 | -0/+52 | |
* | | | Merge #7068 | bors[bot] | 2021-01-03 | 6 | -1/+63 | |
|\ \ \ | ||||||
| * | | | Use stdx::format_to instead of writeln | Phil Ellison | 2021-01-03 | 1 | -4/+4 | |
| * | | | Address review suggestion, fix tidy tests | Phil Ellison | 2021-01-01 | 2 | -22/+20 |