rust/src/librustdoc/html
Michael Howell 0571bc4263 Use substrings instead of split to grab enum variant paths
Both versions are about equally readable, but this version avoids scanning
the entire path and building an intermediate array (`split()` in Rust is
a lazy iterator, but not in JavaScript).
2021-03-05 11:20:31 -07:00
..
highlight rustdoc tweaking 2021-01-30 01:02:18 +00:00
markdown Auto merge of #78429 - casey:doctest-attribute-splitting, r=jyn514 2021-02-26 00:17:22 +00:00
render Corrected imports for render tests and mod files 2021-03-04 10:25:00 -08:00
static Use substrings instead of split to grab enum variant paths 2021-03-05 11:20:31 -07: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 Restore linking to itself in implementors section of trait page 2021-02-06 21:05:41 +01:00
highlight.rs rustdoc tweaking 2021-01-30 01:02:18 +00:00
layout.rs Rollup merge of #82315 - jsha:font-display-swap, r=GuillaumeGomez 2021-03-04 20:01:04 +09:00
markdown.rs Move lint machinery into a separate file 2021-03-01 19:29:15 -05:00
mod.rs rustdoc: Note why rustdoc::html::markdown is public 2021-01-31 19:22:37 -08:00
sources.rs Make Clean take &mut DocContext 2021-02-16 21:25:14 -05:00
static_files.rs Embed woff2 files in rustdoc binary. 2021-02-26 00:38:05 -08:00
toc.rs clippy fixes for librustdoc 2021-01-01 21:19:10 +01:00