rust/src/librustdoc/html
Guillaume Gomez e17ac66899 * Update aliases data struct from HashMap to BTreeMap to have more deterministic results
* Update Javascript to take this change into account
* Update CrateData::aliases field to take a reference instead (it allowed to remove a conversion loop)
2020-05-14 11:36:02 +02:00
..
markdown Update librustdoc ID tests 2020-05-06 09:59:47 +02:00
render * Update aliases data struct from HashMap to BTreeMap to have more deterministic results 2020-05-14 11:36:02 +02:00
static * Update aliases data struct from HashMap to BTreeMap to have more deterministic results 2020-05-14 11:36:02 +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 Index IDs already used by rustdoc template 2020-05-05 23:44:10 +02:00
render.rs Move doc alias discovery into the Attributes struct and some code improvements 2020-05-14 11:35:44 +02:00
sources.rs rustdoc: Don't try to load source files from external crates 2020-04-08 18:35:17 +01: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