rust/src/librustdoc
2021-05-03 02:19:57 -05:00
..
clean Rollup merge of #84832 - Stupremee:dont-print-vis-in-external-traits, r=jyn514 2021-05-03 00:32:45 +02:00
doctest Fix injected errors when running doctests on a crate named after a keyword 2021-02-11 17:16:43 -05:00
formats Rollup merge of #84811 - scottmcm:rustdoc-trait-alias-fix, r=jyn514 2021-05-03 00:32:43 +02:00
html Change librustdoc write(.. \n) to writeln(..); fix comment in grammar 2021-05-03 02:19:57 -05:00
json Rollup merge of #84601 - tdelabro:rustdoc-get-rid-of-cache-extern_locations, r=jyn514 2021-05-01 18:32:31 +09:00
passes cfg taken out of Attributes, put in Item 2021-04-27 10:29:58 +02:00
theme Add test to check if minified theme are handled correctly 2020-02-12 15:49:39 +01:00
Cargo.toml Use arrayvec 0.7, drop smallvec 0.6 2021-04-21 22:39:08 -07:00
config.rs Auto merge of #83857 - ABouttefeux:master, r=jyn514 2021-05-01 15:36:23 +00:00
core.rs Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the fields in Attributes, as functions in AttributesExt. 2021-04-27 10:17:59 +02:00
docfs.rs Make all rustdoc functions and structs crate-private 2020-11-15 11:21:12 -05:00
doctest.rs Auto merge of #83857 - ABouttefeux:master, r=jyn514 2021-05-01 15:36:23 +00:00
doctree.rs compute where_outer on demand, remove it from Module 2021-05-01 15:33:49 +02: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 Do the hard part first 2021-04-24 19:20:46 -04:00
lib.rs Auto merge of #83857 - ABouttefeux:master, r=jyn514 2021-05-01 15:36:23 +00:00
lint.rs Apply suggestions from code review 2021-04-05 09:25:36 -04: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 Change librustdoc write(.. \n) to writeln(..); fix comment in grammar 2021-05-03 02:19:57 -05:00
visit_ast.rs compute where_outer on demand, remove it from Module 2021-05-01 15:33:49 +02:00
visit_lib.rs Remove the dummy cache in DocContext 2021-03-01 00:30:30 -05:00

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