about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2021-04-19Rollup merge of #84330 - GuillaumeGomez:remove-footer, r=jyn514Dylan DPC-1/+0
2021-04-19Remove unused footer sectionGuillaume Gomez-1/+0
2021-04-19Auto merge of #84283 - jsha:de-emphasize-attributes, r=GuillaumeGomezbors-4/+10
2021-04-19Auto merge of #84288 - notriddle:short-links, r=jyn514bors-52/+44
2021-04-17rustdoc: get rid of CURRENT_DEPTHMichael Howell-52/+44
2021-04-18Fix the wrong return value type description of validateResulthi-rustin-1/+1
2021-04-17Reduce visual weight of attributes.Jacob Hoffman-Andrews-4/+10
2021-04-17Rollup merge of #84203 - jyn514:anchor-span, r=euclioDylan DPC-8/+16
2021-04-17Rollup merge of #84150 - jsha:defer-search-js, r=GuillaumeGomezDylan DPC-1687/+1676
2021-04-17rustdoc: Give a more accurate span for anchor failuresJoshua Nelson-8/+16
2021-04-17rustdoc: move the cx argument to the end of the listMichael Howell-33/+33
2021-04-17rustdoc: change 'cx to 'tcx, to match the struct itselfMichael Howell-60/+60
2021-04-17Remove assert that no longer mattersMichael Howell-7/+0
2021-04-17rustdoc: use more precise relative URLSMichael Howell-442/+463
2021-04-17Auto merge of #84246 - notriddle:rustdoc-path-printing-cleanup, r=jyn514bors-43/+1
2021-04-16Auto merge of #84074 - notriddle:rustdoc-macro-visibility, r=jyn514bors-12/+40
2021-04-16rustdoc: get rid of unused path printing codeMichael Howell-43/+1
2021-04-16Rollup merge of #83337 - Manishearth:item-hide, r=GuillaumeGomezDylan DPC-146/+184
2021-04-15Rollup merge of #84201 - jyn514:primitive-warnings, r=cuviperDylan DPC-0/+4
2021-04-14rustdoc: Note that forbidding anchors in links to primitives is a bugJoshua Nelson-0/+4
2021-04-14Update comment on search.js static file.Jacob Hoffman-Andrews-2/+1
2021-04-14Change root_path to static_root_pathJacob Hoffman-Andrews-1/+1
2021-04-14Auto merge of #83068 - mockersf:method-trait-foreign-impl, r=GuillaumeGomezbors-19/+69
2021-04-13Split search.js from search-index.js.Jacob Hoffman-Andrews-9/+12
2021-04-13tidy format rustFrançois Mockers-10/+28
2021-04-13format cssFrançois Mockers-1/+2
2021-04-13fix source link when in a trait implementationFrançois Mockers-8/+30
2021-04-13add anchors links on hover to items from trait implFrançois Mockers-8/+16
2021-04-13fix links from trait impl methods to trait declarationFrançois Mockers-3/+4
2021-04-13Further consolidate search-related vars and funcsJacob Hoffman-Andrews-76/+61
2021-04-13Consolidate search-related vars and functions.Jacob Hoffman-Andrews-175/+167
2021-04-12Move search JS into search-index.jsJacob Hoffman-Andrews-1524/+1534
2021-04-12Add explanatory note to `bare_urls` lintCamelid-0/+1
2021-04-12+ignore-tidy-filelengthManish Goregaokar-1/+2
2021-04-12Move color to themesManish Goregaokar-5/+9
2021-04-12& -> &&Manish Goregaokar-2/+2
2021-04-12Wrap toggle_open()Manish Goregaokar-1/+4
2021-04-12should_hide_fields > 12Manish Goregaokar-2/+1
2021-04-12Add css classesManish Goregaokar-12/+12
2021-04-12Improve CSS for "hide contents, not items"Jacob Hoffman-Andrews-130/+116
2021-04-12Update src/librustdoc/html/render/print_item.rsManish Goregaokar-1/+1
2021-04-12Update src/librustdoc/html/render/print_item.rsManish Goregaokar-1/+1
2021-04-12rustdoc: Add setting for hiding large itemsManish Goregaokar-1/+6
2021-04-12rustdoc: smartly hide associated items of traits if there are too many of themManish Goregaokar-12/+30
2021-04-12rustdoc: hide fields of structs/unions > 5Manish Goregaokar-8/+31
2021-04-12rustdoc: hide variants of enums > 5Manish Goregaokar-7/+34
2021-04-12rustdoc: Stop hiding entire item declarationsManish Goregaokar-33/+5
2021-04-11Move crate loader to collect_intra_doc_links::earlyJoshua Nelson-61/+80
2021-04-10Preprocess intra-doc links consistentlyJoshua Nelson-91/+146
2021-04-10rustdoc: clean up and test macro visibility printMichael Howell-12/+40