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
about
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-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
2021-03-05
rustdoc: Replace `Arc` around `SharedContext` with `Rc`
Camelid
-6
/
+5
2021-03-05
rustdoc: Move most shared fields to `SharedContext`
Camelid
-30
/
+26
2021-03-04
Moved `write_shared` to its own file
Nicholas-Baron
-0
/
+1
2021-03-04
Moved the `make_item_keywords` function to `context.rs` as it is only used there
Nicholas-Baron
-2
/
+6
2021-03-04
Moved `print_item` and helpers to a separate file
Nicholas-Baron
-2
/
+3
2021-03-04
Moved Context and its impls to a separate file
Nicholas-Baron
-0
/
+611