| Age | Commit message (Expand) | Author | Lines |
| 2024-08-27 | Rollup merge of #129560 - GuillaumeGomez:impl-assoc-type-source-link, r=notri... | Matthias Krüger | -1/+27 |
| 2024-08-25 | Add regression test for impl associated types source link | Guillaume Gomez | -0/+26 |
| 2024-08-25 | Generate missing source link on impl associated types | Guillaume Gomez | -1/+1 |
| 2024-08-24 | rustdoc: clean up tuple <-> primitive conversion docs | Michael Howell | -0/+17 |
| 2024-08-22 | Add regression test for #126796 | Guillaume Gomez | -0/+27 |
| 2024-08-17 | Stabilize opaque type precise capturing | Michael Goulet | -1/+0 |
| 2024-08-12 | Rollup merge of #128394 - GuillaumeGomez:run-button, r=t-rustdoc | Guillaume Gomez | -5/+5 |
| 2024-08-10 | Add regression tests for negative impls not showing their items | Guillaume Gomez | -0/+26 |
| 2024-08-05 | Update rustdoc tests | Guillaume Gomez | -5/+5 |
| 2024-08-03 | Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil... | Matthias Krüger | -2/+1 |
| 2024-08-03 | Rollup merge of #128161 - EtomicBomb:just-compiletest, r=notriddle | Matthias Krüger | -0/+244 |
| 2024-08-01 | rustdoc: Add test for `impl_trait_in_accos_type` | Alona Enraght-Moony | -0/+17 |
| 2024-07-29 | rustdoc: move the wbr after the underscore, instead of before | Michael Howell | -1/+1 |
| 2024-07-29 | rustdoc: word wrap CamelCase in the item list table | Michael Howell | -1/+9 |
| 2024-07-29 | reformatted rustdoc/cross-crate-info, fixing trailing newline issue | EtomicBomb | -46/+2 |
| 2024-07-29 | ordering and wrapping cross-crate-info tests | EtomicBomb | -59/+65 |
| 2024-07-29 | initial implementation of rustdoc nested aux-build | EtomicBomb | -0/+282 |
| 2024-07-23 | Stabilize unsafe extern blocks (RFC 3484) | Santiago Pastorino | -2/+1 |
| 2024-07-21 | Auto merge of #120812 - compiler-errors:impl-sorting, r=lcnr | bors | -2/+2 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -1/+1 |
| 2024-07-18 | Make clippy and rustdoc happy | Michael Goulet | -2/+2 |
| 2024-07-17 | Add cross-crate precise capturing support to rustdoc | Michael Goulet | -0/+20 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -1/+1 |
| 2024-07-13 | Rollup merge of #127671 - notriddle:notriddle/issue-d, r=Mark-Simulacrum | Jubilee | -60/+32 |
| 2024-07-12 | Move assertion-free rustdoc ice tests to rustdoc-ui | Michael Howell | -50/+0 |
| 2024-07-12 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2024-07-12 | Add URL and crate_name to test cases | Michael Howell | -4/+26 |
| 2024-07-12 | Add rustdoc support for use<> in (local) RPITs | Michael Goulet | -0/+14 |
| 2024-06-30 | Migrate tests to use `-Znext-solver` | Deadbeef | -0/+2 |
| 2024-06-28 | finishing touches, move fixed ICEs to ui tests | Deadbeef | -1/+2 |
| 2024-06-24 | Update `tests/rustdoc` to new test syntax | Guillaume Gomez | -4378/+4378 |
| 2024-06-22 | Auto merge of #126761 - GuillaumeGomez:unsafe_extern_blocks, r=spastorino | bors | -0/+30 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -10/+13 |
| 2024-06-20 | Add regression test for `unsafe_extern_blocks` | Guillaume Gomez | -0/+30 |
| 2024-06-04 | Update code format and tests | Sergi-Ferrez | -8/+7 |
| 2024-06-01 | Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,... | bors | -1/+0 |
| 2024-05-27 | Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomez | bors | -0/+6 |
| 2024-05-26 | rustdoc: Show "const" for const-unstable if also overall unstable | Noah Lev | -1/+1 |
| 2024-05-25 | rustdoc: Elide const-unstable if also unstable overall | Noah Lev | -0/+6 |
| 2024-05-21 | Move tests into appropriate subdirectories | Michael Howell | -12/+4 |
| 2024-05-21 | rustdoc: rename `issue-\d+.rs` tests to have meaningful names | Michael Howell | -0/+0 |
| 2024-05-21 | Add URL and crate_name to test cases | Michael Howell | -12/+40 |
| 2024-05-19 | Add failing test for cross-crate enum in type alias | Michael Goulet | -0/+12 |
| 2024-05-14 | rustdoc: Negative impls are not notable | Michael Goulet | -0/+24 |
| 2024-05-13 | Apply nits | Michael Goulet | -0/+1 |
| 2024-05-11 | Always hide private fields in aliased type | Urgau | -0/+20 |
| 2024-05-07 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -2/+23 |
| 2024-05-01 | Stabilize `custom_code_classes_in_docs` feature | Guillaume Gomez | -1/+0 |
| 2024-04-28 | Fix the assertion crash from rustdoc document indent widths | yukang | -0/+7 |
| 2024-04-19 | Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdoc | bors | -5/+5 |