index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
html
/
render
/
context.rs
Age
Commit message (
Expand
)
Author
Lines
2021-08-22
Move Cache from Context to SharedContext
Joshua Nelson
-19
/
+10
2021-08-05
Remove LightSpan and use Span directly
Guillaume Gomez
-3
/
+3
2021-08-05
Wrap the span_map tuple index into a type called "LightSpan"
Guillaume Gomez
-3
/
+3
2021-08-05
Add an option for the source code link generation
Guillaume Gomez
-2
/
+8
2021-08-05
Add links on source types to go to definition
Guillaume Gomez
-23
/
+41
2021-07-17
Rustdoc accessibility: make the sidebar headers actual headers
Michael Howell
-2
/
+2
2021-07-05
rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake`
Justus K
-1
/
+1
2021-06-20
Use Tera templates for rustdoc.
Jacob Hoffman-Andrews
-0
/
+14
2021-06-10
manually crafted revert of PR #80653, to address issue #82465.
Felix S. Klock II
-7
/
+2
2021-05-31
Only list crates on the crate page
Guillaume Gomez
-1
/
+8
2021-05-12
Rollup merge of #85141 - GuillaumeGomez:maybe_collapsed_doc_value-doc, r=jsha
Guillaume Gomez
-2
/
+2
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-2
/
+2
2021-05-11
Only show type layout info if `--show-type-layout` is passed
Camelid
-0
/
+4
2021-05-10
Use an SVG image for clipboard instead of unicode character
Guillaume Gomez
-1
/
+1
2021-05-10
Update documentation for SharedContext::maybe_collapsed_doc_value
Guillaume Gomez
-2
/
+2
2021-05-07
Rollup merge of #84442 - jyn514:doc-cfg, r=petrochenkov
Dylan DPC
-1
/
+1
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-11
/
+4
2021-05-05
Make local_path in RealFileName::Remapped Option to be removed in exported me...
Andy Wang
-5
/
+12
2021-05-04
Add type to differentiate between fake and real DefId's
Justus K
-2
/
+3
2021-05-03
Unify rustc and rustdoc parsing of `cfg()`
Joshua Nelson
-1
/
+1
2021-04-29
only store locations in extern_locations
Timothée Delabrouille
-5
/
+9
2021-04-27
Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the...
Timothée Delabrouille
-1
/
+1
2021-04-24
Get rid of `item.span`
Joshua Nelson
-5
/
+5
2021-04-24
Do the hard part first
Joshua Nelson
-5
/
+5
2021-04-22
Remove unnecessary item_name parameter to `mod_item_in`
Joshua Nelson
-3
/
+4
2021-04-22
Remove unnecessary `item_name` parameter to `mod_item_out`
Joshua Nelson
-1
/
+1
2021-04-22
Remove unnecessary `edition` field on SharedContext
Joshua Nelson
-3
/
+4
2021-04-22
Remove unnecessary `edition` parameter to renderer
Joshua Nelson
-2
/
+1
2021-04-22
Remove unnecessary `diag` parameter to `after_krate`
Joshua Nelson
-2
/
+3
2021-04-22
Remove unnecessary `crate_name` parameter to `after_krate`
Joshua Nelson
-6
/
+3
2021-04-20
fix is_module check
Smitty
-4
/
+4
2021-04-20
Rename pushname to is_module
Smitty
-3
/
+3
2021-04-20
Write Rustdoc titles like "x in crate::mod - Rust"
Smitty
-9
/
+8
2021-04-17
rustdoc: get rid of CURRENT_DEPTH
Michael Howell
-9
/
+1
2021-04-17
rustdoc: use more precise relative URLS
Michael Howell
-2
/
+6
2021-04-05
Move `SharedContext` to `context.rs`
Camelid
-7
/
+72
2021-04-03
Remove unneeded INITIAL_IDS const
Guillaume Gomez
-5
/
+2
2021-04-02
Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-Simulacrum
Dylan DPC
-13
/
+5
2021-03-25
Add unstable option to only emit shared/crate-specific files
Joshua Nelson
-1
/
+4
2021-03-25
Add SharedResource abstraction and use it in write_shared
Joshua Nelson
-12
/
+1
2021-03-24
Don't call `item` on modules for json renderer
Nixon Enraght-Moony
-0
/
+2
2021-03-24
Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514
Dylan DPC
-28
/
+25
2021-03-23
Remove unnecessary `Option` wrapping around `Crate.module`
Camelid
-28
/
+25
2021-03-21
Rename `clean::Item.source` to `span`
Camelid
-5
/
+5
2021-03-05
Undo addition of boxes
Camelid
-7
/
+7
2021-03-05
Don't unnecessarily clone some fields in `Context`
Camelid
-6
/
+15
2021-03-05
Box some fields to reduce `Context` size
Camelid
-5
/
+5
2021-03-05
Don't share `id_map` and `deref_id_map`
Camelid
-8
/
+13
2021-03-05
rustdoc: Add static size assertion for `Context`
Camelid
-0
/
+4
2021-03-05
rustdoc: Make a bunch of fields private
Camelid
-5
/
+10
[next]