| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-03-10 | doctests: build test bundle and harness separately | Michael Howell | -1/+1 | |
| This prevents the included test case from getting at nightly-only features when run on stable. The harness builds with RUSTC_BOOTSTRAP, but the bundle doesn't. | ||||
| 2024-12-27 | Remove the `-test` suffix from normalize directives | Zalathar | -2/+2 | |
| 2024-11-28 | Update more 2024 tests to remove -Zunstable-options | Eric Huss | -1/+1 | |
| 2024-10-26 | rustdoc: make doctest span tweak a 2024 edition change | Michael Howell | -3/+7 | |
| Fixes #132203 This is a compatibility hack, because I think the new behavior is better. When an A `include_str!` B, and B `include_str!` C, the path to C should be resolved relative to B, not A. That's how `include!` itself works, so that's how `include_str!` with should work. | ||||
| 2024-07-11 | Always use a colon in `//@ normalize-*:` headers | Zalathar | -1/+1 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -6/+6 | |
| 2023-04-29 | Move some rustdoc-ui tests to subdirectories | jyn | -0/+28 | |
