summary refs log tree commit diff
path: root/src/libcollections/bitv.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-19Implement Eq for Bitv and BitvSetKasey Carrothers-25/+25
2014-06-15Register new snapshotsAlex Crichton-14/+0
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+14
2014-06-09collections: Add missing Default implsTom Jakubowski-0/+6
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-0/+2
2014-06-08core: Rename `container` mod to `collections`. Closes #12543Brian Anderson-1/+1
2014-06-08Implement Hash for Bitv and BitvSetSteven Fackler-25/+48
2014-06-06Rename Iterator::len to countAaron Turon-4/+4
2014-06-05Fallout from the libcollections movementAlex Crichton-13/+12
2014-06-05std: Recreate a `collections` moduleAlex Crichton-7/+10
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-29Implement Show for Bitv{,Set}Steven Fackler-20/+35
2014-05-29std: Recreate a `rand` moduleAlex Crichton-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-4/+4
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-3/+3
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-7/+1
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+1
2014-05-22libstd: Remove all uses of `~str` from `libstd`Patrick Walton-2/+2
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-7/+1
2014-05-19libcollections: remove `init_to_vec`Aaron Turon-5/+1
2014-05-06Add documentation for Bitv.Joseph Crail-1/+43
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-0/+1
2014-04-23std: Change RandomAccessIterator to use `&mut self`Alex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-5/+5
2014-04-17Simplify implementation of Bitv::{all,none} using iter builtins.Yuri Kunde Schlesner-8/+2
2014-04-17Give reduction-type tests in Bitv more natural namesYuri Kunde Schlesner-6/+57
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-13/+13
2014-04-10auto merge of #13440 : huonw/rust/strbuf, r=alexcrichtonbors-3/+4
2014-04-10libstd: Implement `StrBuf`, a new string buffer type like `Vec`, andPatrick Walton-3/+4
2014-04-09collections: replace all ~[T] with Vec<T>.Huon Wilson-34/+33
2014-03-31collections: Switch field privacy as necessaryAlex Crichton-9/+9
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-11/+11
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+2
2014-02-28std: Change assert_eq!() to use {} instead of {:?}Alex Crichton-2/+2
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-14return value/use extra::test::black_box in benchmarkslpy-0/+8
2014-02-13Removed num::OrderableMichael Darakananda-3/+2
2014-02-07moved collections from libextra into libcollectionsHeroesGrave-0/+1675