| Age | Commit message (Expand) | Author | Lines |
| 2023-01-31 | rustdoc: stop making unstable items transparent | Michael Howell | -5/+7 |
| 2023-01-31 | rustdoc: remove inconsistently-present sidebar tooltips | Michael Howell | -27/+0 |
| 2023-01-31 | Rollup merge of #107479 - compiler-errors:probe-can-call-ocx, r=BoxyUwU | Yuki Okushi | -0/+17 |
| 2023-01-30 | Use ObligationCtxt::new_in_snapshot in satisfied_from_param_env | Michael Goulet | -0/+17 |
| 2023-01-30 | rustdoc: remove unnecessary wrapper div.item-decl from HTML | Michael Howell | -253/+253 |
| 2023-01-28 | rustdoc: remove unused class `has-srclink` | Michael Howell | -86/+86 |
| 2023-01-27 | Add rustdoc test to ensure that items into a `doc(hidden)` block are handled ... | Guillaume Gomez | -0/+50 |
| 2023-01-27 | rustdoc: merge doctest tooltip with notable traits tooltip | Michael Howell | -5/+5 |
| 2023-01-27 | Update rustdoc/redirect test | Guillaume Gomez | -1/+2 |
| 2023-01-27 | Add regression test for impl blocks in const expr | Guillaume Gomez | -0/+43 |
| 2023-01-27 | Add regression test for #107350 | Guillaume Gomez | -0/+18 |
| 2023-01-27 | Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil... | Yuki Okushi | -18/+18 |
| 2023-01-27 | Rollup merge of #107284 - notriddle:notriddle/plus, r=jsha | Yuki Okushi | -4/+4 |
| 2023-01-27 | Rollup merge of #107242 - notriddle:notriddle/title-ordering, r=GuillaumeGomez | Yuki Okushi | -5/+5 |
| 2023-01-26 | rustdoc: remove mostly-unused CSS classes import/module-item | Michael Howell | -18/+18 |
| 2023-01-26 | rustdoc: use smarter encoding for playground URL | Michael Howell | -4/+4 |
| 2023-01-23 | rustdoc: rearrange HTML in primitive reference links | Michael Howell | -4/+4 |
| 2023-01-23 | rustdoc: make item links consistently use `title="{shortty} {path}"` | Michael Howell | -5/+5 |
| 2023-01-19 | Revert "Add regression test for impl blocks in const expr" | Guillaume Gomez | -43/+0 |
| 2023-01-18 | Auto merge of #106952 - petrochenkov:docglob, r=notriddle,GuillaumeGomez | bors | -0/+7 |
| 2023-01-17 | Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume... | Matthias Krüger | -193/+193 |
| 2023-01-17 | rustdoc: Fix glob import inlining | Vadim Petrochenkov | -0/+7 |
| 2023-01-14 | rustdoc: remove redundant item kind class from `.item-decl > pre` | Michael Howell | -193/+193 |
| 2023-01-14 | Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill... | Matthias Krüger | -5/+5 |
| 2023-01-14 | Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomez | Yuki Okushi | -7/+7 |
| 2023-01-13 | rustdoc: remove `docblock` class from notable trait popover | Michael Howell | -5/+5 |
| 2023-01-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -40/+40 |
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -7/+7 |
| 2023-01-13 | Rollup merge of #106741 - GuillaumeGomez:reexport-doc-hidden, r=notriddle | Yuki Okushi | -0/+26 |
| 2023-01-12 | Add test for displayed re-export of `doc(hidden)` | Guillaume Gomez | -0/+26 |
| 2023-01-12 | Fix rendering 'const' for intrinsics | clubby789 | -0/+25 |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+15735 |