rust/src/librustdoc/html/render
Yuki Okushi 9cbae7dfe5
Rollup merge of #102054 - GuillaumeGomez:sidebar-all-page, r=notriddle
Unify "all items" page's sidebar with other pages

Currently, the "all types" page's sidebar doesn't list the different categories of type available. This PR fixes it.

Before:

![Screenshot from 2022-09-20 17-11-15](https://user-images.githubusercontent.com/3050060/191296348-95d8771d-a887-432e-96bd-d5284d87d743.png)

After:

![Screenshot from 2022-09-20 17-11-09](https://user-images.githubusercontent.com/3050060/191296344-8e7318a3-eb51-4037-ae94-7ae2115363ce.png)

r? `@notriddle`
2022-09-22 09:03:54 +09:00
..
context.rs Generate sidebar elements for the "All items" page 2022-09-20 17:10:21 +02:00
mod.rs Unify generation of section on "All items" page with all other pages 2022-09-20 23:23:03 +02:00
print_item.rs rustdoc: remove docblock class from item-decl 2022-09-19 10:52:51 -07:00
search_index.rs avoid cloning and then iterating 2022-08-13 16:16:52 +02:00
span_map.rs Make hir::PathSegment::hir_id non-optional. 2022-09-05 14:20:25 +10:00
tests.rs Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
write_shared.rs rustdoc: clean up CSS for All Items and All Crates lists 2022-09-16 13:59:45 -07:00