about summary refs log tree commit diff
path: root/src/librustdoc/html/render/write_shared.rs
AgeCommit message (Expand)AuthorLines
2024-03-16rustdoc-search: shard the search result descriptionsMichael Howell-2/+29
2024-02-04rustdoc: trait.impl, type.impl: sort impls to make it not depend on serializa...klensy-10/+21
2023-12-15Simplify JS code a little bitGuillaume Gomez-2/+2
2023-12-14rustdoc-search: fix a race condition in search index loadingMichael Howell-2/+8
2023-12-14Use Map instead of Object for source files and search indexGuillaume Gomez-9/+10
2023-11-29rustdoc: Move `AssocItemRender` and `RenderMode` to `html::render`.Alona Enraght-Moony-2/+2
2023-11-08rustdoc: minor changes suggested by clippy perf lints.Nicholas Nethercote-9/+6
2023-10-22rustdoc: make JS trait impls act more like HTMLMichael Howell-2/+19
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-2/+250
2023-10-22rustdoc: rename `/implementors` to `/impl.trait`Michael Howell-1/+1
2023-10-08rustdoc: clean up the In [name] up-pointerMichael Howell-1/+1
2023-10-08rustdoc: remove rust logo from non-Rust cratesMichael Howell-0/+1
2023-08-16Use more named format argsGuillaume Gomez-3/+3
2023-08-16Improve code readability by moving fmt args directly into the stringGuillaume Gomez-10/+9
2023-07-14rustdoc: use `src` consistently over `source` in JavaScriptMichael Howell-4/+4
2023-02-02Auto merge of #107000 - GuillaumeGomez:fix-items-in-doc-hidden-block, r=notri...bors-1/+1
2023-01-30rustdoc: remove meta keywords from HTMLMichael Howell-2/+1
2023-01-27Improve code readabilityGuillaume Gomez-1/+1
2023-01-19Revert "Improve code readability"Guillaume Gomez-1/+1
2023-01-13rustdoc: remove unnecessary DOM class `h1.fqn`Michael Howell-1/+1
2023-01-06Correctly render sidebar for relative module pathsclubby789-21/+41
2022-12-07Improve code readabilityGuillaume Gomez-1/+1
2022-10-29Generate static file hashes onceJacob Hoffman-Andrews-6/+5
2022-10-29Make --static-root-path point to static.filesJacob Hoffman-Andrews-3/+6
2022-10-29rustdoc: add hash to filename of toolchain filesJacob Hoffman-Andrews-241/+47
2022-10-05rustdoc: remove unused CSS class `in-band`Michael Howell-3/+1
2022-09-16rustdoc: clean up CSS for All Items and All Crates listsMichael Howell-2/+2
2022-09-03more clippy::perf fixesMatthias Krüger-1/+1
2022-08-05rustdoc: use serde, which can escape strings more quicklyMichael Howell-35/+15
2022-08-05rustdoc: reduce the number of intermediate Strings allocatedMichael Howell-12/+21
2022-08-04rustdoc: use a more compact encoding for implementors/trait.*.jsMichael Howell-17/+73
2022-08-02rustdoc: use a more compact encoding for source-files.jsMichael Howell-13/+20
2022-06-20Improve loading of crates.js and sidebar-items.jsJacob Hoffman-Andrews-2/+0
2022-06-16Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock`Maybe Waffle-1/+1
2022-06-07Update minifier version to 0.2.1Guillaume Gomez-4/+6
2022-05-27Pass Context as a &mut to allow to remove RefCell fieldsGuillaume Gomez-5/+7
2022-05-17rustdoc: make search.js a moduleJacob Hoffman-Andrews-1/+7
2022-05-14Remove theme picker buttonGuillaume Gomez-1/+0
2022-05-12rustdoc: remove weird, unused variable from source-files.jsMichael Howell-1/+1
2022-05-05rustdoc: ensure HTML/JS side implementors don't have dupsMichael Howell-3/+6
2022-04-21Remove .woff font filesGuillaume Gomez-18/+9
2022-04-16Rename `def_id` into `item_id` when the type is `ItemId` for readabilityGuillaume Gomez-1/+1
2022-01-14Auto merge of #91948 - nnethercote:rustdoc-more-Symbols, r=GuillaumeGomezbors-1/+1
2022-01-14rustdoc: avoid many `Symbol` to `String` conversions.Nicholas Nethercote-1/+1
2022-01-13Use the updated Rust logo and change it's format to SVGLoïc BRANSTETT-1/+1
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-8/+1
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-3/+3
2021-11-24Consistentize the system for image URLs in CSS.Jacob Hoffman-Andrews-28/+20
2021-11-24Move themes and version into rustdoc-varsJacob Hoffman-Andrews-32/+2
2021-11-24Simplify rendering of stylesheet links into HTMLJacob Hoffman-Andrews-2/+2