summary refs log tree commit diff
path: root/src/librustc/util/sha2.rs
AgeCommit message (Expand)AuthorLines
2014-06-24librustc: Remove cross borrowing from mutable `Box`es to `&mut`.Patrick Walton-1/+1
2014-06-10Fix more misspelled comments and strings.Joseph Crail-2/+2
2014-05-27std: Rename strbuf operations to stringRicho Healey-7/+7
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-4/+4
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-13/+17
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-1/+1
2014-04-21Fix misspellings in comments.Joseph Crail-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-6/+9
2014-04-18Update the rest of the compiler with ~[T] changesAlex Crichton-2/+1
2014-04-15Use the unsigned integer types for bitwise intrinsics.Huon Wilson-6/+4
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-10/+10
2014-03-31rustc: Switch field privacy as necessaryAlex Crichton-1/+1
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-2/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-2/+2
2014-03-20rename std::vec -> std::sliceDaniel Micay-3/+3
2014-03-12Update users for the std::rand -> librand move.Huon Wilson-2/+4
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-6/+12
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-4/+3
2014-03-04Rename struct fields with uppercase characters in their names to use lowercasePalmer Cox-48/+48
2014-03-04Rename all variables that have uppercase characters in their names to use onl...Palmer Cox-4/+4
2014-02-20move extra::test to libtestLiigo Zhuang-1/+2
2014-02-13Move base64 and hex from libextra to libserializeLiigo Zhuang-2/+2
2014-02-11sha2 -- introduce locals to clarify which subportions are being borrowedNiko Matsakis-3/+5
2014-02-09std: Move byteswap functions to memBrian Anderson-2/+2
2014-02-08Fixed error starting with uppercasemr.Shu-2/+2
2014-01-31Fix minor doc typosVirgile Andreani-2/+2
2014-01-30Remove Times traitBrendan Zabarauskas-2/+2
2014-01-26Fix privacy fallout from previous changeAlex Crichton-2/+2
2014-01-16Merge Bitwise and BitCount traits and remove from prelude, along with BoundedBrendan Zabarauskas-0/+1
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-2/+2
2013-12-15std::vec: remove unnecessary count parameter on {bytes,Huon Wilson-6/+3
2013-12-10Make crate hash stable and externally computable.Jack Moffitt-0/+670