summary refs log tree commit diff
path: root/src/librustdoc/html/render/context.rs
AgeCommit message (Expand)AuthorLines
2024-11-13Fix duplicated footnote IDsGuillaume Gomez-2/+2
2024-10-06Handle `librustdoc` cases of `rustc::potential_query_instability` lintismailarilik-7/+7
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-7/+7
2024-09-10Auto merge of #129337 - EtomicBomb:rfc, r=notriddlebors-84/+91
2024-09-07rustdoc: use a single box to store Attributes and ItemKindMichael Howell-1/+1
2024-09-07rfc#3662 changes under unstable flagsEtomicBomb-84/+91
2024-09-05Rollup merge of #120736 - notriddle:notriddle/toc, r=t-rustdocMatthias Krüger-2/+4
2024-08-30Remove `#[macro_use] extern crate tracing` from rustdoc.Nicholas Nethercote-0/+1
2024-08-20rustdoc: add test case for modnav position when TOC is offMichael Howell-5/+2
2024-08-20rustdoc: add separate section for module itemsMichael Howell-3/+6
2024-08-20Add configuration options to hide TOC or module navigationMichael Howell-0/+1
2024-08-20Add Top TOC support to rustdocMichael Howell-1/+2
2024-08-07add blank line, remove extraneous commentEtomicBomb-1/+0
2024-08-07initial implementation of mergable rustdoc cciEtomicBomb-8/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-8/+5
2024-07-23Replace askama with rinjaGuillaume Gomez-1/+1
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-1/+3
2024-04-09rustdoc: load icons from css instead of inlineMichael Howell-1/+1
2024-01-10Shorten some error invocations.Nicholas Nethercote-2/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-11-15Re-format code with new rustfmtMark Rousskov-8/+13
2023-11-02Minimize `pub` usage in `source_map.rs`.Nicholas Nethercote-2/+1
2023-10-22Revert "rustdoc: factor all-impls-for-item out into its own method"Michael Howell-45/+2
2023-10-22Revert "rustdoc: filter before storing in vec"Michael Howell-10/+4
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-1/+2
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-5/+7
2023-10-08rustdoc: clean up the layout for annotated version numbersMichael Howell-1/+5
2023-10-08rustdoc: show crate name beside small logoMichael Howell-3/+3
2023-09-15rustdoc: merge theme css into rustdoc.cssMichael Howell-12/+3
2023-09-13Merge settings.css into rustdoc.cssGuillaume Gomez-3/+0
2023-09-10rustdoc: filter before storing in vecMichael Howell-4/+10
2023-09-09rustdoc: factor all-impls-for-item out into its own methodMichael Howell-2/+45
2023-08-23Add unstable `--no-html-source` rustdoc flagGuillaume Gomez-1/+2
2023-08-16Use more named format argsGuillaume Gomez-4/+9
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-12/+7
2023-07-30Remove some unneeded `clone()` callsGuillaume Gomez-1/+1
2023-07-18Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot...bors-1/+1
2023-07-14Correctly handle `--document-hidden-items`Guillaume Gomez-1/+1
2023-07-14Remove unneeded handling for `ExternalLocation::Unknown` in rustdoc render co...Guillaume Gomez-6/+1
2023-07-13Rollup merge of #113623 - GuillaumeGomez:add-jump-to-doc, r=notriddleMatthias Krüger-1/+6
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-2/+5
2023-07-12Add jump to docGuillaume Gomez-1/+6
2023-06-20Fix invalid creation of files in rustdocGuillaume Gomez-7/+34
2023-05-22rustdoc: Cleanup doc string collapsingVadim Petrochenkov-5/+2
2023-05-03Restrict `From<S>` for `{D,Subd}iagnosticMessage`.Nicholas Nethercote-1/+1
2023-04-16Spelling librustdocJosh Soref-5/+5
2023-03-16clean up few allocklensy-1/+1
2023-03-11Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomezMatthias Krüger-12/+17
2023-03-10Render doc sidebar using Askamaclubby789-12/+17
2023-03-09Rollup merge of #106915 - notriddle:notriddle/load-only-one-theme, r=Guillaum...Matthias Krüger-2/+26