summary refs log tree commit diff
path: root/src/librustc_back/sha2.rs
AgeCommit message (Expand)AuthorLines
2015-01-07use slicing sugarJorge Aparicio-4/+4
2015-01-07Replace full slice notation with index callsNick Cameron-4/+4
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-4/+4
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-12/+12
2014-12-31Test fixes and rebase conflictsAlex Crichton-2/+3
2014-12-30Fallout from stabilizationAaron Turon-3/+3
2014-12-30Fallout from mut slicesNick Cameron-14/+14
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-3/+3
2014-12-13librustc_back: use unboxed closuresJorge Aparicio-4/+7
2014-12-06librustc_back: remove unnecessary `as_slice()` callsJorge Aparicio-2/+1
2014-11-17Fix fallout from coercion removalNick Cameron-4/+4
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+2
2014-11-13Deprecate Zero and One traitsBrendan Zabarauskas-2/+1
2014-11-13Deprecate Bounded traitBrendan Zabarauskas-2/+1
2014-11-13Move checked arithmetic operators into Int traitBrendan Zabarauskas-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-3/+3
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-18/+18
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-18/+18
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-18/+18
2014-09-16Fallout from renamingAaron Turon-15/+15
2014-08-02Rewrite read_u32v_be() and write_u32_be() to make sure that all memory access...Palmer Cox-15/+17
2014-07-14rustc: Move util::sha2 to rustc_backBrian Anderson-0/+682