| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-10 | Deduplicate logic | Esteban Küber | -6/+10 | |
| 2019-11-18 | Surround types with backticks in type errors | Esteban Küber | -2/+2 | |
| 2019-11-18 | Remove E0308 note when primary label has all info | Esteban Küber | -1/+1 | |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -4/+4 | |
| 2019-10-22 | Add test for issue-63496 | Yuki Okushi | -0/+30 | |
| 2019-10-15 | Use structured suggestion for restricting bounds | Esteban Küber | -4/+4 | |
| When a trait bound is not met and restricting a type parameter would make the restriction hold, use a structured suggestion pointing at an appropriate place (type param in param list or `where` clause). Account for opaque parameters where instead of suggesting extending the `where` clause, we suggest appending the new restriction: `fn foo(impl Trait + UnmetTrait)`. | ||||
| 2019-10-11 | Print lifetimes with backticks | Yuki Okushi | -1/+1 | |
| 2019-09-18 | Add explanation to type mismatch involving type params and assoc types | Esteban Küber | -0/+2 | |
| 2019-09-02 | On object safety violation, point at source when possible | Esteban Küber | -2/+3 | |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -16/+9 | |
| 2019-07-24 | Adjust tests for method disambiguation help | Ilija Tovilo | -0/+2 | |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -1/+1 | |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -3/+3 | |
| 2019-03-23 | Tweak spans for E0599 | Esteban Küber | -3/+1 | |
| 2019-03-13 | Rollup merge of #59083 - kyren:master, r=varkor | Mazdak Farrokhzad | -6/+31 | |
| Fix #54822 and associated faulty tests Type checking associated constants can require trait bounds, but an empty parameter environment was provided to the trait solver. Providing an appropriate parameter environment seems to fix #54822 and also make one of the cases in src/test/ui/nll/trait-associated-constant.rs that should compile successfully do so. It also (slightly) improves the error message in src/test/ui/associated-const/associated-const-generic-obligations.rs | ||||
| 2019-03-11 | Update tests | Vadim Petrochenkov | -1/+1 | |
| 2019-03-10 | Fix #54822 and associated faulty tests | kyren | -6/+31 | |
| Type checking associated constants can require trait bounds, but an empty parameter environment was provided to the trait solver. Providing an appropriate parameter environment seems to fix #54822 and also make one of the cases in src/test/ui/nll/trait-associated-constant.rs that should compile successfully do so. It also (slightly) improves the error message in src/test/ui/associated-const/associated-const-generic-obligations.rs | ||||
| 2019-01-08 | improve non_upper_case_globals diagnostics | Andy Russell | -25/+0 | |
| Use a structured suggestion and tighten the span to just the identifier. | ||||
| 2018-12-26 | Fixed more tests. | Alexander Regueiro | -2/+4 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -163/+23 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+529 | |
