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
/
libstd
/
collections
Age
Commit message (
Expand
)
Author
Lines
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-7
/
+7
2014-07-04
librustc: Remove the `&LIFETIME EXPR` production from the language.
Patrick Walton
-6
/
+3
2014-07-02
auto merge of #15257 : erickt/rust/hashmap, r=alexcrichton
bors
-15
/
+18
2014-06-30
libstd: set baseline stability levels.
Aaron Turon
-0
/
+2
2014-06-30
std: micro optimize Hash{Map,Set}::{new,with_capacity}
Erick Tryzelaar
-0
/
+8
2014-06-30
std: make sure HashMap from_iter uses random initialization by default
Erick Tryzelaar
-15
/
+10
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-3
/
+3
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-70
/
+70
2014-06-15
Register new snapshots
Alex Crichton
-44
/
+0
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-0
/
+44
2014-06-10
auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichton
bors
-3
/
+2
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-7
/
+8
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-3
/
+3
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-3
/
+2
2014-06-06
Implement Eq for HashSet and HashMap
Steven Fackler
-3
/
+7
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-14
/
+25
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+2880