| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-05-05 | Move primitive rustdoc tests into the `primitive` sub folder | Guillaume Gomez | -55/+0 | |
| 2025-04-10 | replace `//@ compile-flags: --edition` with `//@ edition` | Pietro Albini | -1/+2 | |
| 2024-10-24 | rustdoc: Extend fake_variadic to "wrapped" tuples | Tau Gärtli | -0/+19 | |
| This allows impls such as `impl QueryData for OneOf<(T,)>` to be displayed as variadic: `impl QueryData for OneOf<(T₁, T₂, …, Tₙ)>`. See question on zulip: <https://rust-lang.zulipchat.com/#narrow/channel/266220-t-rustdoc/topic/Make.20.60.23.5Bdoc.28fake_variadic.29.5D.60.20more.20useful> | ||||
| 2024-08-24 | rustdoc: clean up tuple <-> primitive conversion docs | Michael Howell | -0/+17 | |
| This adds a minor missing feature to `fake_variadic`, so that it can render `impl From<(T,)> for [T; 1]` correctly. | ||||
| 2024-06-24 | Update `tests/rustdoc` to new test syntax | Guillaume Gomez | -4/+4 | |
| 2024-02-22 | [AUTO_GENERATED] Migrate compiletest to use `ui_test`-style `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2023-02-03 | rustdoc: use the same URL escape rules for fragments as for examples | Michael Howell | -2/+2 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+18 | |
