Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix #4966 | Florian Diebold | 2020-07-12 | 1 | -0/+57 |
* | Update the rest of the tests | Aleksey Kladov | 2020-06-29 | 1 | -14/+7 |
* | Infer type for slice wildcard patterns | adamrk | 2020-06-25 | 1 | -0/+2 |
* | Use only one code-path for parsing fixtures | Aleksey Kladov | 2020-06-23 | 1 | -173/+173 |
* | Shift bound variables correctly when using assoc type shorthand | Florian Diebold | 2020-06-19 | 1 | -0/+91 |
* | Use correct substs for super trait assoc types | Florian Diebold | 2020-06-19 | 1 | -0/+28 |
* | Fix substs in resolve_value_path for ImplSelf | Vincent Rouillé | 2020-06-19 | 1 | -0/+32 |
* | Switch to new magic marks | Aleksey Kladov | 2020-05-20 | 1 | -8/+7 |
* | Create LowerCtx on the fly | Edwin Cheng | 2020-05-17 | 1 | -0/+31 |
* | Add test for issue | Edwin Cheng | 2020-05-04 | 1 | -0/+29 |
* | Convert tests to text-size | Aleksey Kladov | 2020-04-25 | 1 | -139/+139 |
* | Fix wrong substitution code | Florian Diebold | 2020-04-23 | 1 | -0/+41 |
* | fix panic on ellipsis in pattern | Josh Mcguigan | 2020-04-17 | 1 | -0/+49 |
* | Handle `Self::Type` in trait definitions when referring to own associated type | Florian Diebold | 2020-04-13 | 1 | -2/+1 |
* | Hide unit fn return types | Laurențiu Nicola | 2020-04-05 | 1 | -1/+1 |
* | Add inference for literal and range patterns | Florian Diebold | 2020-04-01 | 1 | -1/+2 |
* | Move test to hir_ty | Edwin Cheng | 2020-03-21 | 1 | -0/+31 |
* | Fix printing of function types | Florian Diebold | 2020-02-07 | 1 | -1/+1 |
* | Standard formatting for array types | Aleksey Kladov | 2020-01-28 | 1 | -4/+4 |
* | Fix various names, e.g. Iterator not resolving in core prelude | Florian Diebold | 2020-01-11 | 1 | -0/+54 |
* | Expand PAREN_EXPR as expression | Edwin Cheng | 2020-01-10 | 1 | -0/+17 |
* | Fix #2705 | Florian Diebold | 2020-01-03 | 1 | -0/+17 |
* | Don't add non-impl/trait containers to scope | Aleksey Kladov | 2019-12-29 | 1 | -1/+35 |
* | Split up ty tests a bit | Florian Diebold | 2019-12-03 | 1 | -0/+333 |