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
2016-05-23
"the trait `Hash`" => "the `Hash` trait"
Carol (Nichols || Goulding)
-2
/
+2
2016-05-23
Add more information about implementing `Hash`
Carol (Nichols || Goulding)
-0
/
+24
2016-05-23
Add explanations about what derived trait implementations do
Carol (Nichols || Goulding)
-1
/
+3
2016-03-28
Prefer HTTPS when linking to 131002.net.
Corey Farwell
-1
/
+1
2016-03-20
libcore: add Debug implementations to most missing types
Sean McArthur
-0
/
+9
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-24
/
+0
2016-03-08
Link to actual CSPRNG in `hash::SipHasher` documentation
Dirk Gadsden
-4
/
+4
2016-03-06
Amend `hash::SipHasher` docs to more strongly discourage cryptographic uses
Dirk Gadsden
-4
/
+3
2016-03-06
Clarify documentation of `hash::SipHasher`
Dirk Gadsden
-6
/
+9
2016-01-27
doc: insert missing chars
Tshepang Lekhonkhobe
-2
/
+2
2016-01-26
std: Stabilize custom hasher support in HashMap
Alex Crichton
-0
/
+72
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-3
/
+2
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+1
2015-11-16
Make note about traits that can be derived
Steve Klabnik
-0
/
+2
2015-11-12
libcore: deny warnings in doctests
Kevin Butler
-0
/
+1
2015-10-08
rustfmt hash submodule
Michael Pankov
-15
/
+27
2015-09-12
Stop a private method on `SipHasher` from shadowing `Hasher::write`
Tobias Bucher
-8
/
+3
2015-08-15
Reduce libcore/liballoc's dependence on pointer sizes
Dylan McKay
-5
/
+5
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-23
/
+16
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-3
/
+4
2015-07-31
Auto merge of #27370 - alexcrichton:stabilize-easy, r=brson
bors
-12
/
+11
2015-07-29
Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro
Steve Klabnik
-2
/
+4
2015-07-28
std: Stabilize a number of small APIs
Alex Crichton
-12
/
+11
2015-07-28
Auto merge of #27280 - bluss:siphash-perf, r=alexcrichton
bors
-4
/
+22
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-0
/
+2
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-2
/
+4
2015-07-25
siphash: Reorder hash state in the struct
Ulrik Sverdrup
-1
/
+5
2015-07-25
siphash: Remove one variable
Ulrik Sverdrup
-2
/
+1
2015-07-25
siphash: Use ptr::copy_nonoverlapping for efficient data loading
Ulrik Sverdrup
-1
/
+16
2015-07-14
core: Revive SipHash's tests
Ulrik Sverdrup
-2
/
+0
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-2
/
+2
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-12
/
+15
2015-05-03
Restore HashMap performance by allowing some functions to be inlined
Björn Steinbrink
-0
/
+3
2015-04-21
rollup merge of #24541: alexcrichton/issue-24538
Alex Crichton
-2
/
+0
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-17
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-2
/
+0
2015-04-03
Auto merge of #23832 - petrochenkov:usize, r=aturon
bors
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-5
/
+0
2015-03-31
Stabilize std::num
Aaron Turon
-2
/
+3
2015-03-30
Remove unnecessary `as usize`
Vadim Petrochenkov
-1
/
+1
2015-03-28
Document properties for Eq + Hash
Steve Klabnik
-0
/
+10
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
[next]