summary refs log tree commit diff
path: root/src/libcollections/enum_set.rs
AgeCommit message (Expand)AuthorLines
2016-03-12std: Clean out deprecated APIsAlex Crichton-4/+4
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-0/+1
2015-11-24rustfmt libcollectionsNick Cameron-28/+55
2015-09-25Simplify `Debug` for `{EnumSet, VecDeque}`Andrew Paseltiner-10/+1
2015-08-15collections: Add issues for unstable featuresAlex Crichton-1/+2
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-1/+3
2015-06-17collections: Split the `collections` featureAlex Crichton-26/+11
2015-06-08Implement RFC 839Johannes Oertel-0/+7
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-1/+1
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-1/+1
2015-04-01Fallout in public-facing and semi-public-facing libsNiko Matsakis-1/+5
2015-03-31Stabilize std::numAaron Turon-1/+0
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-1/+1
2015-03-16extract libcollections tests into libcollectionstestJorge Aparicio-238/+0
2015-03-16document undefined collection behavior with interior mutabilityAndrew Paseltiner-0/+5
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-02core: Audit num module for int/uintBrian Anderson-3/+3
2015-02-25Rollup merge of #22157 - tbu-:pr_debug_collections, r=alexcrichtonManish Goregaokar-4/+4
2015-02-24Modify collection's `Debug` output to resemble in their content onlyTobias Bucher-4/+4
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-11/+11
2015-02-18rollup merge of #22286: nikomatsakis/variance-4bAlex Crichton-9/+15
2015-02-18make FromIterator use IntoIteratorAlexis-2/+2
2015-02-18make Extend use IntoIteratorAlexis-2/+2
2015-02-18Fallout: EnumSet, add Marker.Niko Matsakis-9/+15
2015-02-17Register new snapshotsAlex Crichton-11/+0
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+1
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+12
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-1/+1
2015-02-05misc collections code cleanupAlexis-29/+29
2015-02-02remove unused mut qualifiersJorge Aparicio-1/+1
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-0/+1
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-0/+1
2015-01-30core: add the `IntoIterator` traitJorge Aparicio-1/+9
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