rust/src/librustdoc/html
Camelid 48da66f28f Show memory layout for type aliases
At first you might think "why not just click through to the aliased
type?", but if a type alias instantiates all of the generic parameters
of the aliased type, then it can show layout info even though the
aliased type cannot (because we can't compute the layout of a generic
type). So I think it's still useful to show layout info for type
aliases.
2021-05-11 09:55:31 -07:00
..
highlight Update highlight tests 2021-05-05 18:13:47 +02:00
markdown Treat header as first paragraph for shortened markdown descriptions 2021-03-09 17:48:14 -07:00
render Show memory layout for type aliases 2021-05-11 09:55:31 -07:00
static Rollup merge of #85148 - GuillaumeGomez:source-code-line-number, r=jsha 2021-05-10 20:05:26 +02:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs rustdoc tweaking 2021-01-30 01:02:18 +00:00
format.rs Add type to differentiate between fake and real DefId's 2021-05-04 19:34:12 +02:00
highlight.rs Fix line number not being clickable on source pages 2021-05-10 14:11:42 +02:00
layout.rs Use an SVG image for clipboard instead of unicode character 2021-05-10 16:26:16 +02:00
markdown.rs Fix line number not being clickable on source pages 2021-05-10 14:11:42 +02:00
mod.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
sources.rs Fix line number not being clickable on source pages 2021-05-10 14:11:42 +02:00
static_files.rs Use an SVG image for clipboard instead of unicode character 2021-05-10 16:26:16 +02:00
tests.rs rustdoc: use more precise relative URLS 2021-04-17 09:21:52 -07:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00