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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
to_bytes.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-24
Transition to new `Hash`, removing IterBytes and std::to_bytes.
Huon Wilson
-375
/
+0
2014-02-21
libstd: Implement some convenience methods on vectors
Patrick Walton
-0
/
+8
2014-02-03
std: Remove io::io_error
Alex Crichton
-1
/
+1
2014-02-02
std,extra: remove use of & support for @[].
Huon Wilson
-7
/
+0
2014-02-02
libextra: Remove `@str` from all the libraries
Patrick Walton
-7
/
+0
2014-01-17
Tweak the interface of std::io
Alex Crichton
-7
/
+6
2014-01-03
libstd: Remove all support code related to `@mut`
Patrick Walton
-7
/
+0
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-11
Make 'self lifetime illegal.
Erik Price
-4
/
+4
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-4
/
+4
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-1
/
+1
2013-11-25
Implement IterBytes for Rc<T>.
Léo Testard
-0
/
+8
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-10-24
Remove std::io once and for all!
Alex Crichton
-3
/
+4
2013-10-01
remove the `float` type
Daniel Micay
-7
/
+0
2013-09-12
std: fix a warning
Erick Tryzelaar
-1
/
+1
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-1
/
+1
2013-09-06
added IterBytes for 4-tuples
John Clements
-0
/
+10
2013-08-27
librustc: Remove `&const` and `*const` from the language.
Patrick Walton
-1
/
+8
2013-08-18
std::to_bytes: Implement IterBytes on 1- to 8-tuples
blake2-ppc
-20
/
+29
2013-08-18
std::to_bytes: Delimit sequences &[A] and ~str when hashing
blake2-ppc
-39
/
+38
2013-08-16
doc: correct spelling in documentation.
Huon Wilson
-1
/
+1
2013-08-10
std: merge Iterator and IteratorUtil
Erick Tryzelaar
-1
/
+1
2013-08-01
std: Use `do` blocks instead of `for` with .iter_bytes()
blake2-ppc
-3
/
+4
2013-07-17
libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...
Patrick Walton
-0
/
+7
2013-06-29
'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...
Ben Blum
-3
/
+6
2013-06-23
vec: remove BaseIter implementation
Daniel Micay
-2
/
+3
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-29
/
+29
2013-06-15
Add IterBytes impls for float/f32/f64. This allows creating
gareth
-0
/
+30
2013-06-12
std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_...
Huon Wilson
-10
/
+8
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+4
2013-05-23
core: remove iter_bytes helper functions
Erick Tryzelaar
-36
/
+0
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+354