rust/src/librustdoc/clean
Joshua Nelson 4d7a648485 Remove the dummy cache in DocContext
The same information is available everywhere; the only reason the dummy
cache was needed is because it waas previously stored in three different
places. This consolidates the info a bit so the cache in `DocContext` is
used throughout. As a bonus, it means `renderinfo` is used much much
less.

- Return a `Cache` from `run_global_ctxt`, not `RenderInfo`
- Remove the unused `render_info` from `run_renderer`
- Remove RefCell around `inlined`
- Add intra-doc links
2021-03-01 00:30:30 -05:00
..
cfg Add test-examples for Cfg::simplify_with 2020-10-13 20:18:46 +02:00
auto_trait.rs Remove unnecessary self_ty parameter to get_blanket_impls 2021-02-28 11:09:11 -05:00
blanket_impl.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
cfg.rs Remove the x86_64-rumprun-netbsd target 2021-02-27 17:55:22 +02:00
inline.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
mod.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00
simplify.rs Review changes 2021-01-16 18:56:37 -05:00
types.rs Auto merge of #82265 - GuillaumeGomez:cleanup-attrs-twice, r=jyn514 2021-02-25 12:33:21 +00:00
utils.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00