about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-10-17Some "parenthesis" and "parentheses" fixesr00ster91-1/+1
2021-10-17Rollup merge of #89943 - matthiaskrgr:clpcompl, r=oli-obkYuki Okushi-6/+4
2021-10-16clippy::complexity changesMatthias Krüger-6/+4
2021-10-16Rollup merge of #89906 - yuvaldolev:move-format-version-to-rustdoc-json-types...Matthias Krüger-1/+1
2021-10-15Apply documentation suggestions from code reviewUrgau-3/+3
2021-10-15Moved format-version constant to rustdoc-json-typesYuval Dolev-1/+1
2021-10-14Oops, inverted condition, fix thatLoïc BRANSTETT-1/+1
2021-10-14Auto merge of #89815 - GuillaumeGomez:associated-consts-sidebar, r=notriddlebors-16/+79
2021-10-14Deduplicate macro_rules! from module_exports when documenting themLoïc BRANSTETT-3/+11
2021-10-13Improve code readability for sidebar linksGuillaume Gomez-16/+48
2021-10-12Fix local crate not being scrapedWill Crichton-8/+12
2021-10-12List associated constants in the sidebarGuillaume Gomez-7/+38
2021-10-12rustdoc: update noto sans krShinwoo Park-13/+14
2021-10-11Cleanup .item-table CSSStefan Schindler-1/+1
2021-10-11Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8Matthias Krüger-2/+0
2021-10-11Rollup merge of #89722 - jkugelman:cannonical-typo, r=joshtriplettMatthias Krüger-1/+1
2021-10-11Rollup merge of #89632 - GuillaumeGomez:fix-docblock-code, r=jshaMatthias Krüger-0/+4
2021-10-10Remove unused CSS ruleGuillaume Gomez-2/+0
2021-10-10Fix <code> blocks in doc blocks display on mobileGuillaume Gomez-0/+4
2021-10-10Fix spelling: Cannonical -> CanonicalJohn Kugelman-1/+1
2021-10-10Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomezbors-55/+113
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-514/+415
2021-10-09Remove some stray whitespace.Jacob Hoffman-Andrews-3/+3
2021-10-09Rollup merge of #89700 - GuillaumeGomez:fix-rustdoc-higher-bound-html-gen, r=...Guillaume Gomez-2/+6
2021-10-09Fix invalid HTML generation for higher boundsGuillaume Gomez-2/+6
2021-10-08Move template initialization into its own file.Jacob Hoffman-Andrews-15/+23
2021-10-08Add template for print_itemJacob Hoffman-Andrews-46/+96
2021-10-08Change handling of spans in scrape examples, add test for highlight decorationsWill Crichton-4/+23
2021-10-08Rollup merge of #89669 - Urgau:json-remove-type-never, r=GuillaumeGomezGuillaume Gomez-2/+1
2021-10-08Rollup merge of #89649 - matthiaskrgr:clippycompl, r=jyn514Guillaume Gomez-1/+1
2021-10-08Rollup merge of #89538 - notriddle:notriddle/arrow-highlight, r=GuillaumeGomezGuillaume Gomez-6/+25
2021-10-08Move more scrape-examples logic from JS to rustWill Crichton-61/+62
2021-10-08clippy::complexity fixesMatthias Krüger-1/+1
2021-10-08Remove special-casing of never primitive in rustdoc-json-typesLoïc BRANSTETT-2/+1
2021-10-08Auto merge of #89576 - tom7980:issue-89275-fix, r=estebankbors-1/+2
2021-10-07Auto merge of #89638 - rust-lang:revert-88548-intersperse, r=Mark-Simulacrumbors-0/+1
2021-10-07Revert "Stabilize `Iterator::intersperse()`"Jane Lusby-0/+1
2021-10-07Move some expansion logic into generation-time, fix section header links, rem...Will Crichton-40/+54
2021-10-07Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514Guillaume Gomez-10/+73
2021-10-06Update to latest rustc and rustdoc stylesWill Crichton-8/+9
2021-10-06Unversioned -> InvocationSpecificWill Crichton-1/+1
2021-10-06Fix lint error, change scrape-examples.js minify callWill Crichton-2/+9
2021-10-06Move JS into a standalone fileWill Crichton-115/+124
2021-10-06Change serialized format to use DefPathHash instead of custom StringWill Crichton-39/+24
2021-10-06Add target crates as inputs to reduce size of intermediatesWill Crichton-31/+93
2021-10-06Incorporate jyn's feedbackWill Crichton-132/+183
2021-10-06Add styles for non-white themesWill Crichton-15/+61
2021-10-06Reduce blur size, fix example width bug, add better error handling for I/O is...Will Crichton-29/+68
2021-10-06Move highlighting logic from JS to RustWill Crichton-187/+189
2021-10-06Sort examples by sizeWill Crichton-61/+158