Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implement accessors for IndexExpr | Aleksey Kladov | 2019-08-17 | 1 | -0/+9 |
* | simplify | Aleksey Kladov | 2019-08-17 | 1 | -35/+36 |
* | Merge #1693 | bors[bot] | 2019-08-17 | 5 | -64/+63 |
|\ | |||||
| * | Remove cpuprofile dependencies | Aleksey Kladov | 2019-08-17 | 5 | -64/+63 |
|/ | |||||
* | Merge #1692 | bors[bot] | 2019-08-17 | 2 | -45/+44 |
|\ | |||||
| * | :arrow_up: deps | Aleksey Kladov | 2019-08-17 | 2 | -45/+44 |
|/ | |||||
* | Merge #1691 | bors[bot] | 2019-08-16 | 2 | -2/+44 |
|\ | |||||
| * | show inherent and trait impls of structs and enums | Ekaterina Babshukova | 2019-08-16 | 2 | -2/+44 |
* | | Merge #1689 | bors[bot] | 2019-08-16 | 1 | -9/+9 |
|\ \ | |||||
| * | | Update deps | kjeremy | 2019-08-16 | 1 | -9/+9 |
|/ / | |||||
* | | Merge #1686 | bors[bot] | 2019-08-15 | 1 | -74/+116 |
|\ \ | |||||
| * | | :arrow_up: deps | Aleksey Kladov | 2019-08-15 | 1 | -74/+116 |
|/ / | |||||
* | | Merge #1445 | bors[bot] | 2019-08-15 | 10 | -68/+166 |
|\ \ | |||||
| * | | switch to upstream salsa | Aleksey Kladov | 2019-08-15 | 2 | -10/+8 |
| * | | implement durability | Aleksey Kladov | 2019-08-15 | 10 | -47/+128 |
| * | | switch from volatile to untracked read | Aleksey Kladov | 2019-08-15 | 2 | -22/+41 |
|/ / | |||||
* | | Merge #1685 | bors[bot] | 2019-08-15 | 5 | -1/+142 |
|\ \ | |||||
| * | | fix test position | bravomikekilo | 2019-08-14 | 6 | -118/+130 |
| * | | fix test | bravomikekilo | 2019-08-14 | 1 | -2/+2 |
| * | | fix error of RangeFrom in for-loop | bravomikekilo | 2019-08-14 | 3 | -1/+130 |
* | | | Merge #1676 | bors[bot] | 2019-08-14 | 10 | -13/+100 |
|\ \ \ | |/ / |/| | | |||||
| * | | Fix is_path_start to accept T![<], fix is_path_start usages | Evgenii P | 2019-08-13 | 8 | -13/+17 |
| * | | Fix for<'lifetime> for types specified by path | Evgenii P | 2019-08-11 | 3 | -2/+85 |
* | | | Merge #1636 | bors[bot] | 2019-08-13 | 3 | -7/+81 |
|\ \ \ | |_|/ |/| | | |||||
| * | | add inline test | bravomikekilo | 2019-08-13 | 3 | -0/+75 |
| * | | fix block parse problem | bravomikekilo | 2019-08-03 | 1 | -7/+6 |
* | | | Merge #1677 | bors[bot] | 2019-08-12 | 10 | -38/+405 |
|\ \ \ | |||||
| * | | | Handle placeholder assoc types when Chalk produces them | Florian Diebold | 2019-08-12 | 2 | -3/+67 |
| * | | | 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 |
|\ \ |