rust/src/librustdoc
Michael Howell a3958d039d
Use Array.prototype.filter instead of open-coding
Part of #79052, originally suggested in https://github.com/rust-lang/rust/pull/79052#discussion_r523468743

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
2020-12-31 17:51:46 -07:00
..
clean Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514 2020-12-31 09:07:52 +00:00
doctest Remove unnecessary semicolon from Rustdoc-generated code 2020-12-29 16:30:02 -05:00
formats Box ItemKind to reduce the size of Item 2020-12-23 12:50:35 -05:00
html Use Array.prototype.filter instead of open-coding 2020-12-31 17:51:46 -07:00
json Box ItemKind to reduce the size of Item 2020-12-23 12:50:35 -05:00
passes Rollup merge of #80492 - matthiaskrgr:tasty_wraps, r=varkor 2020-12-30 22:49:24 +09:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Simplfy color availability check 2020-11-17 10:33:14 +01:00
config.rs Dogfood 'str_split_once() with librustdoc 2020-12-07 14:00:31 -07:00
core.rs Fix error with --cfg parallel_compiler 2020-12-17 11:36:04 -05:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Remove unnecessary semicolon from Rustdoc-generated code 2020-12-29 16:30:02 -05:00
doctree.rs Don't unnecessarily override attrs for Module 2020-12-23 15:25:30 -05:00
error.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
externalfiles.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
fold.rs remove unused return types such as empty Results or Options that would always be Some(..) 2020-12-30 13:15:40 +01:00
lib.rs Add Iterator::intersperse 2020-12-30 12:07:19 -08:00
markdown.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
README.md rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org 2020-03-10 17:08:18 -03:00
theme.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
visit_ast.rs Don't unnecessarily override attrs for Module 2020-12-23 15:25:30 -05:00
visit_lib.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00

For more information about how librustdoc works, see the rustc dev guide.