| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -4/+4 | |
| 2020-03-22 | Increase verbosity when suggesting subtle code changes | Esteban Küber | -6/+10 | |
| 2020-02-02 | Account for `?Sized` type parameter bounds | Esteban Küber | -22/+14 | |
| 2020-02-02 | Suggest `?Sized` on type parameters | Esteban Küber | -4/+16 | |
| 2019-10-15 | Use structured suggestion for restricting bounds | Esteban Küber | -6/+12 | |
| 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-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -4/+4 | |
| 2019-09-19 | When possible point at argument causing item obligation failure | Esteban Küber | -10/+10 | |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -20/+12 | |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -6/+6 | |
| Fixes https://github.com/rust-lang/rust/issues/57104. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+10 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+91 | |
