rust/src/librustdoc/clean
Joshua Nelson a8ff647deb Separate out a hir::Impl struct
This makes it possible to pass the `Impl` directly to functions, instead
of having to pass each of the many fields one at a time. It also
simplifies matches in many cases.
2021-01-12 20:32:33 -05:00
..
cfg Add test-examples for Cfg::simplify_with 2020-10-13 20:18:46 +02:00
auto_trait.rs Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
blanket_impl.rs Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
cfg.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00
inline.rs Separate out a hir::Impl struct 2021-01-12 20:32:33 -05:00
mod.rs Separate out a hir::Impl struct 2021-01-12 20:32:33 -05:00
simplify.rs Replace String with Symbol where possible 2020-12-16 22:04:27 +01:00
types.rs Replace under-used ImplPolarity enum with a boolean 2021-01-09 14:59:37 +01:00
utils.rs Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpider 2021-01-08 11:11:50 +09:00