rust/src/libcollections
Corey Farwell 4ef16741e3 Utilize fewer reexports
In regards to:

https://github.com/rust-lang/rust/issues/19253#issuecomment-64836729

This commit:

* Changes the #deriving code so that it generates code that utilizes fewer
  reexports (in particur Option::* and Result::*), which is necessary to
  remove those reexports in the future
* Changes other areas of the codebase so that fewer reexports are utilized
2014-12-05 18:13:04 -05:00
..
btree Fallout from stabilization 2014-11-25 17:41:54 -08:00
hash /*! -> //! 2014-11-26 16:50:14 -08:00
tree Fallout from deprecation 2014-11-17 11:26:48 -08:00
trie Implement BitOps for TrieSet 2014-12-05 12:58:45 -06:00
bench.rs collections: Remove all collections traits 2014-11-01 11:37:04 -07:00
binary_heap.rs Pop on binary heaps does not have constant time complexity. 2014-12-01 18:12:48 -08:00
bit.rs Fallout from stabilization 2014-11-25 17:41:54 -08:00
dlist.rs Fix fallout 2014-12-03 10:41:48 -05:00
enum_set.rs Fix fallout 2014-12-03 10:41:48 -05:00
lib.rs Remove special casing for some meta attributes 2014-11-26 11:44:45 -08:00
macros.rs A few minor documentation fixes 2014-08-19 17:22:18 +12:00
ring_buf.rs More test fixes and rebase conflicts! 2014-11-26 18:10:57 -08:00
slice.rs rollup merge of #19287: alexcrichton/issue-19272 2014-11-26 16:49:36 -08:00
str.rs Utilize fewer reexports 2014-12-05 18:13:04 -05:00
string.rs Deprecate Equiv 2014-12-03 10:41:48 -05:00
vec.rs Deprecate Equiv 2014-12-03 10:41:48 -05:00
vec_map.rs Add capacity() to VecMap 2014-12-04 13:21:43 -05:00