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
Age
Commit message (
Expand
)
Author
Lines
2014-12-15
Move hash module from collections to core
Steven Fackler
-938
/
+0
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-2
/
+2
2014-12-10
auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...
bors
-1
/
+1
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-1
/
+1
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+3
2014-11-26
/*! -> //!
Steve Klabnik
-52
/
+50
2014-11-25
Deprecate MaybeOwned[Vector] in favor of Cow
Jorge Aparicio
-0
/
+8
2014-11-22
DSTify free functions in std::hash
we
-2
/
+2
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-2
/
+2
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
-2
/
+2
2014-11-01
collections: Remove all collections traits
Alex Crichton
-2
/
+0
2014-10-31
DSTify Hash
Jorge Aparicio
-17
/
+22
2014-10-16
libcollections: Remove all uses of {:?}.
Luqman Aden
-4
/
+1
2014-10-07
Rename slice::Slice
Nick Cameron
-1
/
+1
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
-3
/
+4
2014-08-19
A few minor documentation fixes
P1start
-28
/
+26
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-13
Fix test fallout
Brian Anderson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-2
/
+2
2014-07-27
Implement Hash for tuples of up to arity 12. Also change the style to be cons...
nham
-11
/
+18
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-0
/
+2
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-07-13
auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichton
bors
-1
/
+1
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
2014-07-10
Use std::fmt::radix instead of to_str_radix.
OGINO Masanori
-3
/
+3
2014-06-30
auto merge of #15256 : erickt/rust/optimizations, r=alexcrichton
bors
-2
/
+0
2014-06-29
collections: minor cleanup
Erick Tryzelaar
-2
/
+0
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
-9
/
+3
2014-06-11
rustc: Update how Gc<T> is recognized
Alex Crichton
-7
/
+0
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-38
/
+44
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+944