| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-02-02 | compiletest: error if `compile-fail` header in ui test. | Tyler Lanphear | -4/+4 | |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -2/+2 | |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -4/+4 | |
| 2019-09-18 | Add explanation to type mismatch involving type params and assoc types | Esteban Küber | -0/+4 | |
| 2019-08-20 | --bless post no async_await gates in tests. | Mazdak Farrokhzad | -4/+4 | |
| 2019-08-16 | Update stderr files with --bless | sd234678 | -3/+3 | |
| 2019-08-12 | typeck: Prohibit RPIT types that inherit lifetimes | David Wood | -4/+10 | |
| This commit prohibits return position `impl Trait` types that "inherit lifetimes" from the parent scope. The intent is to forbid cases that are challenging until they can be addressed properly. | ||||
| 2019-08-02 | Update syntax in existing tests | varkor | -3/+3 | |
| 2019-07-30 | --bless tests due to INCOMPLETE_FEATURES being a lint. | Mazdak Farrokhzad | -0/+2 | |
| 2019-07-03 | Normalize projections in opaque types | Jonas Schievink | -0/+29 | |
