about summary refs log tree commit diff
path: root/src/librustdoc/html/render
AgeCommit message (Expand)AuthorLines
2021-10-30rustdoc: Remove `Crate.name` and instead compute it on-demandNoah Lev-10/+11
2021-10-30rustdoc: Remove `Crate.src` and instead compute it on-demandNoah Lev-1/+1
2021-10-30Rollup merge of #90412 - jyn514:macro-use, r=camelidMatthias Krüger-2/+4
2021-10-30Remove unnecessary `macro_use`s in rustdocJoshua Nelson-2/+4
2021-10-29Fix invalid handling of genericsGuillaume Gomez-76/+97
2021-10-29Don't display "Methods from Deref<...>" if no method is display (the ones whi...Guillaume Gomez-3/+9
2021-10-29Remove the Rc wrapping of deref_id_mapGuillaume Gomez-4/+4
2021-10-29Recursively document DerefGuillaume Gomez-15/+76
2021-10-27Auto merge of #90186 - jsha:fix-header-sizes, r=GuillaumeGomezbors-5/+5
2021-10-27Rollup merge of #90232 - konan8205:master, r=GuillaumeGomezMatthias Krüger-3/+3
2021-10-27Rollup merge of #90154 - camelid:remove-getdefid, r=jyn514Matthias Krüger-20/+20
2021-10-26rustdoc: use ttf based font for cjk glyphsShinwoo Park-3/+3
2021-10-25Fix documentation header sizesJacob Hoffman-Andrews-5/+5
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-70/+60
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-10/+270
2021-10-22Move def_id logic into render_call_locationsWill Crichton-4/+3
2021-10-22Rename `Type::def_id_full()` to `Type::def_id()`Noah Lev-12/+9
2021-10-22Rename `Type::def_id()` to `Type::def_id_no_primitives()`Noah Lev-4/+9
2021-10-22Replace `GetDefId` with inherent methodsNoah Lev-5/+3
2021-10-22Remove `GetDefId` impl for `FnRetTy`Noah Lev-1/+1
2021-10-22Revert def_id addition from clean::Function, add test forWill Crichton-4/+3
2021-10-20Rollup merge of #90018 - GuillaumeGomez:too-long-item-names, r=jshaYuki Okushi-122/+153
2021-10-18* Remove left margin on items declaration at the top of their documentation pageGuillaume Gomez-122/+153
2021-10-14Auto merge of #89815 - GuillaumeGomez:associated-consts-sidebar, r=notriddlebors-16/+79
2021-10-13Improve code readability for sidebar linksGuillaume Gomez-16/+48
2021-10-12List associated constants in the sidebarGuillaume Gomez-7/+38
2021-10-12rustdoc: update noto sans krShinwoo Park-2/+3
2021-10-10Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomezbors-53/+87
2021-10-09Auto merge of #88379 - camelid:cleanup-clean, r=jyn514bors-76/+60
2021-10-08Move template initialization into its own file.Jacob Hoffman-Andrews-12/+23
2021-10-08Add template for print_itemJacob Hoffman-Andrews-46/+69
2021-10-08Move more scrape-examples logic from JS to rustWill Crichton-26/+45
2021-10-07Move some expansion logic into generation-time, fix section header links, rem...Will Crichton-23/+28
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-3/+4
2021-10-06Unversioned -> InvocationSpecificWill Crichton-1/+1
2021-10-06Fix lint error, change scrape-examples.js minify callWill Crichton-2/+7
2021-10-06Move JS into a standalone fileWill Crichton-0/+5
2021-10-06Change serialized format to use DefPathHash instead of custom StringWill Crichton-22/+19
2021-10-06Incorporate jyn's feedbackWill Crichton-31/+51
2021-10-06Add styles for non-white themesWill Crichton-14/+14
2021-10-06Reduce blur size, fix example width bug, add better error handling for I/O is...Will Crichton-25/+59
2021-10-06Move highlighting logic from JS to RustWill Crichton-12/+30
2021-10-06Sort examples by sizeWill Crichton-18/+57
2021-10-06Generate example source files with corresponding linksWill Crichton-41/+51
2021-10-06Factor scraping and rendering into separate calls to rustdocWill Crichton-2/+9
2021-10-06Fix check issueWill Crichton-1/+1
2021-10-06Add updated support for example-analyzerWill Crichton-1/+103
2021-10-06Rollup merge of #89506 - yaymukund:docblock-headings, r=GuillaumeGomezManish Goregaokar-52/+82
2021-10-05Allow adding a set of cfg's to hide from being implicitly doc(cfg)'dWim Looman-1/+1