about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2024-07-29Reformat `use` declarations.Nicholas Nethercote-101/+84
2024-07-28Rollup merge of #125779 - GuillaumeGomez:copy-code, r=rustdoc-teamGuillaume Gomez-48/+135
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-27/+48
2024-07-25use double quotesbinarycat-1/+1
2024-07-25rustdoc: change title of search resultsbinarycat-1/+1
2024-07-24rustdoc: clean up and fix ord violations in item sortingMichael Howell-70/+119
2024-07-23Replace askama with rinjaGuillaume Gomez-20/+18
2024-07-21rustdoc: revert spacing change in item-tableMichael Howell-1/+0
2024-07-21Rollup merge of #128023 - Kijewski:pr-table-width, r=notriddleJubilee-0/+1
2024-07-21Rollup merge of #128014 - GuillaumeGomez:stab-in-doc-blocks, r=notriddleJubilee-0/+4
2024-07-21rustdoc: short descr. cause word-breaks in tablesRené Kijewski-0/+1
2024-07-20Fix stab display in doc blocksGuillaume Gomez-0/+4
2024-07-20Rollup merge of #127975 - GuillaumeGomez:fix-trait-bounds-display, r=notriddleMatthias Krüger-7/+14
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-1/+1
2024-07-19Improve display of trait bounds when there are more than twoGuillaume Gomez-7/+14
2024-07-19Auto merge of #127969 - matthiaskrgr:rollup-nhxmwhn, r=matthiaskrgrbors-1/+0
2024-07-19Rollup merge of #127963 - GuillaumeGomez:fix-logo-display, r=notriddleMatthias Krüger-1/+0
2024-07-19Fix display of logo "border"Guillaume Gomez-1/+0
2024-07-19Rollup merge of #127932 - notriddle:notriddle/current, r=GuillaumeGomezMatthias Krüger-3/+5
2024-07-18Rearrange sidebar modnav builder to more logical orderMichael Howell-2/+2
2024-07-18rustdoc: fix `current` class on sidebar modnavMichael Howell-3/+5
2024-07-18Wrap too long item name and improve the item list display a bitGuillaume Gomez-0/+8
2024-07-18Unify UI between code block buttons and top buttonsGuillaume Gomez-7/+14
2024-07-18Make "copy code" button the same size as the "copy path" buttonGuillaume Gomez-23/+11
2024-07-18Add copy code buttonGuillaume Gomez-40/+132
2024-07-17Rollup merge of #127229 - notriddle:notriddle/mile-wide-bar, r=GuillaumeGomezMatthias Krüger-4/+51
2024-07-15rustdoc: make sidebar highlight cover whole click targetMichael Howell-2/+41
2024-07-15Create new CSS class for "big toggles"Guillaume Gomez-3/+3
2024-07-15Fix styleGuillaume Gomez-0/+5
2024-07-15doc: Fold inline methods from DerefLzu Tao-4/+18
2024-07-14Fix trivial gen ident usage in toolsMichael Goulet-3/+3
2024-07-12Add rustdoc support for use<> in (local) RPITsMichael Goulet-0/+14
2024-07-05rustdoc-search: stop constructing pointless arrays in decodeMichael Howell-11/+7
2024-07-04Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG...bors-57/+54
2024-07-01rustdoc: click target for sidebar items flush leftMichael Howell-4/+12
2024-06-30rustdoc: update to pulldown-cmark 0.11Michael Howell-57/+54
2024-06-30Uplift fast rejection to new solverMichael Goulet-2/+1
2024-06-20Implement `unsafe_extern_blocks` feature in rustdocGuillaume Gomez-5/+18
2024-06-09rustdoc-search: use lowercase, non-normalized name for type searchMichael Howell-4/+8
2024-06-08Rollup merge of #126057 - Sunshine40:rustdoc-search-non-english, r=notriddleLeón Orell Valerian Liehr-73/+88
2024-06-07Move some arguments to fields and reorganize fieldsNoah Lev-2/+10
2024-06-07rustdoc: Remove `DoctestVisitor::get_line`Noah Lev-1/+23
2024-06-07rustdoc: Rename `Tester` to `DoctestVisitor`Noah Lev-4/+4
2024-06-07Update testsSunshine-2/+3
2024-06-07Follow ESLint instructions.Sunshine-4/+7
2024-06-07Other EcmaScript version bumpSunshine-1/+1
2024-06-07Bump the EcmaScript version in the eslint configuration.Sunshine-1/+1
2024-06-07TidyingSunshine-2/+4
2024-06-07Add test for PR #126057Sunshine-1/+2
2024-06-06Make html rendered by rustdoc allow searching non-English identifier / alias....Sunshine-70/+78