about summary refs log tree commit diff
path: root/src/libcollections/hash
AgeCommit message (Expand)AuthorLines
2014-12-15Move hash module from collections to coreSteven Fackler-938/+0
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-2/+2
2014-12-10auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...bors-1/+1
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-1/+1
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+3
2014-11-26/*! -> //!Steve Klabnik-52/+50
2014-11-25Deprecate MaybeOwned[Vector] in favor of CowJorge Aparicio-0/+8
2014-11-22DSTify free functions in std::hashwe-2/+2
2014-11-17Fix fallout from coercion removalNick Cameron-2/+2
2014-11-13Remove lots of numeric traits from the preludesBrendan Zabarauskas-0/+1
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-2/+2
2014-11-01collections: Remove all collections traitsAlex Crichton-2/+0
2014-10-31DSTify HashJorge Aparicio-17/+22
2014-10-16libcollections: Remove all uses of {:?}.Luqman Aden-4/+1
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