about summary refs log tree commit diff
path: root/src/libcollections/bit.rs
AgeCommit message (Expand)AuthorLines
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
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-44/+44
2014-12-06libcollections: remove unnecessary `to_string()` callsJorge Aparicio-1/+1
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-9/+9
2014-11-25Fallout from stabilizationAaron Turon-6/+6
2014-11-19Update libcollections tests to pass the new type rules. They used to return a...Niko Matsakis-14/+14
2014-11-18rollup merge of #19008: alex/collections-typosJakub Bukaj-2/+2
2014-11-17Fix fallout from coercion removalNick Cameron-159/+159
2014-11-16Fixed several typos in libcollectionsAlex Gaynor-2/+2
2014-11-14auto merge of #18880 : barosl/rust/doc-fail-to-panic, r=alexcrichtonbors-13/+13
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+2
2014-11-12Fix remaining documentation to reflect fail!() -> panic!()Barosl Lee-13/+13
2014-11-08Renamed Extendable to Extendgamazeps-2/+2
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-2/+26
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-0/+2764