about summary refs log tree commit diff
path: root/src/librustdoc/html/render/print_item.rs
AgeCommit message (Expand)AuthorLines
2021-04-12Update src/librustdoc/html/render/print_item.rsManish Goregaokar-1/+1
2021-04-12Update src/librustdoc/html/render/print_item.rsManish Goregaokar-1/+1
2021-04-12rustdoc: smartly hide associated items of traits if there are too many of themManish Goregaokar-6/+24
2021-04-12rustdoc: hide fields of structs/unions > 5Manish Goregaokar-7/+30
2021-04-12rustdoc: hide variants of enums > 5Manish Goregaokar-0/+24
2021-04-12rustdoc: Stop hiding entire item declarationsManish Goregaokar-1/+1
2021-04-02rustdoc: Rename internal uses of `spotlight`Camelid-5/+5
2021-03-31Add a button to copy the "use statement"Guillaume Gomez-0/+1
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