about summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2024-08-07rename sortedjson -> orderedjsonEtomicBomb-1/+1
2024-08-07initial implementation of mergable rustdoc cciEtomicBomb-0/+2
2024-08-04rustdoc: Delete `ReceiverTy` (formerly known as `SelfTy`)Noah Lev-6/+5
2024-08-04rustdoc: Rename `SelfTy` to `ReceiverTy`Noah Lev-7/+7
2024-08-01rustdoc: Remove dead opaque_tys rendering logicAlona Enraght-Moony-10/+0
2024-08-01rustdoc: Remove OpaqueTyAlona Enraght-Moony-2/+0
2024-07-29rustdoc: use `<wbr>` in sidebar headersMichael Howell-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-13/+7
2024-07-27rustdoc: use strategic ThinVec/Box to shrink `clean::ItemKind`Michael Howell-23/+44
2024-07-23Replace askama with rinjaGuillaume Gomez-1/+1
2024-07-15Create new CSS class for "big toggles"Guillaume Gomez-1/+1
2024-07-15doc: Fold inline methods from DerefLzu Tao-4/+13
2024-06-01Auto merge of #124577 - GuillaumeGomez:stabilize-custom_code_classes_in_docs,...bors-5/+0
2024-05-26rustdoc: Show "const" for const-unstable if also overall unstableNoah Lev-3/+5
2024-05-25rustdoc: Elide const-unstable if also unstable overallNoah Lev-8/+13
2024-05-17Rename Unsafe to SafetySantiago Pastorino-4/+4
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-01Stabilize `custom_code_classes_in_docs` featureGuillaume Gomez-5/+0
2024-04-19rustdoc-search: add index of borrow referencesMichael Howell-0/+1
2024-04-19Auto merge of #118441 - GuillaumeGomez:display-stability-version, r=rustdocbors-49/+13
2024-04-18Auto merge of #119912 - notriddle:notriddle/reexport-dedup, r=GuillaumeGomezbors-0/+2
2024-04-16Avoid unnecessary `rustc_span::DUMMY_SP` usage.Nicholas Nethercote-3/+3
2024-04-08rustdoc-search: single result for items with multiple pathsMichael Howell-0/+2
2024-04-02Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomezGuillaume Gomez-29/+4
2024-03-28Make local_crate_source_file return a RealFileNameUrgau-1/+1
2024-03-22rustdoc-search: address nitsMichael Howell-1/+1
2024-03-17some minor code simplificationsMatthias Krüger-2/+2
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-29/+4
2024-03-15Rollup merge of #122495 - Manishearth:rustdoc-👻👻👻, r=GuillaumeGomezMatthias Krüger-4/+3
2024-03-15less symbols interner locksklensy-3/+4
2024-03-14Refactor visibility_print_with_space to directly take an itemManish Goregaokar-4/+3
2024-03-01Correctly generate item info of trait itemsGuillaume Gomez-10/+8
2024-01-19Rollup merge of #117662 - GuillaumeGomez:links-in-headings, r=notriddleMatthias Krüger-3/+17
2024-01-05Add notes about the serialization formatMichael Howell-6/+25
2024-01-04Clean up serialization code nitsMichael Howell-10/+9
2023-12-31rustdoc-search: tighter encoding for `f` indexMichael Howell-49/+97
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-10remove redundant importssurechen-1/+0
2023-12-05Generate section headings all from one placeGuillaume Gomez-3/+17
2023-12-05Remove mention of rust to make the error message generic.Harold Dost-1/+1
2023-11-30rustdoc: `div.where` instead of fmt-newline classMichael Howell-10/+5
2023-11-29rustdoc: remove small from `small-section-header`Michael Howell-1/+1
2023-11-29Always display stability version even if it's the same as the containing itemGuillaume Gomez-49/+13
2023-11-29rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.Alona Enraght-Moony-1/+16
2023-11-25is_{some,ok}_and for rustdocMichael Goulet-3/+2
2023-11-19rustdoc-search: add support for associated typesMichael Howell-5/+34
2023-11-15Re-format code with new rustfmtMark Rousskov-2/+6
2023-10-30Descriptive variant name deprecation versions outside the standard libraryDavid Tolnay-1/+1
2023-10-30Represent absence of 'since' attribute as a variant of DeprecatedSinceDavid Tolnay-4/+4