rust/src/librustdoc
bors 3e48b0e380 Auto merge of #29917 - shssoichiro:doc-sidebar-order, r=alexcrichton
A race condition in Javascript was causing unpredictable ordering
of the sidebar boxes when loading documentation generated by
rustdoc, due to the script that adds the Crates box being executed
asynchronously. Disabling the asynchronous execution and deferring
this script should ensure that the Crates box always appears last
in the sidebox (this seemed to be the more common ordering prior
to this change).

Fixes #29698
2015-11-19 02:51:15 +00:00
..
clean Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis 2015-11-17 18:24:19 +00:00
html Fix unpredictable ordering of sidebar boxes in rustdoc 2015-11-18 16:21:19 -05:00
core.rs Auto merge of #29217 - nikomatsakis:mir-trans, r=dotdash 2015-11-04 02:13:05 +00:00
doctree.rs syntax/rustc_front: Simplify VariantData::fields 2015-10-25 18:33:51 +03:00
externalfiles.rs Add generic conversion traits 2015-03-23 15:01:45 -07:00
flock.rs std: Migrate to the new libc 2015-11-09 22:55:50 -08:00
fold.rs rustdoc: Run external traits through filters 2015-04-07 17:54:33 -07:00
lib.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
markdown.rs fix rustdoc metadata parsing 2015-07-30 15:51:50 -07:00
passes.rs Accept tabs as indentation character 2015-11-02 09:17:17 +00:00
plugins.rs std: Stabilize library APIs for 1.5 2015-10-25 09:36:32 -07:00
test.rs librustdoc: improve testnames for doctests 2015-11-06 00:37:32 +00:00
visit_ast.rs Port a bunch of code new-visitor; all of these ports were 2015-11-18 19:22:18 -05:00