about summary refs log tree commit diff
path: root/src/libcore/hash
AgeCommit message (Expand)AuthorLines
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
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-1/+1
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-1/+1
2015-01-23Deprecated attributes don't take 'feature' names and are paired with stable/u...Brian Anderson-1/+2
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Minor fixesBrian Anderson-1/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-2/+3
2015-01-18std: Stabilize TypeId and tweak BoxAnyAlex Crichton-8/+0
2015-01-17Register new snapshots.Eduard Burtescu-292/+118
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-533/+400
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-7/+7
2015-01-06FalloutNick Cameron-7/+7
2015-01-05sed -i -s 's/ for Sized?//g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-4/+4
2015-01-03Initial version of AArch64 support.Akos Kiss-1/+7
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-8/+8
2015-01-02More falloutNick Cameron-1/+1
2015-01-02Fallout - change array syntax to use `;`Nick Cameron-2/+2
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-8/+8
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-0/+1
2014-12-20Stabilize cloneAaron Turon-0/+1
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-6/+1
2014-12-19libcollections: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-32/+32
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-0/+2
2014-12-15Move hash module from collections to coreSteven Fackler-0/+787