| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -48/+6 | |
| 2019-03-17 | Updated UI test output to remove test annotations for revisions | Mathias Blikstad | -3/+3 | |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -1/+1 | |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -12/+12 | |
| 2019-02-21 | update test files to reflect new output | Niko Matsakis | -48/+183 | |
| One surprise: old-lub-glb-object.rs, may indicate a bug | ||||
| 2019-02-21 | restore the actual leak-check | Niko Matsakis | -0/+84 | |
| 2019-02-15 | fix tests post-rebase | Felix S. Klock II | -7/+7 | |
| 2019-01-28 | Refer to synthetically named lifetimes as "some specific lifetime" rather ↵ | Rémy Rakic | -6/+6 | |
| than "the specific lifetime" | ||||
| 2019-01-27 | When mentioning lifetimes, put either the trait ref or the self type closer ↵ | Rémy Rakic | -10/+10 | |
| to the lifetimes When mentioning lifetimes, only invert wording between the expected trait and the self type when the self type has the vid. This way, the lifetimes always stay close to the self type or trait ref that actually contains them. | ||||
| 2019-01-27 | Update test expectations for new placeholder error messages | Remy Rakic | -16/+16 | |
| 2019-01-27 | Update two E308 tests to the new placeholder error | lqd | -1/+1 | |
| 2019-01-02 | address tmandry nits | Niko Matsakis | -10/+5 | |
| 2019-01-02 | improve handling for subtype | Niko Matsakis | -87/+19 | |
| Still not great, but good enough to land this PR. | ||||
| 2019-01-02 | say "the lifetime" instead of "some lifetime" when it feels right | Niko Matsakis | -1/+1 | |
| In particular, when we want to indicate that there is a connection between the self type and the other types. | ||||
| 2019-01-02 | apply the same logic to ConcreteFailure errors | Niko Matsakis | -7/+5 | |
| 2019-01-02 | apply the new placeholder errors even with just one placeholder | Niko Matsakis | -8/+20 | |
| 2019-01-02 | introduce placeholder-placeholder errors for trait matching | Niko Matsakis | -16/+10 | |
| 2019-01-02 | tests: worse diagnostics, but basically same errors | Niko Matsakis | -105/+111 | |
| 2019-01-02 | add tests exercising `exists<'a> { forall<'b> { .. } }` pattern | Niko Matsakis | -0/+163 | |
| Amazingly, this scenario was not tested for trait matching. | ||||
| 2019-01-02 | make evaluation track whether outlives relationships mattered | Niko Matsakis | -0/+41 | |
| Previously, evaluation ignored outlives relationships. Since we using evaluation to skip the "normal" trait selection (which enforces outlives relationships) this led to incorrect results in some cases. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -87/+17 | |
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -1/+1 | |
| Give a special message when the later use is from a call. Use the span of the callee instead of the whole expression. For conflicting borrow messages say that the later use is of the first borrow. | ||||
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+517 | |
