rust/src/librustdoc/html
Guillaume Gomez 5873fe8851
Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez
Use more symbols in rustdoc

Builds on https://github.com/rust-lang/rust/pull/80044 and should not be merged before.

I want to test if this is actually faster before merging it, there was a lot of `to_string()` calls so I'm not sure it will actually help. That means I have to wait for 80044 to get merged before running perf.

r? `@ghost`
2020-12-17 11:36:54 +01:00
..
highlight Add test to ensure that no DOS backline (\r\n) doesn't create extra backline in source rendering 2020-11-15 20:57:20 +01:00
markdown Refactor test_lang_string_parse to make it clearer 2020-12-13 17:47:46 +01:00
render Rollup merge of #80047 - jyn514:more-symbols, r=GuillaumeGomez 2020-12-17 11:36:54 +01:00
static Rollup merge of #79796 - GuillaumeGomez:hide-associated-const-when-collapsing, r=jyn514 2020-12-15 16:43:21 +01:00
toc Format the world 2019-12-22 17:42:47 -05:00
escape.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
format.rs Replace String with Symbol where possible 2020-12-16 22:04:27 +01:00
highlight.rs Rollup merge of #79069 - jyn514:class-none, r=GuillaumeGomez 2020-11-17 16:13:51 +01:00
layout.rs Fixes submit event of the search input 2020-12-13 00:25:06 +01:00
markdown.rs use strip_prefix over slicing (clippy::manual_strip) 2020-12-11 23:02:17 +01:00
mod.rs Make markdown module public for doc-tests 2020-11-15 11:21:13 -05:00
sources.rs Use Symbols for crate names 2020-12-15 21:22:35 -05:00
static_files.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
toc.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00