| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-24 | Update rustdoc ui tests | Guillaume Gomez | -0/+2 | |
| 2025-02-16 | Enable relative-path-include-bytes on Windows | Chris Denton | -2/+2 | |
| 2025-02-03 | Enable more tests on Windows | Ben Kimock | -1/+1 | |
| 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-30 | Ignore Windows due to its differing path syntax | Michael Howell | -0/+1 | |
| 2024-10-26 | rustdoc: make doctest span tweak a 2024 edition change | Michael Howell | -0/+17 | |
| 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. | ||||
