about summary refs log tree commit diff
path: root/src/libstd/sha1.rs
AgeCommit message (Expand)AuthorLines
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-1/+1
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-2/+2
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-11/+11
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-2/+2
2013-02-27Fix: now sha1 result_str() return correct valueJihyun Yu-1/+21
2013-02-15libstd: Get rid of `move`.Luqman Aden-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-13RIMOV core::vecBen Striegel-34/+34
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+0
2013-02-04std: Stamp out structural recordsTim Chevalier-2/+2
2013-02-03Converted libcore/uint-template.rs to the new string functions.Marvin Löbel-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-29libstd: De-export libstd. rs=deexportPatrick Walton-4/+1
2013-01-24convert most of libstd over to structsErick Tryzelaar-40/+60
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-82/+84
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-3/+3
2013-01-02remove apparently-superfluous extra parens from typesTim Chevalier-2/+2
2013-01-02std: Constify the bytes sent to Sha1::inputPeter Williams-4/+4
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-0/+5
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+4
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
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