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
/
libcore
/
to_bytes.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-20
Make + mode by-value if the type is immediate, by-ref otherwise
Niko Matsakis
-0
/
+9
2012-09-19
core: Clean up crate docs and give all mods a brief description
Brian Anderson
-0
/
+6
2012-09-18
libcore: make a copyless io::BytesWriter
Erick Tryzelaar
-4
/
+4
2012-09-12
Document IterBytes, Eq, Cmp, Hash. Close #3449.
Graydon Hoare
-0
/
+21
2012-09-12
fixup mutability of vec::each, make iter_bytes pure
Niko Matsakis
-34
/
+41
2012-09-07
Migrate std::map to use core::hash::Hash trait. Disable many hokey hashes.
Graydon Hoare
-177
/
+203
2012-09-04
libcore: "import" -> "use"
Patrick Walton
-1
/
+1
2012-08-30
Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.
Graydon Hoare
-0
/
+13
2012-08-30
Start moving core::hash to support a Hash trait. Add to_bytes::IterBytes trait.
Graydon Hoare
-10
/
+302
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-2
/
+2
2012-08-14
De-mode more pieces of core.
Graydon Hoare
-0
/
+4
2012-08-13
core: Camel case some lesser-used modules
Brian Anderson
-5
/
+5
2012-08-08
Convert impls to new syntax
Brian Anderson
-4
/
+4
2012-07-31
Change remaining "iface" occurrences to "trait"; deprecate "iface"
Lindsey Kuper
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-2
/
+2
2012-07-12
Accept prefix notation for writing the types of str/~ and friends.
Michael Sullivan
-1
/
+1
2012-07-03
Add a to_bytes iface and a handful of impls
Erick Tryzelaar
-0
/
+19