| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-05-28 | Add test for reexported crate names | Esteban Küber | -0/+30 | |
| 2018-05-22 | create a rust-2018 directory for tests related to edition transition | Niko Matsakis | -11/+0 | |
| 2018-05-17 | Remove the `proc` keyword again | Vadim Petrochenkov | -54/+0 | |
| 2018-05-17 | Add tests | Vadim Petrochenkov | -0/+130 | |
| 2018-05-15 | rustc: Fix `crate` lint for single-item paths | Alex Crichton | -0/+11 | |
| This commit fixes recommending the `crate` prefix when migrating to 2018 for paths that look like `use foo;` or `use {bar, baz}` Closes #50660 | ||||
| 2018-03-24 | When picking a candidate, consider the unstable ones last. | kennytm | -0/+41 | |
| If there is potential ambiguity after stabilizing those candidates, a warning will be emitted. | ||||
| 2017-12-14 | Move compile-fail tests with NOTE/HELP annotations to UI | Vadim Petrochenkov | -0/+521 | |
| 2017-12-12 | Regression test for issue #46112. | Felix S. Klock II | -0/+13 | |
| 2017-12-07 | Migrate a few feature gate tests to ui | est31 | -0/+17 | |
| Renames only in this commit, and obviously .stderr file additions. | ||||
