rust/src/librustdoc/clean
Matthias Krüger ed97f245f1
Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors
Convert predicates into Predicate in the Obligation constructor

instead of having almost all callers do that.

This reduces a bit of boilerplate, and also paves the way for my work towards https://github.com/rust-lang/compiler-team/issues/531 (as it makes it easier to accept both goals and clauses where right now it only accepts predicates).
2022-11-17 22:33:19 +01:00
..
cfg Fix cfg(not) and cfg(all) causing Rustdoc stab to disappear 2022-06-16 01:11:26 +08: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: create helper GenericParamDef::lifetime 2022-11-04 20:10:53 +01:00
blanket_impl.rs Convert predicates into Predicate in the Obligation constructor 2022-11-16 09:25:19 +00:00
cfg.rs Fix cfg(not) and cfg(all) causing Rustdoc stab to disappear 2022-06-16 01:11:26 +08:00
inline.rs Auto merge of #104013 - notriddle:notriddle/rustdoc-sizeof, r=GuillaumeGomez 2022-11-08 00:02:45 +00:00
mod.rs Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead 2022-11-17 07:42:27 +00:00
render_macro_matchers.rs Remove TreeAndSpacing. 2022-07-29 15:52:15 +10:00
simplify.rs rustdoc: create helper GenericParamDef::lifetime 2022-11-04 20:10:53 +01:00
types.rs Auto merge of #104013 - notriddle:notriddle/rustdoc-sizeof, r=GuillaumeGomez 2022-11-08 00:02:45 +00:00
utils.rs Auto merge of #104013 - notriddle:notriddle/rustdoc-sizeof, r=GuillaumeGomez 2022-11-08 00:02:45 +00:00