rust/src/librustdoc/clean
Noah Lev 2a60229490 rustdoc: Clean up handling of lifetime bounds
Previously, rustdoc recorded lifetime bounds by rendering them into the
name of the lifetime parameter. Now, it leaves the name as the actual
name and instead records lifetime bounds in an `outlives` list, similar
to how type parameter bounds are recorded.
2021-09-02 14:27:59 -07:00
..
cfg Rework SESSION_GLOBALS API to prevent overwriting it 2021-07-08 16:16:28 +02:00
utils Valid underscores in hex/octal/binary literal docs 2021-05-03 20:11:09 -04:00
auto_trait.rs rustdoc: Clean up handling of lifetime bounds 2021-09-02 14:27:59 -07:00
blanket_impl.rs remove box_syntax uses from cranelift and tools 2021-08-18 09:31:51 +02:00
cfg.rs Remove the insta-stable cfg(wasm) 2021-04-07 23:09:56 +03:00
inline.rs rustdoc: Stop using resolver for macro loading 2021-08-29 18:30:16 +03:00
mod.rs rustdoc: Clean up handling of lifetime bounds 2021-09-02 14:27:59 -07:00
simplify.rs move Constness into TraitPredicate 2021-08-13 09:26:33 +00:00
types.rs rustdoc: Clean up handling of lifetime bounds 2021-09-02 14:27:59 -07:00
utils.rs make unevaluated const substs optional 2021-08-26 11:00:30 +02:00