rust/src/librustdoc/html
Mara Bos 8c705f83db Rustdoc: Fix natural ordering to look at all numbers.
The old implementation only looks at numbers at the end, but not in
other places in a name: "u8" and "u16" got sorted properly, but "u8_bla"
and "u16_bla" did not.
2020-08-09 23:05:35 +02:00
..
highlight Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
markdown rustdoc: Rename internal API fns to into_string 2020-07-15 10:55:40 +00:00
render Rustdoc: Fix natural ordering to look at all numbers. 2020-08-09 23:05:35 +02:00
static ayu theme: Change doccomment color to #a1ac88 2020-07-28 05:12:12 +00: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 Extract Cache and other types from html module 2020-07-27 16:00:38 -05:00
highlight.rs rustdoc: glue tokens before highlighting 2020-07-14 19:08:44 -04:00
layout.rs Clean up handling of style files in rustdoc 2020-07-12 14:37:22 -04:00
markdown.rs Rollup merge of #74359 - lzutao:rustdoc-tostring, r=GuillaumeGomez 2020-07-16 11:18:53 -07:00
mod.rs Extract Cache and other types from html module 2020-07-27 16:00:38 -05:00
sources.rs Move Error and RenderInfo out of html module 2020-07-27 16:00:38 -05:00
static_files.rs Add Ayu theme to rustdoc 2020-07-12 14:48:13 -04:00
toc.rs fix rustdoc warnings 2020-05-02 10:41:04 +02:00