summary refs log tree commit diff
path: root/src/librustdoc/html/render/context.rs
AgeCommit message (Expand)AuthorLines
2021-05-04manually crafted revert of PR #80653, to address issue #82465.Felix S. Klock II-7/+2
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
2021-03-05Undo addition of boxesCamelid-7/+7
2021-03-05Don't unnecessarily clone some fields in `Context`Camelid-6/+15
2021-03-05Box some fields to reduce `Context` sizeCamelid-5/+5
2021-03-05Don't share `id_map` and `deref_id_map`Camelid-8/+13
2021-03-05rustdoc: Add static size assertion for `Context`Camelid-0/+4
2021-03-05rustdoc: Make a bunch of fields privateCamelid-5/+10
2021-03-05rustdoc: Replace `Arc` around `SharedContext` with `Rc`Camelid-6/+5
2021-03-05rustdoc: Move most shared fields to `SharedContext`Camelid-30/+26
2021-03-04Moved `write_shared` to its own fileNicholas-Baron-0/+1
2021-03-04Moved the `make_item_keywords` function to `context.rs` as it is only used thereNicholas-Baron-2/+6
2021-03-04Moved `print_item` and helpers to a separate fileNicholas-Baron-2/+3
2021-03-04Moved Context and its impls to a separate fileNicholas-Baron-0/+611