| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-26 | Add union justifications to conflicting borrows. | David Wood | -2/+3 | |
| This commit adds justifications to error messages for conflicting borrows of union fields. Where previously an error message would say ``cannot borrow `u.b` as mutable..``, it now says ``cannot borrow `u` (via `u.b`) as mutable..``. | ||||
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 | |
| 2018-08-14 | Merged migrated compile-fail tests and ui tests. Fixes #46841. | David Wood | -0/+42 | |
