about summary refs log tree commit diff
path: root/src/libcollections/hash
AgeCommit message (Expand)AuthorLines
2014-10-07Rename slice::SliceNick Cameron-1/+1
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-3/+4
2014-08-19A few minor documentation fixesP1start-28/+26
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-1/+1
2014-08-13Fix test falloutBrian Anderson-1/+1
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-2/+2
2014-07-27Implement Hash for tuples of up to arity 12. Also change the style to be cons...nham-11/+18
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-0/+2
2014-07-21Add a ton of ignore-lexer-testCorey Richardson-0/+2
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-1/+1
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-1/+1
2014-07-10Use std::fmt::radix instead of to_str_radix.OGINO Masanori-3/+3
2014-06-30auto merge of #15256 : erickt/rust/optimizations, r=alexcrichtonbors-2/+0
2014-06-29collections: minor cleanupErick Tryzelaar-2/+0
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-9/+3
2014-06-11rustc: Update how Gc<T> is recognizedAlex Crichton-7/+0
2014-06-05Fallout from the libcollections movementAlex Crichton-38/+44
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+944