rust/src/librustdoc/html
2020-03-28 11:49:12 +01:00
..
markdown Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
render don't create variable bindings just to return the bound value immediately (clippy::let_and_return) 2020-03-22 00:35:25 +01:00
static Fix rustdoc.css CSS tab-size property 2020-03-28 11:49:12 +01: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 fix various typos 2020-03-06 15:19:31 +01: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 Format the world 2019-12-22 17:42:47 -05:00
markdown.rs Use ?-operator in more places (clippy::question_mark, had some false negatives fixed recently) 2020-03-07 21:46:47 +01:00
render.rs Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnison 2020-03-19 16:07:59 +00:00
sources.rs Store TokenStream in rmeta::MacroDef. 2020-03-10 07:26:27 +01:00
static_files.rs rustdoc: remove redundant static lifetimes (clippy::redundant_static_lifetimes) 2020-03-07 21:48:17 +01:00
toc.rs Format the world 2019-12-22 17:42:47 -05:00