summary refs log tree commit diff
path: root/src/librustdoc/html/render/context.rs
AgeCommit message (Expand)AuthorLines
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