rust/src/librustdoc
Alexis Beingessner 112c8a966f refactor libcollections as part of collection reform
* Moves multi-collection files into their own directory, and splits them into seperate files
* Changes exports so that each collection has its own module
* Adds underscores to public modules and filenames to match standard naming conventions

(that is, treemap::{TreeMap, TreeSet} => tree_map::TreeMap, tree_set::TreeSet)

* Renames PriorityQueue to BinaryHeap
* Renames SmallIntMap to VecMap
* Miscellanious fallout fixes

[breaking-change]
2014-11-02 18:58:11 -05:00
..
clean Fix RustDoc bug 2014-11-01 11:05:12 +13:00
html refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
core.rs librustdoc: Remove all uses of {:?}. 2014-10-16 11:15:35 -04:00
doctree.rs librustdoc: Remove all uses of {:?}. 2014-10-16 11:15:35 -04:00
externalfiles.rs Deal with the fallout of string stabilization 2014-09-23 18:31:52 -07:00
flock.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00
fold.rs
lib.rs refactor libcollections as part of collection reform 2014-11-02 18:58:11 -05:00
markdown.rs
passes.rs rustdoc: hide private traits in strip-private pass 2014-10-21 08:49:43 -07:00
plugins.rs Fix rustdoc 2014-09-30 12:52:47 -07:00
stability_summary.rs Add a lint for not using field pattern shorthands 2014-10-24 15:44:18 +13:00
test.rs rollup merge of #18398 : aturon/lint-conventions-2 2014-10-30 17:37:22 -07:00
visit_ast.rs Rename fail! to panic! 2014-10-29 11:43:07 -04:00