rust/src/libcollections
Corey Richardson d58aecb6b3 rollup merge of #19518: csouth3/trieset-bitops
Implement the `BitOr`, `BitAnd`, `BitXor`, and `Sub` traits from `std::ops` for TrieSet.  The behavior of these operator overloads is consistent with [RFC 235](https://github.com/rust-lang/rfcs/blob/master/text/0235-collections-conventions.md#combinations).
2014-12-05 10:07:45 -08: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-04 17:16:38 -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 Deprecate Equiv 2014-12-03 10:41:48 -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 Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00