summary refs log tree commit diff
path: root/src/librustdoc/html/render/mod.rs
AgeCommit message (Expand)AuthorLines
2024-11-12Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errorsMatthias Krüger-3/+1
2024-11-10ensure that all publicly reachable const fn have const stability infoRalf Jung-3/+1
2024-10-30rustdoc-search: add type param names to indexMichael Howell-0/+1
2024-10-25Re-do recursive const stability checksRalf Jung-1/+3
2024-10-23rustdoc: adjust spacing and typography in headerMichael Howell-2/+2
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-19/+19
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-9/+9
2024-09-19Auto merge of #130069 - GuillaumeGomez:gen-scraped-buttons, r=notriddlebors-1/+0
2024-09-10Auto merge of #129337 - EtomicBomb:rfc, r=notriddlebors-0/+1
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-11/+11
2024-09-07rfc#3662 changes under unstable flagsEtomicBomb-0/+1
2024-09-07Generate scraped examples buttons in JSGuillaume Gomez-1/+0
2024-09-05Rollup merge of #129796 - GuillaumeGomez:unify-code-examples, r=notriddleMatthias Krüger-24/+9
2024-09-05Make impl associated constants sorted firstGuillaume Gomez-11/+11
2024-09-05Sort impl associated items by kinds and then by appearanceGuillaume Gomez-1/+52
2024-09-02Rollup merge of #127474 - tesuji:foldable-inline-derefs, r=t-rustdocMatthias Krüger-4/+13
2024-08-31Unify scraped examples with other code examplesGuillaume Gomez-24/+9
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-25Generate missing source link on impl associated typesGuillaume Gomez-0/+2
2024-08-20Auto merge of #128252 - EtomicBomb:pre-rfc, r=notriddlebors-0/+2
2024-08-10Stop showing impl items for negative implsGuillaume Gomez-16/+21
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