rust/src/librustdoc/html/render
Noah Lev 4e348fa803 rustdoc: Stop treating Self as a generic in search index
We already have special-cased code to handle inlining `Self` as the type
or trait it refers to, and this was just causing glitches like the
search `A -> B` yielding blanket `Into` impls.
2024-08-04 12:49:28 -07:00
..
search_index Remove direct dependencies on lazy_static, once_cell and byteorder 2024-04-28 14:35:00 +01:00
context.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs rustdoc: Rename SelfTy to ReceiverTy 2024-08-04 12:48:49 -07:00
print_item.rs rustdoc: Remove OpaqueTy 2024-08-01 15:57:45 +00:00
search_index.rs rustdoc: Stop treating Self as a generic in search index 2024-08-04 12:49:28 -07:00
sidebar.rs rustdoc: use <wbr> in sidebar headers 2024-07-29 10:30:56 -07:00
span_map.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
tests.rs rustdoc: clean up and fix ord violations in item sorting 2024-07-24 11:08:44 -07:00
type_layout.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
write_shared.rs Uplift fast rejection to new solver 2024-06-30 00:27:35 -04:00