rust/src/librustdoc
Mazdak Farrokhzad 5915517c6b
Rollup merge of #62470 - dima74:patch-1, r=GuillaumeGomez
Prevent shrinking of "crate select" element on Firefox

This fixes #60368
2019-07-09 21:01:51 +02:00
..
clean Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc 2019-07-05 20:26:56 +02:00
html Prevent shrinking of "crate select" element on Firefox 2019-07-07 18:46:24 +03:00
passes Rollup merge of #62329 - matklad:no-peeking, r=petrochenkov 2019-07-06 02:38:01 +02:00
test Separate librustcdoc module 2019-06-16 14:17:01 +03:00
Cargo.toml Add DocFS layer to rustdoc 2019-06-21 12:00:49 +02:00
config.rs rustdoc: set cfg(doctest) when collecting doctests 2019-07-06 21:37:17 -05:00
core.rs rename hir::map::local_def_id_from_hir_id to local_def_id 2019-07-04 12:53:12 +02:00
docfs.rs Better handling of the sender channel part in rustdoc file writing 2019-06-21 12:00:49 +02:00
doctree.rs rustc: use a separate copy of P for HIR than for AST. 2019-07-01 14:34:34 +03:00
externalfiles.rs set the default edition when pre-parsing a doctest 2019-05-06 15:20:18 -05:00
fold.rs Transition librustdoc to 2018 edition 2019-02-23 16:40:07 +09:00
lib.rs Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk 2019-07-05 20:26:51 +02:00
markdown.rs Remove needless lifetimes 2019-07-01 12:15:27 +02:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Revert "implicit Option-returning doctests" 2019-07-01 16:41:37 +02:00
theme.rs Improve theme checker by removing unneeded conditions 2019-06-20 22:59:56 +02:00
visit_ast.rs rename hir::map::opt_local_def_id* 2019-07-04 12:53:12 +02:00
visit_lib.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00

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