summary refs log tree commit diff
path: root/src/librustc_back/sha2.rs
AgeCommit message (Expand)AuthorLines
2015-04-21std: Bring back f32::from_str_radix as an unstable APIAlex Crichton-2/+2
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-5/+2
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-3/+3
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-3/+3
2015-03-31Stabilize std::numAaron Turon-3/+3
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-6/+6
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-17/+17
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-6/+6
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-13/+15
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-4/+4
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-0/+1
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-0/+1
2015-02-03Auto merge of #21613 - alfie:suffix-small, r=alexcrichtonbors-5/+5
2015-02-02More deprecating of i/u suffixesAlfie John-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-2/+2
2015-01-27cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` callsJorge Aparicio-17/+16
2015-01-19remove unnecessary parentheses from range notationJorge Aparicio-1/+1
2015-01-12cleanup: `&foo[0..a]` -> `&foo[..a]`Jorge Aparicio-2/+2
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