about summary refs log tree commit diff
path: root/src/librustdoc/html
AgeCommit message (Expand)AuthorLines
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 #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-10Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomezbors-55/+113
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-115/+96
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-1/+18
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-60/+60
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-1/+1
2021-10-06Update to latest rustc and rustdoc stylesWill Crichton-7/+8
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-28/+21
2021-10-06Incorporate jyn's feedbackWill Crichton-36/+81
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-159/+145
2021-10-06Sort examples by sizeWill Crichton-36/+126
2021-10-06Generate example source files with corresponding linksWill Crichton-44/+64
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-54/+25
2021-10-06Fix check issueWill Crichton-8/+18
2021-10-06Add updated support for example-analyzerWill Crichton-2/+407
2021-10-06Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar-100/+183
2021-10-06Restore h1 styles, which got accidentally removed.Mukund Lakshman-3/+3
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-1/+1
2021-10-05Make cfg implicitly imply doc(cfg)Wim Looman-1/+1
2021-10-04heading_level: u32 -> heading_offset: HeadingOffsetMukund Lakshman-54/+79
2021-10-04No need to default offset since we always override it.Mukund Lakshman-37/+33
2021-10-04Change `Markdown(...)` to `Markdown { ... }`Mukund Lakshman-35/+69
2021-10-04Fix heading for methods on trait impls.Mukund Lakshman-1/+1
2021-10-04Make rustdoc not highlight `->` and `=>` as operatorsMichael Howell-6/+25
2021-10-04librustdoc: Use correct heading levels.Mukund Lakshman-56/+84
2021-10-03Move from grid layout to table based layout because of browser limits that ov...Stefan Schindler-21/+17
2021-10-02Replace all uses of `path.res.def_id()` with `path.def_id()`Noah Lev-5/+5
2021-10-01Auto merge of #89395 - In-line:remove_visible_path_from_allowed_deprecated_li...bors-6/+3
2021-09-30Remove temporary `GetDefId` impl for `Path`Noah Lev-56/+40
2021-09-30Use `Path` instead of `Type` in `PolyTrait`Noah Lev-57/+45
2021-09-30Make `Impl.trait_` a `Path`, not a `Type`Noah Lev-2/+11
2021-09-30Remove visible path calculation from allowed deprecation lintAlik Aslanyan-6/+3
2021-09-29Rollup merge of #89297 - GuillaumeGomez:remove-never-from-type-enum, r=camelidEric Huss-2/+3
2021-09-29Rollup merge of #87428 - GuillaumeGomez:union-highlighting, r=notriddleEric Huss-5/+91