rust/src/librustdoc
kennytm 44b5359850
Rollup merge of #49894 - Zoxc:sync-internedstring, r=michaelwoerister
Rename InternedString to LocalInternedString and introduce a new thread-safe InternedString

This is an allocation-free alternative to https://github.com/rust-lang/rust/pull/46972.
2018-04-27 16:25:23 +08:00
..
clean Rename InternedString to LocalInternedString and introduce a new thread-safe InternedString 2018-04-27 03:35:32 +02:00
html Rollup merge of #50229 - GuillaumeGomez:search-one-result, r=QuietMisdreavus 2018-04-27 16:23:26 +08:00
passes Remove impl Foo for .. in favor of auto trait Foo 2018-01-13 18:48:00 +03:00
Cargo.toml Auto merge of #48343 - Mark-Simulacrum:release-step, r=kennytm 2018-02-22 23:25:39 +00:00
core.rs Rename rustc_back::target to rustc_target::spec. 2018-04-26 16:39:44 +03:00
doctree.rs rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
externalfiles.rs Remove hoedown from rustdoc 2018-02-16 23:17:15 +01:00
fold.rs use field init shorthand EVERYWHERE 2017-08-15 15:29:17 -07:00
lib.rs rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
markdown.rs add -C parameter to rustdoc 2018-04-13 16:07:12 -05:00
plugins.rs rustc_back: move dynamic_lib to rustc_metadata. 2017-12-04 18:25:29 +02:00
README.md Move librustdoc readme to rustc guide 2018-03-12 20:09:50 -05:00
test.rs Auto merge of #50080 - klnusbaum:edition_49591, r=Manishearth 2018-04-21 05:28:21 +00:00
theme.rs Pass themes folder as parameter 2018-02-08 10:53:09 +01:00
visit_ast.rs rustc_target: move in syntax::abi and flip dependency. 2018-04-26 17:49:16 +03:00
visit_lib.rs cleanup 2018-01-22 15:24:27 +05:30

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