rust/src/librustdoc
bors 209308439a Auto merge of #38105 - ollie27:rustdoc_deterministic_js, r=GuillaumeGomez
rustdoc: Sort lines in search index and implementors js

This means the files are generated deterministically even with rustdoc running in parallel.

Fixes the first part of #30220.
2016-12-07 16:32:48 +00:00
..
clean Refactor ty::FnSig to privatize all fields 2016-12-05 22:22:49 -07:00
html Auto merge of #38105 - ollie27:rustdoc_deterministic_js, r=GuillaumeGomez 2016-12-07 16:32:48 +00:00
passes rustdoc: use libsyntax ast::Attribute instead of "cleaning" them. 2016-11-24 01:40:52 +02:00
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml Fix rustbuild 2016-08-29 14:27:40 -04:00
core.rs rustdoc: link to cross-crate sources directly. 2016-11-30 04:48:56 +02:00
doctree.rs rustc: desugar use a::{b,c}; into use a::b; use a::c; in HIR. 2016-11-28 04:18:10 +02:00
externalfiles.rs Remove unnecessary pub function classifier. 2016-10-09 00:17:50 -04:00
fold.rs Remove redundant 'Variant' in variant names, stop reexporting. 2016-10-02 21:58:23 -04:00
lib.rs Auto merge of #37911 - liigo:rustdoc-playground, r=alexcrichton 2016-12-01 07:07:32 +00:00
markdown.rs rustdoc: fix up --playground-url 2016-11-30 10:33:23 +08:00
plugins.rs Remove rustdocs json format 2016-04-07 06:01:55 +02:00
test.rs librustdoc: Fix compilation after visitor change 2016-11-29 13:18:02 +01:00
visit_ast.rs rustc: embed path resolutions into the HIR instead of keeping DefMap. 2016-11-28 04:18:10 +02:00
visit_lib.rs rustdoc: we can now assume DocContext always has a TyCtxt. 2016-11-24 01:40:56 +02:00