| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-04-24 | Add regression test for #26376 | Wesley Wiser | -0/+25 | |
| 2020-04-18 | Do not emit note for projected derived obligations | Esteban Küber | -1/+0 | |
| 2020-04-18 | Maintain chain of derived obligations | Esteban Küber | -0/+4 | |
| When evaluating the derived obligations from super traits, maintain a reference to the original obligation in order to give more actionable context in the output. | ||||
| 2020-04-08 | Small tweaks to required bound span | Esteban Küber | -6/+6 | |
| 2020-04-08 | Use `PredicateObligation`s instead of `Predicate`s | Esteban Küber | -4/+4 | |
| Keep more information about trait binding failures. | ||||
| 2020-02-02 | Account for `?Sized` type parameter bounds | Esteban Küber | -18/+18 | |
| 2019-11-24 | Fix pointing at arg for fulfillment errors in function calls | Janusz Marcinkiewicz | -0/+63 | |
| 2019-10-15 | Handle more cases | Esteban Küber | -10/+21 | |
| 2019-10-15 | Use structured suggestion for restricting bounds | Esteban Küber | -8/+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 | Point at type param when it's cause of unfulfilled obligation | Esteban Küber | -2/+2 | |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -2/+2 | |
| 2019-08-31 | Use span label instead of note for cause in E0631 | Esteban Küber | -30/+17 | |
| 2019-05-29 | Update ui test suite to use dyn | memoryruins | -16/+16 | |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 | |
| 2019-01-01 | Fix broken links to second edition TRPL. | Corey Farwell | -27/+27 | |
| Fixes https://github.com/rust-lang/rust/issues/57104. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -105/+33 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+547 | |
