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
/
md4.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-28
std: Eliminate deprecated patterns
Brian Anderson
-1
/
+0
2012-09-27
De-export std::{dbg,sha1,md4,tempfile,term}. Part of #3583.
Graydon Hoare
-3
/
+3
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-2
/
+2
2012-08-25
Remove deprecated modes from SHA1 and MD4 in libstd
Kevin Cantu
-4
/
+7
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-1
/
+1
2012-08-01
Convert ret to return
Brian Anderson
-1
/
+1
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-15
/
+15
2012-07-01
Convert to new closure syntax
Brian Anderson
-1
/
+1
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-3
/
+3
2012-06-27
Replace more vector additions (issue #2719)
Eric Holk
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-5
/
+5
2012-03-14
annotate libstd and start enforcing mutability
Niko Matsakis
-14
/
+17
2012-03-13
Overhaul constructor naming in libs
Brian Anderson
-1
/
+1
2012-03-02
core: Remove _mut functions from vec
Brian Anderson
-1
/
+1
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-1
/
+1
2012-01-23
s/block()/fn()/g
Niko Matsakis
-1
/
+1
2012-01-21
use u64 and not uint; otherwise shift results are undef. in 32 bit
Niko Matsakis
-7
/
+7
2012-01-21
update to use u64; u32 has undefined results
Niko Matsakis
-1
/
+6
2012-01-21
issue #1352: change param order on vec::init_elt, putting block in final posi...
Graham Fawcett
-1
/
+1
2012-01-17
Add an std::md4 module
Marijn Haverbeke
-0
/
+110