| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -71/+0 | |
| 2019-04-18 | hide `--explain` hint if error has no extended info | Andy Russell | -2/+1 | |
| 2019-01-25 | Add a compile-fail test for `Drop` in constants in the presence of `Option`s | Oliver Scherer | -1/+13 | |
| 2018-12-25 | Remove licenses | Mark Rousskov | -8/+8 | |
| 2018-10-21 | Use new region infer errors for explaining borrows | Matthew Jasper | -10/+10 | |
| This gives at least some explanation for why a borrow is expected to last for a certain free region. Also: * Reports E0373: "closure may outlive the current function" with NLL. * Special cases the case of returning a reference to (or value referencing) a local variable or temporary (E0515). * Special case assigning a reference to a local variable in a closure to a captured variable. | ||||
| 2018-09-25 | Update E0714 to E0716 in tests output | Mikhail Modin | -3/+3 | |
| 2018-09-25 | add "temporary value dropped while borrowed" error | Mikhail Modin | -0/+60 | |
| Issue #54131 | ||||
