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
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-10
/
+10
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-10
/
+10
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-10
/
+20
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-5
/
+5
2015-01-03
Remove deprecated functionality
Alex Crichton
-25
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-4
/
+12
2015-01-03
collections: fix fallout
Jorge Aparicio
-3
/
+5
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-0
/
+2
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+10
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-7
/
+7
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-36
/
+0
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-2
/
+2
2014-12-19
Register new snapshots
Alex Crichton
-36
/
+0
2014-12-19
libcollections: use `#[deriving(Copy)]`
Jorge Aparicio
-5
/
+2
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-13
/
+13
2014-12-13
libcollections: make `EnumSet` binops by value
Jorge Aparicio
-0
/
+36
2014-12-10
Remove references to traits that no longer exist
Tobias Bucher
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+7
2014-12-06
libcollections: remove unnecessary `as_slice()` calls
Jorge Aparicio
-3
/
+3
2014-12-03
Fix fallout
Jorge Aparicio
-12
/
+12
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
[next]