rust/src/librustdoc/clean
Vadim Petrochenkov 3b0d306b94 rustdoc: Fix glob import inlining
Filter away names that are not actually imported by the glob, e.g. because they are shadowed by something else
2023-01-17 00:55:28 +04:00
..
cfg Remove mk_name_value_item{,_str}. 2022-12-05 11:24:48 +11:00
types rustdoc: Unindent doc fragments on Attributes construction 2022-04-21 16:13:02 +03:00
utils Valid underscores in hex/octal/binary literal docs 2021-05-03 20:11:09 -04:00
auto_trait.rs rustdoc: simplify some & ref erences 2023-01-15 15:23:30 +01:00
blanket_impl.rs change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_ref query; add EarlyBinder to impl_trait_ref in metadata 2023-01-14 00:29:56 -07:00
cfg.rs Add readable rustdoc display for tvOS and watchOS 2022-12-20 12:42:12 +09:00
inline.rs rustdoc: Fix glob import inlining 2023-01-17 00:55:28 +04:00
mod.rs rustdoc: Fix glob import inlining 2023-01-17 00:55:28 +04:00
render_macro_matchers.rs Remove TreeAndSpacing. 2022-07-29 15:52:15 +10:00
simplify.rs rustdoc: simplify some & ref erences 2023-01-15 15:23:30 +01:00
types.rs change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_ref query; add EarlyBinder to impl_trait_ref in metadata 2023-01-14 00:29:56 -07:00
utils.rs Round 3: require binders for substs 2022-12-12 13:20:36 +00:00