rust/src/librustdoc/html
Felix S. Klock II da09fd3db0 Split payload of FileName::Real to track both real and virutalized paths.
Such splits arise from metadata refs into libstd.

This way, we can (in a follow on commit) continue to emit the virtual name into
things like the like the StableSourceFileId that ends up in incremetnal build
artifacts, while still using the devirtualized file path when we want to access
the file.

Note that this commit is intended to be a refactoring; the actual fix to the bug
in question is in a follow-on commit.
2020-05-29 23:41:45 -04:00
..
markdown Update librustdoc ID tests 2020-05-06 09:59:47 +02:00
render Split payload of FileName::Real to track both real and virutalized paths. 2020-05-29 23:41:45 -04:00
static Rollup merge of #72610 - GuillaumeGomez:revert-unwanted-css-changes, r=Dylan-DPC 2020-05-27 03:09:21 +02:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs Format the world 2019-12-22 17:42:47 -05:00
format.rs Remove "important traits" feature 2020-02-27 14:51:22 +01:00
highlight.rs Dogfood or_patterns in rustdoc 2020-04-16 13:58:47 -07:00
item_type.rs Const items have by default a static lifetime, there's no need to annotate it. (clippy::redundant_static_lifetimes) 2020-03-05 16:38:24 +01:00
layout.rs Merge aliases and search-index 2020-05-07 20:08:08 +02:00
markdown.rs Rollup merge of #71928 - mibac138:strikethrough, r=GuillaumeGomez 2020-05-12 11:41:10 +02:00
render.rs Split payload of FileName::Real to track both real and virutalized paths. 2020-05-29 23:41:45 -04:00
sources.rs Split payload of FileName::Real to track both real and virutalized paths. 2020-05-29 23:41:45 -04:00
static_files.rs rustdoc: remove redundant static lifetimes (clippy::redundant_static_lifetimes) 2020-03-07 21:48:17 +01:00
toc.rs fix rustdoc warnings 2020-05-02 10:41:04 +02:00