| Age | Commit message (Expand) | Author | Lines |
| 2024-09-12 | Add URL and crate_name to test cases | Michael Howell | -7/+27 |
| 2024-09-10 | rustdoc: make the header show all three buttons | Michael Howell | -34/+51 |
| 2024-09-10 | rustdoc: redesign toolbar and disclosure widgets | Michael Howell | -10/+10 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -1/+1 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -1/+1 |
| 2024-09-07 | add tests for behavior in rfc#3662 | EtomicBomb | -0/+501 |
| 2024-09-05 | Add regression test for sidebar associated items | Guillaume Gomez | -0/+42 |
| 2024-09-05 | Make impl associated constants sorted first | Guillaume Gomez | -7/+7 |
| 2024-09-05 | Add regression test for impl associated items sorting | Guillaume Gomez | -0/+42 |
| 2024-09-05 | Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdoc | Matthias Krüger | -1/+91 |
| 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-20 | rustdoc: consistentify `#TOC` and `#ModNav` to lowercase | Michael Howell | -17/+17 |
| 2024-08-20 | Add more test case | Michael Howell | -7/+7 |
| 2024-08-20 | rustdoc: show code spans as `<code>` in TOC | Michael Howell | -20/+23 |
| 2024-08-20 | rustdoc: add separate section for module items | Michael Howell | -0/+17 |
| 2024-08-20 | rustdoc: add separate section for module items | Michael Howell | -0/+7 |
| 2024-08-20 | Add Top TOC support to rustdoc | Michael Howell | -0/+63 |
| 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 |