about summary refs log tree commit diff
path: root/src/libcollections/bit.rs
AgeCommit message (Expand)AuthorLines
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
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03collections: fix falloutJorge Aparicio-0/+17
2015-01-03collections: fix falloutJorge Aparicio-14/+28
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-6/+6
2015-01-02Rollup test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-02rollup merge of #20273: alexcrichton/second-pass-commAlex Crichton-2/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-5/+7
2014-12-31stabilize more of collectionsAlexis Beingessner-63/+110
2014-12-30rollup merge of #20061: aturon/stab-2-vec-sliceAlex Crichton-5/+5
2014-12-30Fallout from stabilizationAaron Turon-5/+5
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-0/+3
2014-12-30Stabilize cmpAaron Turon-0/+8
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-0/+3
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-2/+2
2014-12-29std: Stabilize the prelude moduleAlex Crichton-3/+6
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-6/+6
2014-12-22Test fixes and rebase conflictsAlex Crichton-3/+3
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-1/+0
2014-12-22rollup merge of #19216: Gankro/bitvAlex Crichton-743/+942
2014-12-22Make bitv's APIs match RFC + fixupAlexis Beingessner-58/+26
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-1/+1
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-0/+1
2014-12-20Change `Extend` and `FromIterator` functionality of `BitvSet`Tobias Bucher-17/+29
2014-12-20Add a new invariant to `Bitv`Tobias Bucher-70/+84
2014-12-20bitv: Fix all() for nbits that are multiples of u32::BITSJosh Stone-8/+43
2014-12-20bitv: correct build failuresJosh Stone-7/+8
2014-12-20Conventions and cleanup for Bitv and BitvSetAlexis Beingessner-686/+855
2014-12-20Stabilize cloneAaron Turon-0/+1
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-5/+4
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-9/+9
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2
2014-12-15std: Second pass stabilization of `default`Alex Crichton-0/+2
2014-12-15Remove all shadowed lifetimes.Niko Matsakis-1/+1
2014-12-13libcollections: use unboxed closures in `Bitv` methodsJorge Aparicio-8/+16