rust/src/librustdoc
bors af2be23fd1 Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus
Stablize Iterator::find_map

Stabilization PR for https://github.com/rust-lang/rust/issues/49602
2018-08-25 08:53:04 +00:00
..
clean use String::new() instead of String::from(""), "".to_string(), "".to_owned() or "".into() 2018-08-23 10:14:52 +02:00
html Auto merge of #53577 - GuillaumeGomez:rustdoc-substring-search, r=QuietMisdreavus 2018-08-25 02:40:14 +00:00
passes Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str} 2018-08-22 16:08:49 +01:00
Cargo.toml Fix links' color 2018-08-15 15:07:07 +02:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
core.rs Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign} 2018-08-22 16:08:49 +01:00
doctree.rs mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
externalfiles.rs Remove global derive_id and reset_ids functions 2018-07-31 17:55:12 -06:00
fold.rs Delete unused code in rustdoc 2018-07-30 16:33:56 -06:00
lib.rs Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus 2018-08-25 08:53:04 +00:00
markdown.rs mv (mod) codemap source_map 2018-08-19 23:01:00 +02:00
test.rs mv codemap source_map 2018-08-19 23:01:01 +02:00
theme.rs replace error/warning println with structured diag 2018-05-14 11:03:22 -05:00
visit_ast.rs Replace TyForeign with ForeignTy 2018-08-22 16:08:49 +01:00
visit_lib.rs Store concrete crate stores where possible 2018-08-03 11:09:49 -06:00

README.md

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