about summary refs log tree commit diff
path: root/src/librustdoc/Cargo.toml
AgeCommit message (Expand)AuthorLines
2025-06-28librustdoc: use tidy for sorting attrs and depsYotam Ofek-3/+5
2025-05-24Update `askama` version to `0.14.0` in librustdocGuillaume Gomez-1/+1
2025-05-06rustdoc: remove unportable markdown lint and old parserMichael Howell-1/+0
2025-04-03Update to new rinja version (askama)Guillaume Gomez-1/+1
2025-03-04`librustdoc`: 2024 edition! 🎊Yotam Ofek-1/+1
2025-02-19librustdoc: Use `pulldown-cmark-escape` for HTML escapingYotam Ofek-0/+1
2025-02-17Update `minifier-rs` version to `0.3.5`Guillaume Gomez-1/+1
2025-02-09Rollup merge of #136694 - GuillaumeGomez:update-minifier, r=notriddleMatthias Krüger-1/+1
2025-02-07Update minifier version to `0.3.4`Guillaume Gomez-1/+1
2025-01-29rustdoc: run css and html minifier at build instead of runtimeMichael Howell-0/+1
2024-11-10Update minifer version to `0.3.2`Guillaume Gomez-1/+1
2024-10-19rustdoc: hash assets at rustdoc build timeMichael Howell-1/+4
2024-10-19rustdoc: Switch from FxHash to sha256 for static file hashing.Alona Enraght-Moony-0/+1
2024-08-24Update minifier to 0.3.1Guillaume Gomez-1/+1
2024-08-04Update rinja version to 0.3.0Guillaume Gomez-1/+1
2024-07-29rustdoc: word wrap CamelCase in the item list tableMichael Howell-0/+1
2024-07-23Replace askama with rinjaGuillaume Gomez-1/+1
2024-07-01rustdoc: add usable lint for pulldown-cmark-0.11 parsing changesMichael Howell-0/+1
2024-04-28Remove direct dependencies on lazy_static, once_cell and byteorderGeorge Bateman-2/+0
2024-04-02Rollup merge of #122614 - notriddle:notriddle/search-desc, r=GuillaumeGomezGuillaume Gomez-0/+2
2024-03-30bump tracing-tree to 0.3klensy-1/+1
2024-03-21rustdoc-search: compressed bitmap to sort, then load descMichael Howell-0/+2
2024-03-08bump itertools to 0.12klensy-1/+1
2023-11-22Update itertools to 0.11.Nicholas Nethercote-1/+1
2023-11-01Update minifier-rs version to 0.3.0Guillaume Gomez-1/+1
2023-10-22rustdoc: use JS to inline target type impl docs into aliasMichael Howell-0/+1
2023-10-14Update minifier version to 0.2.3Guillaume Gomez-1/+1
2023-03-14rustdoc: DocFS: Replace rayon with threadpool and enable it for all targetsGuillaume Gomez-3/+1
2023-03-06Update askama version to 0.12Guillaume Gomez-1/+1
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-1/+0
2023-02-21Upgrade `thin-vec` from 0.2.9 to 0.2.12.Nicholas Nethercote-1/+1
2023-02-10Resolve documentation links in rustc and store the results in metadataVadim Petrochenkov-1/+0
2022-11-29update cpufeatures, swap difference to dissimilarklensy-1/+1
2022-11-19Rollup merge of #103117 - joshtriplett:use-is-terminal, r=eholkMatthias Krüger-1/+0
2022-11-02rustdoc: use ThinVec for cleaned genericsMichael Howell-1/+1
2022-10-16Use IsTerminal in librustdocJosh Triplett-1/+0
2022-08-29Replace `rustc_data_structures::thin_vec::ThinVec` with `thin_vec::ThinVec`.Nicholas Nethercote-6/+7
2022-08-16Update minifier version to 0.2.2Guillaume Gomez-1/+1
2022-07-26Update pulldown-cmark versionGuillaume Gomez-1/+1
2022-06-27Update `smallvec` to 1.8.1.Nicholas Nethercote-1/+1
2022-06-07Update minifier version to 0.2.1Guillaume Gomez-1/+1
2022-05-24Update minifier-rs version to 0.1.0Guillaume Gomez-1/+1
2022-05-06rustdoc: don't build `rayon` for non-windows targetsklensy-1/+3
2022-04-21rustdoc: Optimize IdMapJakub Beránek-0/+1
2022-03-07Update minifier versionGuillaume Gomez-1/+1
2022-03-04Update `itertools`pierwill-1/+1
2022-02-07cargo_metadata 0.12 -> 0.14, to dedupe and remove some `semver`, `semver-pars...klensy-1/+1
2022-01-26Update minifier crate version to 0.0.42Guillaume Gomez-1/+1
2022-01-19Move back templates into html folderGuillaume Gomez-1/+1
2022-01-17Rollup merge of #92819 - euclio:atty, r=CraftSpiderMatthias Krüger-0/+1