Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix false positive "Missing match arm". | Dawer | 2021-05-14 | 1 | -1/+1 |
| | |||||
* | Add basic support for array lengths in types | Jade | 2021-05-11 | 1 | -3/+3 |
| | | | | | | | | | | This recognizes `let a = [1u8, 2, 3]` as having type `[u8; 3]` instead of the previous `[u8; _]`. Byte strings and `[0u8; 2]` kinds of range array declarations are unsupported as before. I don't know why a bunch of our rustc tests had single quotes inside strings un-escaped by `UPDATE_EXPECT=1 cargo t`, but I don't think it's bad? Maybe something in a nightly? | ||||
* | Support macros in pattern position | Jonas Schievink | 2021-04-11 | 1 | -1/+27 |
| | |||||
* | Fix box pattern inference panic | Lukas Wirth | 2021-03-21 | 1 | -0/+22 |
| | |||||
* | Use upstream cov-mark | Laurențiu Nicola | 2021-03-08 | 1 | -2/+1 |
| | |||||
* | Implement const pat inference | Lukas Wirth | 2020-12-23 | 1 | -0/+30 |
| | |||||
* | Properly infer tuple struct patterns when encountering ellipsis | Lukas Wirth | 2020-11-24 | 1 | -0/+48 |
| | |||||
* | Properly infer tuple patterns when encountering ellipsis | Lukas Wirth | 2020-11-24 | 1 | -0/+47 |
| | |||||
* | Add box pattern test | Jonas Schievink | 2020-09-12 | 1 | -0/+25 |
| | |||||
* | Switch to expect_test from crates.io | Aleksey Kladov | 2020-08-21 | 1 | -1/+1 |
| | |||||
* | Rename ra_hir_ty -> hir_ty | Aleksey Kladov | 2020-08-13 | 1 | -0/+656 |