index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_back
/
sha2.rs
Age
Commit message (
Expand
)
Author
Lines
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-11
/
+8
2015-07-09
Use vec![elt; n] where possible
Ulrik Sverdrup
-4
/
+2
2015-04-23
Add another security warning for using the SHA-2 implementation
Christian Stadelmann
-0
/
+1
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-2
/
+2
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-5
/
+2
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-3
/
+3
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-3
/
+3
2015-03-31
Stabilize std::num
Aaron Turon
-3
/
+3
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-6
/
+6
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-17
/
+17
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-6
/
+6
2015-03-03
Add `: Box<_>` or `::Box<_>` type annotations to various places.
Felix S. Klock II
-1
/
+1
2015-03-03
Add `core::num::wrapping` and fix overflow errors.
James Miller
-13
/
+15
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-4
/
+4
2015-02-04
Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichton
bors
-0
/
+1
2015-02-04
Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.
Huon Wilson
-0
/
+1
2015-02-03
Auto merge of #21613 - alfie:suffix-small, r=alexcrichton
bors
-5
/
+5
2015-02-02
More deprecating of i/u suffixes
Alfie John
-5
/
+5
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-27
cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls
Jorge Aparicio
-17
/
+16
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
2015-01-07
use slicing sugar
Jorge Aparicio
-4
/
+4
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-4
/
+4
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-4
/
+4
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-12
/
+12
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-2
/
+3
2014-12-30
Fallout from stabilization
Aaron Turon
-3
/
+3
2014-12-30
Fallout from mut slices
Nick Cameron
-14
/
+14
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-3
/
+3
2014-12-13
librustc_back: use unboxed closures
Jorge Aparicio
-4
/
+7
2014-12-06
librustc_back: remove unnecessary `as_slice()` calls
Jorge Aparicio
-2
/
+1
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-4
/
+4
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+2
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-2
/
+1
2014-11-13
Deprecate Bounded trait
Brendan Zabarauskas
-2
/
+1
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-2
/
+2
2014-10-29
Rename fail! to panic!
Steve Klabnik
-3
/
+3
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-18
/
+18
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-18
/
+18
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-18
/
+18
2014-09-16
Fallout from renaming
Aaron Turon
-15
/
+15
2014-08-02
Rewrite read_u32v_be() and write_u32_be() to make sure that all memory access...
Palmer Cox
-15
/
+17
2014-07-14
rustc: Move util::sha2 to rustc_back
Brian Anderson
-0
/
+682