index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
bitv.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-1
/
+1
2014-06-19
Implement Eq for Bitv and BitvSet
Kasey Carrothers
-25
/
+25
2014-06-15
Register new snapshots
Alex Crichton
-14
/
+0
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+14
2014-06-09
collections: Add missing Default impls
Tom Jakubowski
-0
/
+6
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-0
/
+2
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-08
Implement Hash for Bitv and BitvSet
Steven Fackler
-25
/
+48
2014-06-06
Rename Iterator::len to count
Aaron Turon
-4
/
+4
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-13
/
+12
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-7
/
+10
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-1
/
+1
2014-05-29
Implement Show for Bitv{,Set}
Steven Fackler
-20
/
+35
2014-05-29
std: Recreate a `rand` module
Alex Crichton
-2
/
+2
2014-05-27
std: Remove String's to_owned
Richo Healey
-4
/
+4
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-3
/
+3
2014-05-23
auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballard
bors
-7
/
+1
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+1
2014-05-22
libstd: Remove all uses of `~str` from `libstd`
Patrick Walton
-2
/
+2
2014-05-22
Remove a slew of old deprecated functions
Alex Crichton
-7
/
+1
2014-05-19
libcollections: remove `init_to_vec`
Aaron Turon
-5
/
+1
2014-05-06
Add documentation for Bitv.
Joseph Crail
-1
/
+43
2014-04-28
Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...
Jonathan S
-0
/
+1
2014-04-23
std: Change RandomAccessIterator to use `&mut self`
Alex Crichton
-1
/
+1
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-5
/
+5
2014-04-17
Simplify implementation of Bitv::{all,none} using iter builtins.
Yuri Kunde Schlesner
-8
/
+2
2014-04-17
Give reduction-type tests in Bitv more natural names
Yuri Kunde Schlesner
-6
/
+57
2014-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-13
/
+13
2014-04-10
auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton
bors
-3
/
+4
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-3
/
+4
2014-04-09
collections: replace all ~[T] with Vec<T>.
Huon Wilson
-34
/
+33
2014-03-31
collections: Switch field privacy as necessary
Alex Crichton
-9
/
+9
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-1
/
+1
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-11
/
+11
2014-03-12
Update users for the std::rand -> librand move.
Huon Wilson
-2
/
+2
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-2
/
+2
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+2
2014-02-14
return value/use extra::test::black_box in benchmarks
lpy
-0
/
+8
2014-02-13
Removed num::Orderable
Michael Darakananda
-3
/
+2
2014-02-07
moved collections from libextra into libcollections
HeroesGrave
-0
/
+1675