rust/src/librustdoc
Mazdak Farrokhzad e839b2ec84 Constness -> enum Const { Yes(Span), No }
Same idea for `Unsafety` & use new span for better diagnostics.
2020-02-13 10:39:23 +01:00
..
clean Review comments. 2020-02-11 23:21:21 +01:00
html [ImgBot] Optimize images 2020-02-11 03:01:20 +00:00
passes Run RustFmt 2020-02-11 19:49:01 +10:00
test Normalize syntax::edition imports. 2020-01-02 19:31:38 +01:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Show value for consts in the documentation 2019-12-24 10:10:36 +01:00
config.rs Make issue references consistent 2020-02-09 20:43:49 +01:00
core.rs Make issue references consistent 2020-02-09 20:43:49 +01:00
docfs.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
doctree.rs Constness -> enum Const { Yes(Span), No } 2020-02-13 10:39:23 +01:00
externalfiles.rs nix syntax::errors & prefer rustc_errors over errors 2020-01-10 07:41:30 +01:00
fold.rs Format the world 2019-12-22 17:42:47 -05:00
lib.rs Remove unused feature gates from librustdoc 2020-02-07 13:59:23 +01:00
markdown.rs remove redundant imports (clippy::single_component_path_imports) 2020-02-04 01:05:45 +01:00
README.md
test.rs Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb 2020-02-07 17:00:19 +01:00
theme.rs Minify CSS rules to be able to handle minified theme files as well 2020-02-12 15:49:39 +01:00
visit_ast.rs Add constness field to hir::ItemKind::Impl 2020-01-19 23:41:44 -08:00
visit_lib.rs Remove rustc_hir reexports in rustc::hir. 2020-01-05 12:49:22 +01:00

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