rust/src/librustdoc
Jack Moffitt b349036e5f Make crate hash stable and externally computable.
This replaces the link meta attributes with a pkgid attribute and uses a hash
of this as the crate hash. This makes the crate hash computable by things
other than the Rust compiler. It also switches the hash function ot SHA1 since
that is much more likely to be available in shell, Python, etc than SipHash.

Fixes #10188, #8523.
2013-12-10 17:04:24 -07:00
..
html Remove dead codes 2013-12-08 02:55:28 -05:00
clean.rs Remove dead codes 2013-12-08 02:55:28 -05:00
core.rs rustdoc: Tell rustc we're building a library 2013-12-02 21:26:40 -08:00
doctree.rs auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton 2013-12-01 05:42:06 -08:00
fold.rs Make Rustdoc strip private fields 2013-10-13 22:28:45 -07:00
lib.rs Make crate hash stable and externally computable. 2013-12-10 17:04:24 -07:00
passes.rs Register new snapshots 2013-11-28 20:27:56 -08:00
plugins.rs path2: Adjust the API to remove all the _str mutation methods 2013-10-15 22:18:30 -07:00
visit_ast.rs auto merge of #10750 : Blei/rust/no-at-struct-field, r=alexcrichton 2013-12-01 05:42:06 -08:00