summary refs log tree commit diff
path: root/src/libstd/sha1.rs
AgeCommit message (Expand)AuthorLines
2012-03-27Move some code over to iterator-for to see how it performs.Marijn Haverbeke-5/+5
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-11/+11
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-4/+4
2012-03-14annotate libstd and start enforcing mutabilityNiko Matsakis-10/+10
2012-03-13Overhaul constructor naming in libsBrian Anderson-6/+5
2012-03-09std: Convert to rustdocBrian Anderson-46/+16
2012-03-02core: Remove _mut functions from vecBrian Anderson-3/+3
2012-02-23(core::str) remove len_bytes aliasKevin Cantu-1/+1
2012-02-23(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...Kevin Cantu-1/+1
2012-02-12(core::str) rename byte_len -> len_bytes and rename char_len -> lenKevin Cantu-1/+1
2012-02-09Increase precedence of as operatorMarijn Haverbeke-12/+12
2012-02-07core: make str::substr use char positions (and replace other uses)Kevin Cantu-2/+3
2012-01-21issue #1352: change param order on vec::init_elt, putting block in final posi...Graham Fawcett-3/+3
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+96
2012-01-11Convert std::sha1 and std::rand over to ifacesMarijn Haverbeke-28/+30
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+294