rust/src/librustdoc/html
Camelid 5b74097975 Undo addition of boxes
I don't think the boxing helped performance, in fact I think it
potentially made it worse. The data was still being copied, but now it
was through a pointer. Thinking about it more, I think boxing might only
help when you're passing a big object around by value all the time,
rather than the slowdown being that you're cloning it.
2021-03-05 20:01:52 -08:00
..
highlight rustdoc tweaking 2021-01-30 01:02:18 +00:00
markdown Undo addition of boxes 2021-03-05 20:01:52 -08:00
render Undo addition of boxes 2021-03-05 20:01:52 -08:00
static Remove unused code from main.js 2021-03-04 19:41:20 -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 Don't unnecessarily clone some fields in Context 2021-03-05 19:41:37 -08: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