summary refs log tree commit diff
path: root/src/libcollections/hash/mod.rs
AgeCommit message (Expand)AuthorLines
2014-08-30Add lint groups; define built-in lint groups `bad_style` and `unused`P1start-1/+0
2014-08-30Unify non-snake-case lints and non-uppercase statics lintsP1start-0/+1
2014-08-26libcollections: In tests, remove some uses of deprecated methods andnham-1/+0
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-1/+2
2014-08-19A few minor documentation fixesP1start-5/+5
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-1/+1
2014-07-27Implement Hash for tuples of up to arity 12. Also change the style to be cons...nham-11/+18
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-1/+1
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-1/+0
2014-06-18Use ByteOrder methods instead of free-standing functionsBrendan Zabarauskas-38/+23
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-7/+0
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-7/+0
2014-06-05Fallout from the libcollections movementAlex Crichton-12/+32
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+382