rust/src/librustdoc
Matthias Krüger 444635df25
Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=Amanieu
Fix legacy_const_generic doc arguments display

Fixes https://github.com/rust-lang/rust/issues/83167.

cc ``@Amanieu``
2021-12-02 22:16:08 +01:00
..
clean Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=Amanieu 2021-12-02 22:16:08 +01:00
doctest Remove --display-doctest-warnings 2021-11-26 16:18:16 -05:00
formats Rename Type::ResolvedPath to Type::Path 2021-11-26 12:40:27 -08:00
html Rollup merge of #89954 - GuillaumeGomez:legacy-const-generic-doc, r=Amanieu 2021-12-02 22:16:08 +01:00
json Rename Type::ResolvedPath to Type::Path 2021-11-26 12:40:27 -08:00
passes Use fast comparison against kw::Empty 2021-11-19 11:34:41 -05:00
theme Clean up rustdoc static files 2021-07-07 17:52:18 +02:00
Cargo.toml rustdoc: Switch to mainline rayon 2021-10-28 18:26:57 -07:00
config.rs Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomez 2021-11-27 11:46:43 +01:00
core.rs rustdoc: Pass DocContext to Cache::populate 2021-11-19 17:55:40 -05:00
docfs.rs rustdoc: Remove a single-use macro 2021-10-28 18:39:32 -07:00
doctest.rs Remove --display-doctest-warnings 2021-11-26 16:18:16 -05:00
error.rs Simplify rendering of stylesheet links into HTML 2021-11-24 19:41:47 -08:00
externalfiles.rs rustdoc: Fix some unescaped HTML tags in docs 2021-11-19 15:54:05 -05:00
fold.rs rustdoc: Use conditional for _stripped fold 2021-11-04 09:43:13 -07:00
lib.rs Unwrap the results of type folders 2021-11-26 07:38:25 +00:00
lint.rs Warn when rustdoc:: group is omitted from lint names 2021-07-03 15:32:09 -04:00
markdown.rs Remove --display-doctest-warnings 2021-11-26 16:18:16 -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
scrape_examples.rs Add trace statements 2021-11-27 00:26:21 +08:00
theme.rs Change librustdoc write(.. \n) to writeln(..); fix comment in grammar 2021-05-03 02:19:57 -05:00
visit.rs List all cases explicitly in Doc{Folder,Visitor} 2021-11-01 16:15:46 -07:00
visit_ast.rs Take a LocalDefId in expect_*item. 2021-11-28 21:09:45 +01:00
visit_lib.rs Add ty::Visibility::is_public() 2021-11-09 18:35:00 -08:00

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