Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add inference for literal and range patterns | Florian Diebold | 2020-04-01 | 1 | -0/+2 |
| | |||||
* | Support aliases and Self in struct literals | Florian Diebold | 2020-03-06 | 1 | -0/+41 |
| | | | | Fixes #3306. | ||||
* | Fix enum constructors | Florian Diebold | 2020-02-07 | 1 | -4/+4 |
| | |||||
* | Fix printing of function types | Florian Diebold | 2020-02-07 | 1 | -16/+16 |
| | |||||
* | Lower impl trait to variables, move away from using placeholders where they ↵ | Florian Diebold | 2020-02-07 | 1 | -1/+1 |
| | | | | don't belong | ||||
* | Standard formatting for array types | Aleksey Kladov | 2020-01-28 | 1 | -35/+35 |
| | |||||
* | Fix inference for shift operators | Florian Diebold | 2020-01-17 | 1 | -0/+21 |
| | | | | Fixes #2602. | ||||
* | Resolve traits in infer using lang item infrastructure | Emil Lauridsen | 2019-12-29 | 1 | -0/+1 |
| | |||||
* | Don't add non-impl/trait containers to scope | Aleksey Kladov | 2019-12-29 | 1 | -0/+3 |
| | |||||
* | Rudimentary name resolution for local items | Aleksey Kladov | 2019-12-22 | 1 | -6/+6 |
| | |||||
* | Handle closure return types | Florian Diebold | 2019-12-20 | 1 | -0/+55 |
| | | | | Fixes #2547. | ||||
* | Split up ty tests a bit | Florian Diebold | 2019-12-03 | 1 | -0/+1608 |