summary refs log tree commit diff
path: root/src/librustdoc/html/render/context.rs
AgeCommit message (Expand)AuthorLines
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
2022-10-15rustdoc: make the help button a link to a pageMichael Howell-0/+34
2022-10-05rustdoc: remove unused CSS class `in-band`Michael Howell-3/+1
2022-09-20Generate sidebar elements for the "All items" pageGuillaume Gomez-8/+16
2022-09-15rustdoc: use more precise URLs for jump-to-definition linksMichael Howell-0/+30
2022-08-24Auto merge of #96869 - sunfishcode:main, r=joshtriplettbors-1/+1
2022-08-13make clean::Item::span return option instead of dummy spanMichael Goulet-4/+1
2022-06-29Replace `sort_modules_alphabetically` boolean with enumNoah Lev-7/+10
2022-06-23Don't test the rustdoc rendering context size on Windows.Dan Gohman-1/+1
2022-06-20Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews-5/+1
2022-05-28Improve settings page display with disabled javascriptGuillaume Gomez-0/+5
2022-05-27Pass Context as a &mut to allow to remove RefCell fieldsGuillaume Gomez-38/+43
2022-05-24fix simple clippy lintsklensy-4/+4
2022-05-21Remove `crate` visibility modifier in libs, testsJacob Pratt-19/+19
2022-05-18Move some DOM generation into the HTML settings file directlyGuillaume Gomez-3/+13
2022-05-11Add missing CSS file for settings pageGuillaume Gomez-3/+5
2022-04-30Move settings into full JSGuillaume Gomez-13/+10
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-1/+1
2022-03-27Add scrape examples help pageWill Crichton-2/+17
2022-03-04librustdoc: adopt let else in more placesest31-4/+2
2022-02-22Prevent generation of infinite redirectionsGuillaume Gomez-26/+34
2022-02-14Fix macro reexports duplicates in the sidebarGuillaume Gomez-6/+11
2022-01-18Simplify and unify rustdoc sidebar stylesJacob Hoffman-Andrews-10/+2
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-10/+10
2022-01-13Auto merge of #92526 - djc:rustdoc-askama, r=jshabors-11/+1
2022-01-12Rollup merge of #92742 - GuillaumeGomez:missing-suffix-sidebar-items, r=notri...Matthias Krüger-1/+1
2022-01-10Add missing suffix for sidebar-items script pathGuillaume Gomez-1/+1
2022-01-10Remove configuration which became unused in 8abb4bb698c9d74507adb9cd7b54a032f...Dirkjan Ochtman-2/+0