| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-06-30 | Move some UI tests to more suitable subdirs | Yuki Okushi | -31/+0 | |
| 2021-04-03 | Remove redundant `ignore-tidy-linelength` annotations | Simon Jakobi | -1/+0 | |
| This is step 2 towards fixing #77548. In the codegen and codegen-units test suites, the `//` comment markers were kept in order not to affect any source locations. This is because these tests cannot be automatically `--bless`ed. | ||||
| 2019-09-26 | remove feature(nll) from #45157 test. | Mazdak Farrokhzad | -1/+0 | |
| 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 | |
