rust/src/librustdoc/html/render
Oli Scherer a34c26e7ec Make body_owned_by return the body directly.
Almost all callers want this anyway, and now we can use it to also return fed bodies
2024-05-29 10:04:08 +00:00
..
search_index Remove direct dependencies on lazy_static, once_cell and byteorder 2024-04-28 14:35:00 +01:00
context.rs Simplify static_assert_sizes. 2024-04-18 15:36:25 +10:00
mod.rs rustdoc: Show "const" for const-unstable if also overall unstable 2024-05-26 21:06:02 -07:00
print_item.rs rustdoc: Show "const" for const-unstable if also overall unstable 2024-05-26 21:06:02 -07:00
search_index.rs rustdoc-search: add index of borrow references 2024-04-19 14:31:21 -07:00
sidebar.rs Re-format code with new rustfmt 2023-11-15 21:45:48 -05:00
span_map.rs Make body_owned_by return the body directly. 2024-05-29 10:04:08 +00:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
type_layout.rs Always use ty:: qualifier for TyKind enum variants. 2024-04-16 16:29:13 +10:00
write_shared.rs rustdoc-search: shard the search result descriptions 2024-03-16 22:07:30 -07:00