index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
enum_set.rs
Age
Commit message (
Expand
)
Author
Lines
2014-11-25
/** -> ///
Steve Klabnik
-21
/
+19
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-1
/
+2
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-11
auto merge of #18753 : jbcrail/rust/fix-deprecated-enum-set, r=alexcrichton
bors
-2
/
+2
2014-11-09
auto merge of #18756 : jbcrail/rust/add-enum-set-bitxor, r=alexcrichton
bors
-1
/
+26
2014-11-08
auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichton
bors
-0
/
+16
2014-11-08
Implements Extend for EnumSet and LruCache
gamazeps
-0
/
+16
2014-11-07
Add tests for BitAnd and BitXor.
Joseph Crail
-0
/
+20
2014-11-07
Add BitXor to EnumSet.
Joseph Crail
-1
/
+6
2014-11-07
Rename deprecated EnumSet methods in unit tests.
Joseph Crail
-2
/
+2
2014-11-07
Implement len() for EnumSet.
Joseph Crail
-1
/
+20
2014-11-06
Add example impl in CLike docs. Fix 13752.
Simon Sapin
-1
/
+21
2014-11-06
EnumSet assertion: better error message.
Simon Sapin
-1
/
+3
2014-11-06
Make EnumSet not silently corrupt data.
Simon Sapin
-1
/
+30
2014-11-06
fix EnumSet::is_subset
Alex Crichton
-2
/
+7
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-68
/
+124
2014-11-02
refactor libcollections as part of collection reform
Alexis Beingessner
-1
/
+1
2014-11-01
collections: Remove all collections traits
Alex Crichton
-2
/
+0
2014-09-27
make EnumSet derive Ord and PartialOrd
Alexis Beingessner
-1
/
+1
2014-09-13
Properly implement Show for EnumSet
Steven Fackler
-1
/
+27
2014-08-19
A few minor documentation fixes
P1start
-13
/
+13
2014-07-23
Remove kludgy imports from vec! macro
Brian Anderson
-0
/
+2
2014-06-18
Merge the Bitwise and ByteOrder traits into the Int trait
Brendan Zabarauskas
-2
/
+0
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-1
/
+3
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-2
/
+2
2014-05-11
core: Remove the cast module
Alex Crichton
-2
/
+2
2014-04-09
collections: replace all ~[T] with Vec<T>.
Huon Wilson
-16
/
+16
2014-03-31
collections: Switch field privacy as necessary
Alex Crichton
-3
/
+3
2014-03-23
use TotalEq for HashMap
Daniel Micay
-1
/
+1
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-1
/
+1
2014-02-24
Move extra::json to libserialize
Alex Crichton
-1
/
+1
2014-02-23
Remove all ToStr impls, add Show impls
Alex Crichton
-1
/
+1
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-1
/
+1
2014-02-20
move enum_set to libcollections. #8784
HeroesGrave
-0
/
+294
[prev]