about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2021-03-24Split clean::Constant enum into a struct and an enumGuillaume Gomez-1/+1
2021-03-24Rework rustdoc const typeGuillaume Gomez-66/+62
2021-03-21Rename `clean::Span::span()` to `clean::Span::inner()`Camelid-1/+1
2021-03-21Rename `clean::Item.source` to `span`Camelid-1/+1
2021-03-05Make ItemKind::ExternCrate looks like hir::ItemKind::ExternCrate to make tran...Guillaume Gomez-3/+3
2021-03-04Moved `print_item` and helpers to a separate fileNicholas-Baron-0/+1420