summary refs log tree commit diff
path: root/src/librustdoc/html/render/context.rs
AgeCommit message (Expand)AuthorLines
2021-10-31Clean up now that visitors only need `&clean::Crate`Noah Lev-3/+3
2021-10-31Auto merge of #90391 - camelid:crate-size, r=jyn514bors-4/+4
2021-10-30Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514Guillaume Gomez-2/+7
2021-10-30rustdoc: Remove `Crate.name` and instead compute it on-demandNoah Lev-3/+3
2021-10-30rustdoc: Remove `Crate.src` and instead compute it on-demandNoah Lev-1/+1
2021-10-30Remove unnecessary `macro_use`s in rustdocJoshua Nelson-2/+2
2021-10-29Remove the Rc wrapping of deref_id_mapGuillaume Gomez-4/+4
2021-10-29Recursively document DerefGuillaume Gomez-2/+7
2021-10-25Fix clippy lints in librustdocGuillaume Gomez-2/+2
2021-10-23Rollup merge of #85833 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-8/+24
2021-10-08Move template initialization into its own file.Jacob Hoffman-Andrews-12/+2
2021-10-08Add template for print_itemJacob Hoffman-Andrews-2/+6
2021-10-08Move more scrape-examples logic from JS to rustWill Crichton-8/+18
2021-10-06Fix lint error, change scrape-examples.js minify callWill Crichton-1/+1
2021-10-06Move JS into a standalone fileWill Crichton-0/+1
2021-10-06Incorporate jyn's feedbackWill Crichton-0/+5
2021-10-06Reduce blur size, fix example width bug, add better error handling for I/O is...Will Crichton-9/+1
2021-10-06Generate example source files with corresponding linksWill Crichton-0/+1
2021-10-06Add updated support for example-analyzerWill Crichton-1/+8
2021-09-16Auto merge of #88219 - jyn514:parallel-io, r=GuillaumeGomezbors-7/+7
2021-09-05Change more x64 size checks to not apply to x32.Harald van Dijk-1/+1
2021-08-26Remove unnecessary copies when using parallel IOJoshua Nelson-7/+7
2021-08-22Move Cache from Context to SharedContextJoshua Nelson-19/+10
2021-08-05Remove LightSpan and use Span directlyGuillaume Gomez-3/+3
2021-08-05Wrap the span_map tuple index into a type called "LightSpan"Guillaume Gomez-3/+3
2021-08-05Add an option for the source code link generationGuillaume Gomez-2/+8
2021-08-05Add links on source types to go to definitionGuillaume Gomez-23/+41
2021-07-17Rustdoc accessibility: make the sidebar headers actual headersMichael Howell-2/+2
2021-07-05rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`Justus K-1/+1
2021-06-20Use Tera templates for rustdoc.Jacob Hoffman-Andrews-0/+14
2021-06-10manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-7/+2
2021-05-31Only list crates on the crate pageGuillaume Gomez-1/+8
2021-05-12Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jshaGuillaume Gomez-2/+2
2021-05-12Auto merge of #83813 - cbeuw:remap-std, r=michaelwoeristerbors-2/+2
2021-05-11Only show type layout info if `--show-type-layout` is passedCamelid-0/+4
2021-05-10Use an SVG image for clipboard instead of unicode characterGuillaume Gomez-1/+1
2021-05-10Update documentation for SharedContext::maybe_collapsed_doc_valueGuillaume Gomez-2/+2
2021-05-07Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkovDylan DPC-1/+1
2021-05-05Use local and remapped paths where appropriateAndy Wang-11/+4
2021-05-05Make local_path in RealFileName::Remapped Option to be removed in exported me...Andy Wang-5/+12
2021-05-04Add type to differentiate between fake and real DefId'sJustus K-2/+3
2021-05-03Unify rustc and rustdoc parsing of `cfg()`Joshua Nelson-1/+1
2021-04-29only store locations in extern_locationsTimothée Delabrouille-5/+9
2021-04-27Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...Timothée Delabrouille-1/+1
2021-04-24Get rid of `item.span`Joshua Nelson-5/+5
2021-04-24Do the hard part firstJoshua Nelson-5/+5
2021-04-22Remove unnecessary item_name parameter to `mod_item_in`Joshua Nelson-3/+4
2021-04-22Remove unnecessary `item_name` parameter to `mod_item_out`Joshua Nelson-1/+1
2021-04-22Remove unnecessary `edition` field on SharedContextJoshua Nelson-3/+4
2021-04-22Remove unnecessary `edition` parameter to rendererJoshua Nelson-2/+1