about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2024-07-26Rollup merge of #128210 - lolbinarycat:rustdoc-search-title, r=notriddle,Guil...Trevor Gross-1/+1
2024-07-25use double quotesbinarycat-1/+1
2024-07-25rustdoc: change title of search resultsbinarycat-1/+1
2024-07-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-1/+1
2024-07-24rustdoc: clean up and fix ord violations in item sortingMichael Howell-70/+119
2024-07-23Replace askama with rinjaGuillaume Gomez-21/+19
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-20Auto merge of #127658 - compiler-errors:precise-capturing-rustdoc-cross, r=fm...bors-17/+17
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-19Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgrbors-3/+5
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-19Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwUbors-11/+36
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-17Remove some unintended changes to importsNoah Lev-3/+5
2024-07-17Add cross-crate precise capturing support to rustdocMichael Goulet-17/+17
2024-07-17Rollup merge of #127229 - notriddle:notriddle/mile-wide-bar, r=GuillaumeGomezMatthias Krüger-4/+51
2024-07-16Add `ConstArgKind::Path` and make `ConstArg` its own HIR nodeNoah Lev-3/+13
2024-07-16Use `ConstArg` for const param defaultsNoah Lev-2/+3
2024-07-16Use `ConstArg` for array lengthsNoah Lev-4/+14
2024-07-16Use `ConstArg` for assoc item constraintsNoah Lev-1/+1
2024-07-16hir: Create `hir::ConstArgKind` enumNoah Lev-3/+5
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-5/+5
2024-07-12Add rustdoc-json support for use<>Michael Goulet-0/+1
2024-07-12Add rustdoc support for use<> in (local) RPITsMichael Goulet-3/+20
2024-07-11Auto merge of #127097 - compiler-errors:async-closure-lint, r=oli-obkbors-2/+2
2024-07-07iter_identity is a better nameMichael Goulet-2/+1
2024-07-05rustdoc-search: stop constructing pointless arrays in decodeMichael Howell-11/+7
2024-07-04Rollup merge of #127301 - estebank:fix-suggestions, r=UrgauMatthias Krüger-19/+17
2024-07-04Rollup merge of #127289 - aDotInTheVoid:rustdoc-json-lt, r=GuillaumeGomezJacob Pratt-3/+10
2024-07-04Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG...bors-68/+233
2024-07-04Adjust rustdoc automatic link suggestionEsteban Küber-19/+17
2024-07-03Rollup merge of #127092 - compiler-errors:rtn-dots-redux, r=estebankMatthias Krüger-1/+1