rust/src/librustdoc
Manish Goregaokar c89d8c58ca
Rollup merge of #33373 - birkenfeld:issue-32555, r=bluss
rustdoc: use btree map for where clauses

to get more reproducible output.

Fixes: #32555

I've looked at the other uses of HashMap in rustdoc, and they seem ok to (i.e. they use `iter()` and related only for constructing a new map, or when the output goes into independent files).

Not sure what the cause of #24473 is, it shouldn't be where clauses, but maybe it was also fixed inbetween since May 2015.
2016-05-08 07:00:04 -07:00
..
clean Rollup merge of #33373 - birkenfeld:issue-32555, r=bluss 2016-05-08 07:00:04 -07:00
html Auto merge of #33091 - sanxiyn:unused-trait-import-3, r=nrc 2016-05-08 04:50:27 -07:00
build.rs bootstrap: Add directives to not double-link libs 2016-02-11 11:12:32 -08:00
Cargo.toml rustc: move rustc_front to rustc::hir. 2016-04-06 09:01:55 +03:00
core.rs Remove, now unnecessary, workaround 2016-04-24 08:17:14 +02:00
doctree.rs Linkify extern crates on rustdoc pages 2016-04-25 11:26:33 +02:00
externalfiles.rs try! -> ? 2016-03-22 22:01:37 -05:00
flock.rs Rename sunos to solaris 2016-01-31 19:01:30 +03:00
fold.rs Make the rendering process less pass-aware 2016-04-02 12:00:55 +02:00
lib.rs Perform doc-reachability check for inlined impls 2016-04-18 01:55:54 +02:00
markdown.rs Don't initialize id-map when rendering md files 2016-03-27 00:21:01 +01:00
passes.rs Auto merge of #33074 - mitaa:rdoc-irlst, r=alexcrichton 2016-04-21 10:52:15 -07:00
plugins.rs Remove rustdocs json format 2016-04-07 06:01:55 +02:00
test.rs Remove, now unnecessary, workaround 2016-04-24 08:17:14 +02:00
visit_ast.rs Linkify extern crates on rustdoc pages 2016-04-25 11:26:33 +02:00
visit_lib.rs Linkify extern crates on rustdoc pages 2016-04-25 11:26:33 +02:00