about summary refs log tree commit diff
path: root/src/librustdoc/Cargo.toml
AgeCommit message (Expand)AuthorLines
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
2022-01-16Auto merge of #92740 - cuviper:update-rayons, r=Mark-Simulacrumbors-1/+1
2022-01-13rustdoc: remove hand-rolled isattyAndy Russell-0/+1
2022-01-10Update rayon and rustc-rayonJosh Stone-1/+1
2022-01-10Migrate rustdoc from Tera to AskamaDirkjan Ochtman-1/+1
2021-12-31Auto merge of #92252 - GuillaumeGomez:update-pulldown, r=camelid,xFrednetbors-1/+1
2021-12-28Update pulldown-cmark version to 0.9Guillaume Gomez-1/+1
2021-12-22Upgrade `tracing-subscriber`pierwill-1/+1
2021-12-22Update chalk to 0.75.0pierwill-1/+1
2021-10-28rustdoc: Switch to mainline rayonNoah Lev-1/+1
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-1/+0
2021-06-20Use Tera templates for rustdoc.Jacob Hoffman-Andrews-0/+1
2021-05-20Upgrade minifier version to 0.0.41Guillaume Gomez-1/+1
2021-04-21Use arrayvec 0.7, drop smallvec 0.6Jubilee Young-1/+1
2021-04-04use jemallocator in rustc/rustdocGus Wynn-0/+3
2021-03-22missing newline at eofNelson J Morais-1/+1
2021-03-22add key rustc_private for package metadata for rust-analyzer in librustdocNelson J Morais-0/+3
2021-03-09Bump tracing-tree dependencyOli Scherer-1/+1
2021-03-05Update minifier dependency versionGuillaume Gomez-1/+1
2021-02-28Always compile rustdoc with debug logging enabled when `download-rustc` is setJoshua Nelson-0/+7
2021-02-14bumped smallvec depsklensy-1/+1
2021-01-30rustdoc tweakingbors-0/+1
2021-01-27Update crate name and add READMERune Tynan-1/+1
2021-01-27`src/etc/json-types` -> `src/rustdoc-json-types`Rune Tynan-1/+1
2021-01-27Move into src/etcRune Tynan-1/+1
2021-01-27Split JSON into separately versioned crateRune Tynan-0/+1
2020-11-05Extend automatic_links lint to take into account URLs without link syntaxGuillaume Gomez-0/+1
2020-09-13Upgrade to pulldown-cmark 0.8.0Joshua Nelson-1/+1
2020-09-12update the version of itertools and parking_lotAndreas Jonson-1/+1
2020-08-31Update expect-test to 1.0Aleksey Kladov-1/+1
2020-08-30cleanup: Remove duplicate library names from `Cargo.toml`sVadim Petrochenkov-1/+0
2020-08-27Add expect test for rustdoc html highlightingAleksey Kladov-0/+3
2020-08-19Return all impls, not just the primary oneJoshua Nelson-0/+1
2020-02-14Update pulldown-cmark dependencyGuillaume Gomez-1/+1
2019-12-24Show value for consts in the documentationOhad Ravid-0/+1
2019-12-12replace serialize with serde in rustdocAndy Russell-0/+2
2019-10-07Rebase rustc-rayon on rayon-1.2Josh Stone-1/+1
2019-08-11Remove ReentrantMutexMark Rousskov-1/+0
2019-07-28Update minifier-rs versionGuillaume Gomez-1/+1
2019-07-20Update pulldown-cmark versionGuillaume Gomez-1/+1
2019-06-21Add DocFS layer to rustdocRobert Collins-0/+1
2019-05-29upgrade rustdoc's `pulldown-cmark` to 0.5.2Andy Russell-1/+1
2019-04-23Fix index-page generationGuillaume Gomez-1/+1
2019-04-22upgrade rustdoc's pulldown-cmark to 0.4.1Andy Russell-1/+1
2019-03-27Speed up rustdoc run a bitGuillaume Gomez-1/+1
2019-02-23Auto merge of #57051 - Eijebong:parking_lot, r=nikomatsakisbors-1/+1