| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-07 | Update tests. | Mara Bos | -1/+1 | |
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -2/+2 | |
| 2024-11-16 | Fix ICE when passing DefId-creating args to legacy_const_generics. | Luca Versari | -0/+113 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -5/+5 | |
| 2024-02-08 | Continue to borrowck even if there were previous errors | Oli Scherer | -1/+3 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -5/+5 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-11-04 | Remove support for compiler plugins. | Nicholas Nethercote | -29/+0 | |
| They've been deprecated for four years. This commit includes the following changes. - It eliminates the `rustc_plugin_impl` crate. - It changes the language used for lints in `compiler/rustc_driver_impl/src/lib.rs` and `compiler/rustc_lint/src/context.rs`. External lints are now called "loaded" lints, rather than "plugins" to avoid confusion with the old plugins. This only has a tiny effect on the output of `-W help`. - E0457 and E0498 are no longer used. - E0463 is narrowed, now only relating to unfound crates, not plugins. - The `plugin` feature was moved from "active" to "removed". - It removes the entire plugins chapter from the unstable book. - It removes quite a few tests, mostly all of those in `tests/ui-fulldeps/plugin/`. Closes #29597. | ||||
| 2023-10-20 | Move `invalid-llvm-passes` test to `invalid-compile-flags` folder | Miguel Ojeda | -8/+0 | |
| Nowadays there is an `invalid-compile-flags` folder, thus move this one there. Signed-off-by: Miguel Ojeda <ojeda@kernel.org> | ||||
| 2023-08-05 | Fix ICE failed to get layout for ReferencesError | yukang | -0/+52 | |
| 2023-05-16 | Fix dependency tracking for debugger visualizers | Michael Woerister | -3/+4 | |
| 2023-05-01 | fix stderrs | Gibby Free | -3/+3 | |
| 2023-05-01 | remove bootstrap from tests | Gibby Free | -3/+0 | |
| 2023-03-01 | stabilize debugger visualizer attribute | Gibby Free | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+473 | |
