rust/src/librustdoc
Vadim Petrochenkov 6cb28b6617 Ident::with_empty_ctxt -> Ident::with_dummy_span
`Ident` has had a full span rather than just a `SyntaxContext` for a long time now.
2019-08-15 20:39:26 +03:00
..
clean Ident::with_empty_ctxt -> Ident::with_dummy_span 2019-08-15 20:39:26 +03:00
html Drop RefCell from IdMap in markdown rendering 2019-08-11 10:47:58 -04:00
passes Don't store all traits in DocContext 2019-08-11 10:36:46 -04: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 Remove ReentrantMutex 2019-08-11 10:36:46 -04:00
config.rs Remove thread-local for playground config 2019-08-11 10:36:46 -04:00
core.rs Use a HashSet instead of Vec 2019-08-11 10:36:46 -04:00
docfs.rs Better handling of the sender channel part in rustdoc file writing 2019-06-21 12:00:49 +02:00
doctree.rs rustdoc: Replace HirVec with slices in doctree 2019-08-11 10:36:46 -04:00
externalfiles.rs Reduce nesting in externalfiles implementation 2019-08-11 10:47:58 -04:00
fold.rs Remove ReentrantMutex 2019-08-11 10:36:46 -04:00
lib.rs Remove unnecessary channel 2019-08-11 10:36:46 -04:00
markdown.rs Drop RefCell from IdMap in markdown rendering 2019-08-11 10:47:58 -04:00
README.md rustc-guide has moved 2018-11-26 15:03:13 -06:00
test.rs Merge Variant and Variant_ 2019-08-14 14:47:01 -03:00
theme.rs librustdoc: Unconfigure tests during normal build 2019-08-02 01:59:01 +03:00
visit_ast.rs Merge Variant and Variant_ 2019-08-14 14:47:01 -03: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.