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
/
libextra
/
bitv.rs
Age
Commit message (
Expand
)
Author
Lines
2014-01-06
Remove some unnecessary type casts
Florian Hahn
-1
/
+1
2013-12-17
Don't allow impls to force public types
Alex Crichton
-1
/
+2
2013-12-11
Make 'self lifetime illegal.
Erik Price
-9
/
+9
2013-12-08
Remove dead codes
Kiet Tran
-5
/
+3
2013-11-28
Register new snapshots
Alex Crichton
-2
/
+2
2013-11-26
test: Remove all remaining non-procedure uses of `do`.
Patrick Walton
-36
/
+36
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-16
/
+22
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-14
/
+14
2013-11-19
libextra: Convert uses of `&fn(A)->B` to `|A|->B`.
Patrick Walton
-12
/
+12
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-4
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-2
/
+6
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-3
/
+3
2013-10-09
std::rand: Add a trait for seeding RNGs: SeedableRng.
Huon Wilson
-2
/
+2
2013-10-09
std::rand: Add an implementation of ISAAC64.
Huon Wilson
-8
/
+8
2013-09-30
extra: Remove usage of fmt!
Alex Crichton
-3
/
+3
2013-09-26
auto merge of #9523 : huonw/rust/kud1ing-docs, r=huonw
bors
-24
/
+24
2013-09-26
bitv: backticks for code in documentation
kud1ing
-24
/
+24
2013-09-25
Rename from_utf8 to from_bytes again
Florian Hahn
-4
/
+4
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-2
/
+2
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-4
/
+4
2013-09-01
std/extra: Add ExactSize for Bitv, DList, RingBuf, Option iterators
blake2-ppc
-0
/
+2
2013-08-10
std: Rename Iterator.transform -> .map
Erick Tryzelaar
-3
/
+3
2013-08-07
std: Fix for-range loops that can use iterators
blake2-ppc
-8
/
+9
2013-08-06
std: Remove uint::iterate, replaced by `range`
blake2-ppc
-4
/
+3
2013-08-06
extra: Simplify the bitv iterators using Repeat
blake2-ppc
-44
/
+19
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-21
/
+21
2013-08-03
Rename sum -> _sum.
OGINO Masanori
-6
/
+6
2013-08-03
replace all remaining `for` with `foreach` or `do`
Daniel Micay
-19
/
+22
2013-08-02
replace `range` with an external iterator
Daniel Micay
-9
/
+8
2013-08-01
std: Change `Times` trait to use `do` instead of `for`
blake2-ppc
-1
/
+1
2013-08-01
std: Remove the internal iterator methods from trait Set
blake2-ppc
-35
/
+35
2013-08-01
extra: Use external iterators in bitv implementation
blake2-ppc
-33
/
+55
2013-08-01
extra: Replace `for` with `do { .. }` expr where internal iterators are used
blake2-ppc
-20
/
+25
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-10
/
+10
2013-07-30
extra: Add .rev_iter() for bitv
blake2-ppc
-0
/
+5
2013-07-30
extra: Implement DoubleEnded and RandomAccess iterators for bitv
blake2-ppc
-4
/
+35
2013-07-25
Added default impls for container methods
Steven Fackler
-1
/
+1
2013-07-21
Added bitv iterator benchmarks
Steven Fackler
-0
/
+36
2013-07-21
Added iterator tests
Steven Fackler
-0
/
+19
2013-07-21
Removed unecessary indirection in Bitv
Steven Fackler
-16
/
+16
2013-07-21
Derive Clone for bitv stuff
Steven Fackler
-18
/
+24
2013-07-21
Switched bitv to external iterators
Steven Fackler
-17
/
+54
2013-07-18
Fix warnings in libextra tests
blake2-ppc
-25
/
+25
2013-07-17
test: Fix tests.
Patrick Walton
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-2
/
+2
2013-07-13
Split mutable methods out of Set and Map
Steven Fackler
-32
/
+34
2013-07-12
auto merge of #7736 : thestinger/rust/doc, r=thestinger
bors
-4
/
+4
2013-07-12
Replace owned with borrowed pointer.
Chris Morgan
-1
/
+1
2013-07-12
extend the iterator tutorial
Daniel Micay
-4
/
+4
2013-07-12
Make Bitv::eq_vec take ~[bool] rather than ~[uint]
Chris Morgan
-69
/
+67
[next]