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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
hash
Age
Commit message (
Expand
)
Author
Lines
2015-03-25
Change lint names to plurals
Nick Cameron
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+2
2015-03-23
rollup merge of #23652: alexcrichton/stabilize-hasher-finish
Alex Crichton
-1
/
+1
2015-03-23
std: Stabilize the `Hasher::finish` method
Alex Crichton
-1
/
+1
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+2
2015-03-12
remove mention of specialization from `Hash` trait
Andrew Paseltiner
-3
/
+1
2015-03-05
Remove integer suffixes where the types in compiled code are identical.
Eduard Burtescu
-1
/
+1
2015-03-03
Add `core::num::wrapping` and fix overflow errors.
James Miller
-6
/
+6
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-1
/
+1
2015-02-23
int audit core::hash
Nick Cameron
-4
/
+4
2015-02-20
Register new snapshots
Alex Crichton
-218
/
+0
2015-02-19
Round 5 test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2015-02-18
Round 3 test fixes and conflicts
Alex Crichton
-9
/
+0
2015-02-18
Round 2 test fixes and conflicts
Alex Crichton
-11
/
+115
2015-02-18
rollup merge of #22210: aturon/stab-final-borrow
Alex Crichton
-116
/
+2
2015-02-18
Stabilize std::borrow
Aaron Turon
-10
/
+0
2015-02-18
std: Stabilize the `hash` module
Alex Crichton
-126
/
+413
2015-02-06
Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichton
Manish Goregaokar
-1
/
+0
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-03
Switch missing_copy_implementations to default-allow
Steven Fackler
-1
/
+0
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-1
/
+1
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-1
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Minor fixes
Brian Anderson
-1
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-2
/
+3
2015-01-18
std: Stabilize TypeId and tweak BoxAny
Alex Crichton
-8
/
+0
2015-01-17
Register new snapshots.
Eduard Burtescu
-292
/
+118
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-533
/
+400
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-7
/
+7
2015-01-06
Fallout
Nick Cameron
-7
/
+7
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-1
/
+7
2015-01-03
auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...
bors
-8
/
+8
2015-01-02
More fallout
Nick Cameron
-1
/
+1
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-2
/
+2
2014-12-25
Parse fully-qualified associated types in generics without whitespace
P1start
-8
/
+8
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-0
/
+1
2014-12-20
Stabilize clone
Aaron Turon
-0
/
+1
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-6
/
+1
2014-12-19
libcollections: use `#[deriving(Copy)]`
Jorge Aparicio
-2
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-32
/
+32
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-15
Move hash module from collections to core
Steven Fackler
-0
/
+787