index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
hash
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-15
Move hash module from collections to core
Steven Fackler
-391
/
+0
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-1
/
+1
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-1
/
+1
2014-11-26
/*! -> //!
Steve Klabnik
-52
/
+50
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-0
/
+8
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-1
/
+1
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+1
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-1
/
+1
2014-10-31
DSTify Hash
Jorge Aparicio
-16
/
+21
2014-08-30
Add lint groups; define built-in lint groups `bad_style` and `unused`
P1start
-1
/
+0
2014-08-30
Unify non-snake-case lints and non-uppercase statics lints
P1start
-0
/
+1
2014-08-26
libcollections: In tests, remove some uses of deprecated methods and
nham
-1
/
+0
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-1
/
+2
2014-08-19
A few minor documentation fixes
P1start
-5
/
+5
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-07-27
Implement Hash for tuples of up to arity 12. Also change the style to be cons...
nham
-11
/
+18
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-2
/
+2
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-06-18
Shorten endian conversion method names
Brendan Zabarauskas
-1
/
+1
2014-06-18
Merge the Bitwise and ByteOrder traits into the Int trait
Brendan Zabarauskas
-1
/
+0
2014-06-18
Use ByteOrder methods instead of free-standing functions
Brendan Zabarauskas
-38
/
+23
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-7
/
+0
2014-06-11
rustc: Update how Gc<T> is recognized
Alex Crichton
-7
/
+0
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-12
/
+32
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+382