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-08-29
Register new snapshots
Alex Crichton
-18
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+20
2014-08-13
core: Rename ImmutableEqSlice to ImmutablePartialEqSlice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-1
/
+1
2014-08-12
auto merge of #16195 : P1start/rust/more-index, r=aturon
bors
-6
/
+48
2014-08-12
Implement Index for HashMap
P1start
-6
/
+48
2014-08-01
Fix misspelled comments.
Joseph Crail
-1
/
+1
2014-07-30
Library changes for RFC #43
Cameron Zwarich
-1
/
+2
2014-07-28
doc: reduce overlong sentence
Tshepang Lekhonkhobe
-1
/
+1
2014-07-27
doc: Correctly onclose code blocks in HashSet
Jonas Hietala
-0
/
+3
2014-07-26
auto merge of #15941 : treeman/rust/doc-lru, r=alexcrichton
bors
-0
/
+85
2014-07-24
Cleanup HashMap documentation.
Jonas Hietala
-53
/
+68
2014-07-24
Cleanup LruCache doc.
Jonas Hietala
-9
/
+8
2014-07-24
Documentation examples for LruCache.
Jonas Hietala
-0
/
+86
2014-07-24
Remove explicit rust code specifier. Unhide use HashMap.
Jonas Hietala
-56
/
+56
2014-07-24
Fill in example code for HashMap.
Jonas Hietala
-19
/
+293
2014-07-23
Just land already
Brian Anderson
-1
/
+1
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-1
/
+1
2014-07-22
auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton
bors
-0
/
+2
2014-07-21
Add a ton of ignore-lexer-test
Corey Richardson
-0
/
+2
2014-07-18
Remove examples from trait implementations. Unhide imports.
Jonas Hietala
-154
/
+18
2014-07-18
Fill in documentation for HashSet.
Jonas Hietala
-37
/
+267
2014-07-16
Extend HashSet documentation.
Jonas Hietala
-4
/
+159
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
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
[prev]