about summary refs log tree commit diff
path: root/src/librustdoc/html/render/context.rs
AgeCommit message (Expand)AuthorLines
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
2023-03-08Only load one CSS theme by defaultMichael Howell-2/+26
2023-03-04rustdoc: include link on all.html location headerMichael Howell-3/+1
2023-02-15Use more let chainGuillaume Gomez-8/+6
2023-02-11rustdoc: account for intra-doc links in `<meta name="description">`Michael Howell-1/+4
2023-01-31rustdoc: remove inconsistently-present sidebar tooltipsMichael Howell-6/+3
2023-01-30rustdoc: remove meta keywords from HTMLMichael Howell-8/+1
2023-01-22rustdoc: Use `DefId(Map,Set)` instead of `FxHash(Map,Set)`Vadim Petrochenkov-4/+4
2023-01-14Rollup merge of #106855 - klensy:rd-s, r=notriddleMatthias Krüger-3/+2
2023-01-13rustdoc: remove unnecessary DOM class `h1.fqn`Michael Howell-2/+2
2023-01-13Playground.crate_name String -> Symbolklensy-3/+2
2023-01-06Correctly render sidebar for relative module pathsclubby789-4/+18
2022-12-12rustdoc: remove `type="text/css" from stylesheet linksMichael Howell-1/+1
2022-11-07rustdoc: use javascript to layout notable traits popupsMichael Howell-1/+6
2022-10-29Make --static-root-path point to static.filesJacob Hoffman-Andrews-1/+1
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-19/+7
2022-10-19Avoid cloning `RenderOptions`.Nicholas Nethercote-2/+1