about summary refs log tree commit diff
path: root/src/libstd/sha1.rs
AgeCommit message (Expand)AuthorLines
2012-09-28std: Eliminate deprecated patternsBrian Anderson-1/+0
2012-09-27De-export std::{dbg,sha1,md4,tempfile,term}. Part of #3583.Graydon Hoare-2/+1
2012-09-21libcore: De-mode strPatrick Walton-1/+4
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-3/+5
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-7/+5
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-5/+7
2012-09-12fixup mutability of vec::each, make iter_bytes pureNiko Matsakis-1/+1
2012-09-11Make moves explicit in argumentsTim Chevalier-1/+1
2012-09-10Make remaining moves explicit in libstdTim Chevalier-1/+1
2012-08-29Camel case more std typesBrian Anderson-12/+12
2012-08-25Remove deprecated modes from SHA1 and MD4 in libstdKevin Cantu-33/+39
2012-08-23More complete fix to #3162 (borrowck bug related to access to rec fields)Niko Matsakis-1/+2
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-1/+1
2012-08-08Remove obsolete FIXMEs, close #2345.Graydon Hoare-4/+0
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-6/+6
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-14/+14
2012-07-13Make push_str overallocate. Use it in some places that were still doing +=.Michael Sullivan-1/+1
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-26/+26
2012-07-01Convert to new closure syntaxBrian Anderson-5/+5
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-27/+27
2012-06-27Replace more vector additions (issue #2719)Eric Holk-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-20/+20
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-4/+3
2012-05-19std: Fix a typoErick Tryzelaar-1/+1
2012-05-03Annotate more FIXMES in libstd (comments only)Tim Chevalier-5/+5
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