about summary refs log tree commit diff
path: root/src/libcollections/bit.rs
AgeCommit message (Expand)AuthorLines
2015-02-23Rollup merge of #22643 - fhartwig:bitvec-doc-fix, r=alexcrichtonManish Goregaokar-1/+1
2015-02-21Remove last traces of BitV and BitVSet from documentationFlorian Hartwig-1/+1
2015-02-20Register new snapshotsAlex Crichton-20/+0
2015-02-18Round 1 fixes and rebase conflictsAlex Crichton-2/+2
2015-02-18rollup merge of #22491: Gankro/into_iterAlex Crichton-524/+533
2015-02-18rollup merge of #22480: alexcrichton/hashv3Alex Crichton-0/+21
2015-02-18rollup merge of #22287: Ryman/purge_carthographersAlex Crichton-3/+3
2015-02-18make FromIterator use IntoIteratorAlexis-6/+6
2015-02-18make Extend use IntoIteratorAlexis-3/+4
2015-02-18Implement RFC 580Aaron Turon-519/+527
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-0/+21
2015-02-17Register new snapshotsAlex Crichton-22/+0
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-3/+3
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+2
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+24
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-2/+2
2015-02-05remove int_uint feature from libcollectionsAlexis-152/+152
2015-02-05misc collections code cleanupAlexis-96/+96
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-02remove unused mut qualifiersJorge Aparicio-3/+3
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-8/+8
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-30s/while let/for/g now that #21245 has been fixedJorge Aparicio-3/+1
2015-01-30fix falloutJorge Aparicio-1/+3
2015-01-30core: add the `IntoIterator` traitJorge Aparicio-1/+16
2015-01-29fix inference falloutJorge Aparicio-2/+2
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-14/+14
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-3/+3
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-23grandfathered -> rust1Brian Anderson-66/+66
2015-01-23Set unstable feature names appropriatelyBrian Anderson-3/+3
2015-01-21Remove 'since' from unstable attributesBrian Anderson-3/+3
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-69/+72
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-3/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-3/+3
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-17Revert stability for Bitv and BitvSetSimonas Kazlauskas-2/+2
2015-01-13Fix test failuresTravis Watkins-2/+2
2015-01-08doc: Fix unresolved import in Bitv exampleCristian Kubis-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-1/+1
2015-01-07use slicing sugarJorge Aparicio-1/+1
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-2/+2
2015-01-06More test fixesAlex Crichton-9/+9
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-1/+1
2015-01-05register snapshotJorge Aparicio-15/+0
2015-01-03Remove deprecated functionalityAlex Crichton-26/+3