about summary refs log tree commit diff
path: root/src/libcollections/enum_set.rs
AgeCommit message (Expand)AuthorLines
2015-01-29s/Show/Debug/gJorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-23Set unstable feature names appropriatelyBrian Anderson-10/+10
2015-01-21Remove 'since' from unstable attributesBrian Anderson-10/+10
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-10/+20
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-1/+1
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-5/+5
2015-01-03Remove deprecated functionalityAlex Crichton-25/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-03use assoc types in binop traitsJorge Aparicio-4/+12
2015-01-03collections: fix falloutJorge Aparicio-3/+5
2015-01-02std: Stabilize the prelude moduleAlex Crichton-0/+2
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+10
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-7/+7
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-36/+0
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-2/+2
2014-12-19Register new snapshotsAlex Crichton-36/+0
2014-12-19libcollections: use `#[deriving(Copy)]`Jorge Aparicio-5/+2
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-13/+13
2014-12-13libcollections: make `EnumSet` binops by valueJorge Aparicio-0/+36
2014-12-10Remove references to traits that no longer existTobias Bucher-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+7
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-3/+3
2014-12-03Fix falloutJorge Aparicio-12/+12
2014-11-25/** -> ///Steve Klabnik-21/+19
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-11auto merge of #18753 : jbcrail/rust/fix-deprecated-enum-set, r=alexcrichtonbors-2/+2
2014-11-09auto merge of #18756 : jbcrail/rust/add-enum-set-bitxor, r=alexcrichtonbors-1/+26
2014-11-08auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichtonbors-0/+16
2014-11-08Implements Extend for EnumSet and LruCachegamazeps-0/+16
2014-11-07Add tests for BitAnd and BitXor.Joseph Crail-0/+20
2014-11-07Add BitXor to EnumSet.Joseph Crail-1/+6
2014-11-07Rename deprecated EnumSet methods in unit tests.Joseph Crail-2/+2
2014-11-07Implement len() for EnumSet.Joseph Crail-1/+20
2014-11-06Add example impl in CLike docs. Fix 13752.Simon Sapin-1/+21
2014-11-06EnumSet assertion: better error message.Simon Sapin-1/+3
2014-11-06Make EnumSet not silently corrupt data.Simon Sapin-1/+30
2014-11-06fix EnumSet::is_subsetAlex Crichton-2/+7
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-68/+124
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-11-01collections: Remove all collections traitsAlex Crichton-2/+0
2014-09-27make EnumSet derive Ord and PartialOrdAlexis Beingessner-1/+1
2014-09-13Properly implement Show for EnumSetSteven Fackler-1/+27
2014-08-19A few minor documentation fixesP1start-13/+13
2014-07-23Remove kludgy imports from vec! macroBrian Anderson-0/+2
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-2/+0
2014-06-05Fallout from the libcollections movementAlex Crichton-1/+1
2014-06-05std: Recreate a `collections` moduleAlex Crichton-1/+3
2014-06-01std: Drop Total from Total{Eq,Ord}Alex Crichton-1/+1