about summary refs log tree commit diff
path: root/src/libcore/hash
AgeCommit message (Expand)AuthorLines
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-3/+2
2015-11-18Add missing annotations and some testsVadim Petrochenkov-0/+1
2015-11-16Make note about traits that can be derivedSteve Klabnik-0/+2
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+1
2015-10-08rustfmt hash submoduleMichael Pankov-15/+27
2015-09-12Stop a private method on `SipHasher` from shadowing `Hasher::write`Tobias Bucher-8/+3
2015-08-15Reduce libcore/liballoc's dependence on pointer sizesDylan McKay-5/+5
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-23/+16
2015-08-03syntax: Implement #![no_core]Alex Crichton-3/+4
2015-07-31Auto merge of #27370 - alexcrichton:stabilize-easy, r=brsonbors-12/+11
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-2/+4
2015-07-28std: Stabilize a number of small APIsAlex Crichton-12/+11
2015-07-28Auto merge of #27280 - bluss:siphash-perf, r=alexcrichtonbors-4/+22
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+2
2015-07-27Show appropriate feature flags in docsSteve Klabnik-2/+4
2015-07-25siphash: Reorder hash state in the structUlrik Sverdrup-1/+5
2015-07-25siphash: Remove one variableUlrik Sverdrup-2/+1
2015-07-25siphash: Use ptr::copy_nonoverlapping for efficient data loadingUlrik Sverdrup-1/+16
2015-07-14core: Revive SipHash's testsUlrik Sverdrup-2/+0
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-2/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-12/+15
2015-05-03Restore HashMap performance by allowing some functions to be inlinedBjörn Steinbrink-0/+3
2015-04-21rollup merge of #24541: alexcrichton/issue-24538Alex Crichton-2/+0
2015-04-21Model lexer: Fix remaining issuesPiotr Czarnecki-2/+0
2015-04-17std: Add Default/IntoIterator/ToOwned to the preludeAlex Crichton-2/+0
2015-04-03Auto merge of #23832 - petrochenkov:usize, r=aturonbors-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-5/+0
2015-03-31Stabilize std::numAaron Turon-2/+3
2015-03-30Remove unnecessary `as usize`Vadim Petrochenkov-1/+1
2015-03-28Document properties for Eq + HashSteve Klabnik-0/+10
2015-03-25Change lint names to pluralsNick Cameron-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-0/+2
2015-03-23rollup merge of #23652: alexcrichton/stabilize-hasher-finishAlex Crichton-1/+1
2015-03-23std: Stabilize the `Hasher::finish` methodAlex Crichton-1/+1
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+2
2015-03-12remove mention of specialization from `Hash` traitAndrew Paseltiner-3/+1
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-1/+1
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-6/+6
2015-03-02core: Audit num module for int/uintBrian Anderson-1/+1
2015-02-23int audit core::hashNick Cameron-4/+4
2015-02-20Register new snapshotsAlex Crichton-218/+0
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-2/+2
2015-02-18Round 3 test fixes and conflictsAlex Crichton-9/+0
2015-02-18Round 2 test fixes and conflictsAlex Crichton-11/+115
2015-02-18rollup merge of #22210: aturon/stab-final-borrowAlex Crichton-116/+2
2015-02-18Stabilize std::borrowAaron Turon-10/+0
2015-02-18std: Stabilize the `hash` moduleAlex Crichton-126/+413
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+0
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-1/+1
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-1/+0