Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Normalize assoc types in more places | Florian Diebold | 2019-08-12 | 2 | -12/+27 |
* | Improve debug logging a bit | Florian Diebold | 2019-08-12 | 2 | -4/+18 |
* | Normalize associated types during inference | Florian Diebold | 2019-08-12 | 3 | -9/+25 |
* | Lower fully qualified associated type paths | Florian Diebold | 2019-08-12 | 5 | -23/+128 |
* | Add representations of associated types | Florian Diebold | 2019-08-12 | 3 | -0/+113 |
* | Add another test for assoc type resolution | Florian Diebold | 2019-08-12 | 1 | -6/+46 |
* | Merge #1683 | bors[bot] | 2019-08-12 | 2 | -24/+16 |
|\ | |||||
| * | Use Source in Diagnostic and implement | Evgenii P | 2019-08-12 | 2 | -24/+16 |
|/ | |||||
* | Merge #1682 | bors[bot] | 2019-08-12 | 4 | -73/+4 |
|\ | |||||
| * | Drop support for old extendSelection API | Aleksey Kladov | 2019-08-12 | 4 | -73/+4 |
|/ | |||||
* | Merge #1667 | bors[bot] | 2019-08-12 | 1 | -52/+43 |
|\ | |||||
| * | Always set the runnable name | Kirill Bulatov | 2019-08-09 | 1 | -11/+11 |
| * | Extract common logic | Kirill Bulatov | 2019-08-09 | 1 | -55/+42 |
| * | Show backtraces in lens runnables | Kirill Bulatov | 2019-08-09 | 1 | -1/+5 |
* | | Merge #1675 | bors[bot] | 2019-08-12 | 1 | -17/+24 |
|\ \ | |/ |/| | |||||
| * | Improvements to emacs inlay hints | Florian Diebold | 2019-08-10 | 1 | -17/+24 |
|/ | |||||
* | Merge #1673 | bors[bot] | 2019-08-09 | 10 | -37/+52 |
|\ | |||||
| * | Move numeric names inside of `NameRef` | Aleksey Kladov | 2019-08-09 | 10 | -37/+52 |
|/ | |||||
* | Merge #1669 | bors[bot] | 2019-08-09 | 7 | -16/+39 |
|\ | |||||
| * | Make name_ref to accept numeric names optionally | Evgenii P | 2019-08-09 | 5 | -9/+9 |
| * | Parse tuple struct field initialization | Evgenii P | 2019-08-09 | 4 | -8/+31 |
|/ | |||||
* | Merge #1668 | bors[bot] | 2019-08-09 | 1 | -20/+15 |
|\ | |||||
| * | Change macro to function | Evgenii P | 2019-08-09 | 1 | -15/+13 |
| * | rustfmt | Evgenii P | 2019-08-09 | 1 | -10/+10 |
| * | Reduce code duplication in lexer by introducing small macro | Evgenii P | 2019-08-09 | 1 | -20/+17 |
|/ | |||||
* | Merge #1661 | bors[bot] | 2019-08-08 | 9 | -1/+571 |
|\ | |||||
| * | Fix parser tests according to review | Evgenii P | 2019-08-08 | 19 | -498/+580 |
| * | Deduplicate while loop break condition | Evgenii P | 2019-08-08 | 1 | -2/+2 |
| * | Fix parser to correctly consume outer attrs before ellipsis param | Evgenii P | 2019-08-07 | 1 | -0/+4 |
| * | Fix variadic arg inline test | Evgenii P | 2019-08-07 | 3 | -25/+25 |
| * | Add function parameters attributes | Evgenii P | 2019-08-07 | 15 | -21/+505 |
* | | Merge #1664 | bors[bot] | 2019-08-07 | 3 | -0/+63 |
|\ \ | |||||
| * | | assoc types bounds | Aleksey Kladov | 2019-08-07 | 3 | -0/+63 |
|/ / | |||||
* | | Merge #1663 | bors[bot] | 2019-08-07 | 1 | -2/+2 |
|\ \ | |||||
| * | | architecture.md: update path to parser tests | eupn | 2019-08-07 | 1 | -2/+2 |
* | | | Merge #1662 | bors[bot] | 2019-08-07 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | |||||
| * | | architecture.md: "finish not Y" -> "finish node Y" | eupn | 2019-08-07 | 1 | -1/+1 |
|/ / | |||||
* | | Merge #1660 | bors[bot] | 2019-08-07 | 4 | -51/+109 |
|\ \ | |/ |/| | |||||
| * | implement while let desugaring | Aleksey Kladov | 2019-08-07 | 4 | -21/+76 |
| * | refactor if-let lowering | Aleksey Kladov | 2019-08-07 | 1 | -19/+25 |
| * | refactor if lowering | Aleksey Kladov | 2019-08-07 | 1 | -17/+14 |
* | | Merge #1659 | bors[bot] | 2019-08-07 | 1 | -3/+3 |
|\| | |||||
| * | install server first | Aleksey Kladov | 2019-08-07 | 1 | -3/+3 |
|/ | |||||
* | Merge #1652 | bors[bot] | 2019-08-06 | 5 | -112/+98 |
|\ | |||||
| * | Avoid shared mutable state | Kirill Bulatov | 2019-08-05 | 2 | -71/+55 |
| * | Cache decorations before the first change only | Kirill Bulatov | 2019-08-05 | 1 | -20/+21 |
| * | Use WeakMap to avoid memory leaks | Kirill Bulatov | 2019-08-05 | 1 | -10/+12 |
| * | Style and test fixes | Kirill Bulatov | 2019-08-04 | 2 | -34/+45 |
| * | Use proper inlay kinds | Kirill Bulatov | 2019-08-04 | 3 | -43/+15 |
| * | Query less hints on file open | Kirill Bulatov | 2019-08-04 | 1 | -18/+34 |