summary refs log tree commit diff
path: root/src/libstd/md4.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-27Replace more vector additions (issue #2719)Eric Holk-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-5/+5
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-14/+17
2012-03-13Overhaul constructor naming in libsBrian Anderson-1/+1
2012-03-02core: Remove _mut functions from vecBrian Anderson-1/+1
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-1/+1
2012-01-23s/block()/fn()/gNiko Matsakis-1/+1
2012-01-21use u64 and not uint; otherwise shift results are undef. in 32 bitNiko Matsakis-7/+7
2012-01-21update to use u64; u32 has undefined resultsNiko Matsakis-1/+6
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-1/+1
2012-01-17Add an std::md4 moduleMarijn Haverbeke-0/+110