summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
2024-08-29rustdoc: do not run doctests with invalid langstringsMichael Howell-7/+19
2024-07-24rustdoc: clean up and fix ord violations in item sortingMichael Howell-70/+119
2024-07-19Avoid ref when using format! in compilerYuri Astrakhan-1/+1
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-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-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
2024-06-05Remove `Type` from rustdoc `Const`Boxy-5/+12
2024-06-04Use checked_subSergi-Ferrez-6/+7
2024-06-04Update code format and testsSergi-Ferrez-2/+2
2024-06-04Include trailing commas in functionsSergi-Ferrez-10/+12
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-117/+20
2024-05-31Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...Matthias Krüger-31/+31
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-31/+31
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-3/+1
2024-05-27Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomezbors-23/+48
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-15/+35
2024-05-25rustdoc: Elide const-unstable if also unstable overallNoah Lev-8/+13
2024-05-23Remove `LintDiagnostic::msg`León Orell Valerian Liehr-4/+7
2024-05-17Rename Unsafe to SafetySantiago Pastorino-16/+16
2024-05-14rustdoc: Negative impls are not notableMichael Goulet-0/+8
2024-05-10Lift `TraitRef` into `rustc_type_ir`Michael Goulet-0/+1
2024-05-08Rollup merge of #124876 - nnethercote:rm-use-crate-rustc_foo, r=compiler-errorsMatthias Krüger-2/+2
2024-05-08Simplify `use crate::rustc_foo::bar` occurrences.Nicholas Nethercote-2/+2
2024-05-07Rollup merge of #124738 - notriddle:notriddle/search-form-js, r=GuillaumeGomezMatthias Krüger-24/+46