rust/src/librustdoc
Mazdak Farrokhzad 76db2e3cc4
Rollup merge of #67487 - GuillaumeGomez:rustdoc-mutability-removal, r=Centril
Rustdoc mutability removal

Fixes #67470.

As discussed in another PR, the `clean::Mutability` type in rustdoc is useless. So let's remove it!

r? @Centril
2019-12-22 19:46:10 +01:00
..
clean Rollup merge of #67487 - GuillaumeGomez:rustdoc-mutability-removal, r=Centril 2019-12-22 19:46:10 +01:00
html Implement PrintWithSpace trait on hir::Mutability 2019-12-22 13:31:47 +01:00
passes move UnstableFeatures -> rustc_feature 2019-11-30 02:50:47 +01:00
test Separate librustcdoc module 2019-06-16 14:17:01 +03:00
theme librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
Cargo.toml replace serialize with serde in rustdoc 2019-12-12 16:33:25 -05:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
config.rs Add options to --extern flag. 2019-12-09 08:08:13 -08:00
core.rs Add options to --extern flag. 2019-12-09 08:08:13 -08:00
docfs.rs Better handling of the sender channel part in rustdoc file writing 2019-06-21 12:00:49 +02:00
doctree.rs Use Arena inside hir::StructField. 2019-12-21 23:33:42 +01:00
externalfiles.rs move UnstableFeatures -> rustc_feature 2019-11-30 02:50:47 +01:00
fold.rs Remove ReentrantMutex 2019-08-11 10:36:46 -04:00
lib.rs Revert "Stabilize the `never_type`, written `!`." 2019-12-14 09:01:09 -05:00
markdown.rs move UnstableFeatures -> rustc_feature 2019-11-30 02:50:47 +01:00
test.rs Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk 2019-11-30 16:56:58 +01:00
theme.rs Warn instead of failing for themes 2019-11-18 16:43:47 +01:00
visit_ast.rs Use Arena inside hir::Mod. 2019-12-21 23:34:34 +01:00
visit_lib.rs Mutate DocContext from LibEmbargoVisitor and RustdocVisitor 2019-08-26 18:51:34 -04:00

README.md

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