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
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-119
/
+66
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-47
/
+48
2015-01-21
rollup merge of #21437: FlaPer87/snapshot
Alex Crichton
-3
/
+0
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-3
/
+3
2015-01-21
rollup merge of #21354: eddyb/vec-ufcs
Alex Crichton
-8
/
+8
2015-01-21
rollup merge of #21053: apasel422/exact
Alex Crichton
-0
/
+7
2015-01-21
Fallout from stabilization.
Aaron Turon
-23
/
+28
2015-01-21
Deprecate slicing methods in favor of notation
Aaron Turon
-94
/
+28
2015-01-21
Stabilize Index traits and most range notation
Aaron Turon
-2
/
+10
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-47
/
+48
2015-01-20
implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}`
Andrew Paseltiner
-0
/
+7
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-3
/
+0
2015-01-21
Rollup merge of #21388 - aochagavia:collections, r=Gankro
Barosl LEE
-11
/
+71
2015-01-21
Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton
Barosl LEE
-13
/
+13
2015-01-21
Rollup merge of #20998 - estsauver:20984, r=steveklabnik
Barosl LEE
-4
/
+4
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-3
/
+3
2015-01-19
Implement range and range_mut for BTree
Piotr Czarnecki
-194
/
+604
2015-01-19
Add test for #21328
Adolfo Ochagavía
-1
/
+13
2015-01-19
Add a Drain iterator to VecMap
Adolfo Ochagavía
-6
/
+55
2015-01-19
Make VecMap::into_iter consume the VecMap
Adolfo Ochagavía
-4
/
+3
2015-01-18
Improve the vec![...] macro with UFCS.
Eduard Burtescu
-8
/
+8
2015-01-18
auto merge of #21288 : brson/rust/snaps, r=alexcrichton
bors
-29
/
+1
2015-01-17
Set allow(unstable) in crates that use unstable features
Brian Anderson
-0
/
+1
2015-01-17
Register new snapshots.
Eduard Burtescu
-29
/
+0
2015-01-17
add append to vec with tests
Jeff Belgum
-0
/
+46
2015-01-17
s/deriving/derives in Comments/Docs
Earl St Sauver
-4
/
+4
2015-01-17
Revert stability for Bitv and BitvSet
Simonas Kazlauskas
-4
/
+4
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-13
/
+13
2015-01-15
rollup merge of #21168: aidanhs/aphs-doc-vec-heap
Alex Crichton
-1
/
+1
2015-01-15
rollup merge of #21161: japaric/ufcs-hash
Alex Crichton
-0
/
+2
2015-01-15
rollup merge of #21126: sleepynate/dlist-examples
Alex Crichton
-6
/
+166
2015-01-15
rollup merge of #21036: renato-zannon/into-iter-impls
Alex Crichton
-0
/
+3
2015-01-15
rollup merge of #20976: jbcrail/rm-unused-import
Alex Crichton
-1
/
+0
2015-01-15
rollup merge of #20463: amaranth/black_box_output
Alex Crichton
-4
/
+4
2015-01-15
Explicitly note that vector contents are on the heap
Aidan Hobson Sayers
-1
/
+1
2015-01-14
use UFCS in `#[deriving(Hash)]`
Jorge Aparicio
-0
/
+2
2015-01-14
Add examples for DList methods.
nathan dotz
-6
/
+166
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-8
/
+8
2015-01-13
Fix test failures
Travis Watkins
-4
/
+4
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-8
/
+8
2015-01-12
auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton
bors
-2
/
+2
2015-01-12
Vec's IntoIter should be Send/Sync when Vec is (fixes #21027)
Renato Zannon
-0
/
+3
2015-01-11
Remove unused import.
Joseph Crail
-1
/
+0
2015-01-11
Rename AtomicInt and AtomicUint
Steven Fackler
-2
/
+2
2015-01-11
auto merge of #20406 : TimDumol/rust/dlist-append-split-off, r=Gankro
bors
-41
/
+161
2015-01-11
auto merge of #20859 : mahkoh/rust/as_mut_vec, r=nikomatsakis
bors
-0
/
+15
2015-01-10
add inline to every String function
Julian Orth
-0
/
+15
2015-01-10
Merge pull request #20771 from Kimundi/vec-macro-repeat
bors
-1
/
+5
2015-01-09
Add append() and split_off() to DList.
Tim Dumol
-41
/
+161
2015-01-08
Merge pull request #20766 from tsurai/patch-1
bors
-1
/
+1
[next]