| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-16 | updates to expected output for other ui tests. | Felix S. Klock II | -1/+1 | |
| 2018-09-28 | test fix for #54015 | Rusty Blitzerr | -0/+22 | |
| 2018-09-28 | Test fixes for the change of error message for issue #54015 | Rusty Blitzerr | -1/+1 | |
| 2018-09-18 | De-duplicate moved variable errors. | David Wood | -9/+1 | |
| By introducing a new map that tracks the errors reported and the `Place`s that spawned those errors against the move out that the error was referring to, we are able to silence duplicate errors by emitting only the error which corresponds to the most specific `Place` (that which other `Place`s which reported errors are prefixes of). This generally is an improvement, however there is a case - `liveness-move-in-while` - where the output regresses. | ||||
| 2018-09-12 | use structured suggestion for "missing mut" label | Andy Russell | -26/+30 | |
| Fixes #54133. | ||||
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+1030 | |
