rust/src/librustdoc
Mark Rousskov 2d0a697852
Rollup merge of #55760 - jonhoo:no-intermediate-fonts, r=GuillaumeGomez
Remove intermediate font specs

This is a (much) more constrained version of #54772 that also aims at improving the situation in #34681. It removes any font specifications that are not the "official" rustdoc font, and instead relies on the browser to provide the fallback font if the official on is not available. On Linux systems, this is particularly important, as fonts like Helvetica, Arial, and Times often look pretty bad since they're pulled from extracted MS fonts. A specification like `serif` or `sans-serif` lets the browser instead choose a good font.
2018-11-08 18:15:12 -07:00
..
clean Rollup merge of #55734 - teresy:shorthand-fields, r=davidtwco 2018-11-07 21:27:00 +08:00
html Remove intermediate font specs 2018-11-07 11:02:10 -05:00
passes Store nightly build instead of checking env var every time 2018-10-09 16:47:14 +02:00
Cargo.toml Update minifier version 2018-10-11 21:37:04 +02:00
config.rs fix formatting 2018-11-04 16:44:28 -06:00
core.rs pass the Options struct instead of individual args 2018-11-02 17:17:02 -05:00
doctree.rs add derive macros' helper attributes to doc output 2018-09-26 13:40:08 -05:00
externalfiles.rs add Debug impls for the Options structs 2018-11-04 16:39:24 -06:00
fold.rs shuffle ownership of external_traits 2018-09-20 05:54:26 -05:00
lib.rs pass the Options struct instead of individual args 2018-11-02 17:17:02 -05:00
markdown.rs pass the Options struct instead of individual args 2018-11-02 17:17:02 -05:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs Auto merge of #55515 - QuietMisdreavus:rustdoc-config, r=GuillaumeGomez 2018-11-05 09:48:46 +00:00
theme.rs Auto merge of #53599 - matthiaskrgr:split_str__to__split_char, r=frewsxcv 2018-09-02 15:27:56 +00:00
visit_ast.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00
visit_lib.rs Deprecate the FxHashMap() and FxHashSet() constructor function hack 2018-10-19 14:34:44 +02:00

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