rust/src/libcollections
jbranchaud cd008c4127 Add an implementation of the BitOps for BTreeSets.
Add initial attempt at implementing BitOr for BTreeSet.

Update the implementation of the bitor operator for BTreeSets.

`make check` ran fine through this.

Add implementations for BitAnd, BitXor, and Sub as well.

Remove the FIXME comment and add unstable flags.

Add doctests for the bitop functions.
2014-12-11 19:42:06 -06:00
..
btree Add an implementation of the BitOps for BTreeSets. 2014-12-11 19:42:06 -06:00
hash /*! -> //! 2014-11-26 16:50:14 -08:00
tree Fallout from deprecation 2014-11-17 11:26:48 -08:00
trie Implement union, intersection, and difference functions for TrieSet. 2014-11-25 02:15:28 -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 Fallout from stabilization 2014-11-25 17:41:54 -08:00
enum_set.rs /** -> /// 2014-11-25 21:24:16 -05:00
lib.rs Remove special casing for some meta attributes 2014-11-26 11:44:45 -08:00
macros.rs
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 impl Str for CowString 2014-11-27 19:21:38 -08:00
string.rs Deprecate MaybeOwned[Vector] in favor of Cow 2014-11-25 11:22:23 -05:00
vec_map.rs Renamed Extendable to Extend 2014-11-08 15:02:09 +01:00
vec.rs rollup merge of #19308: thestinger/oom 2014-11-26 16:49:49 -08:00