| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-10-17 | Update output for borrowck=migrate compare mode. | David Wood | -1/+13 | |
| This commit updates the test output for the updated NLL compare mode that uses `-Z borrowck=migrate` rather than `-Z borrowck=mir`. The previous commit changes `compiletest` and this commit only updates `.nll.stderr` files. | ||||
| 2018-10-03 | Clearer later use messages for calls | Matthew Jasper | -2/+2 | |
| 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/+651 | |
