about summary refs log tree commit diff
path: root/src/librustdoc/html/render/context.rs
AgeCommit message (Expand)AuthorLines
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
2021-04-22Remove unnecessary `diag` parameter to `after_krate`Joshua Nelson-2/+3
2021-04-22Remove unnecessary `crate_name` parameter to `after_krate`Joshua Nelson-6/+3
2021-04-20fix is_module checkSmitty-4/+4
2021-04-20Rename pushname to is_moduleSmitty-3/+3
2021-04-20Write Rustdoc titles like "x in crate::mod - Rust"Smitty-9/+8
2021-04-17rustdoc: get rid of CURRENT_DEPTHMichael Howell-9/+1
2021-04-17rustdoc: use more precise relative URLSMichael Howell-2/+6
2021-04-05Move `SharedContext` to `context.rs`Camelid-7/+72
2021-04-03Remove unneeded INITIAL_IDS constGuillaume Gomez-5/+2
2021-04-02Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-SimulacrumDylan DPC-13/+5
2021-03-25Add unstable option to only emit shared/crate-specific filesJoshua Nelson-1/+4
2021-03-25Add SharedResource abstraction and use it in write_sharedJoshua Nelson-12/+1
2021-03-24Don't call `item` on modules for json rendererNixon Enraght-Moony-0/+2
2021-03-24Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514Dylan DPC-28/+25
2021-03-23Remove unnecessary `Option` wrapping around `Crate.module`Camelid-28/+25
2021-03-21Rename `clean::Item.source` to `span`Camelid-5/+5