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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcollections
/
ring_buf.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-1
/
+1
2015-01-07
use slicing sugar
Jorge Aparicio
-1
/
+1
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-4
/
+4
2015-01-06
More test fixes
Alex Crichton
-8
/
+2
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-2
/
+2
2015-01-07
markers -> marker
Nick Cameron
-3
/
+3
2015-01-07
fallout
Nick Cameron
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-3
/
+3
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-36
/
+36
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-0
/
+2
2015-01-05
rollup merge of #20434: steveklabnik/five_eye
Alex Crichton
-36
/
+36
2015-01-05
rollup merge of #20197: pczarn/ring_buf-collections-reform
Alex Crichton
-22
/
+307
2015-01-05
Remove i suffix in docs
Steve Klabnik
-36
/
+36
2015-01-05
register snapshot
Jorge Aparicio
-22
/
+0
2015-01-05
Stabilize collection modules
Aaron Turon
-0
/
+2
2015-01-05
Implement a few methods for RingBuf
Piotr Czarnecki
-22
/
+307
2015-01-03
Remove deprecated functionality
Alex Crichton
-13
/
+0
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
collections: fix fallout
Jorge Aparicio
-0
/
+26
2015-01-03
collections: fix fallout
Jorge Aparicio
-15
/
+23
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+5
2014-12-31
stabilize more of collections
Alexis Beingessner
-23
/
+48
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-3
/
+3
2014-12-30
Fallout from stabilization
Aaron Turon
-3
/
+3
2014-12-30
rollup merge of #20328: huonw/attack-of-the-clones
Alex Crichton
-0
/
+11
2014-12-30
rollup merge of #20326: rohitjoshi/master
Alex Crichton
-0
/
+6
2014-12-30
Stabilize cmp
Aaron Turon
-0
/
+4
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-0
/
+11
2014-12-30
PR#20326 : Issue#20322: Adding unsafe Send and Sync traits implementation for...
Rohit Joshi
-0
/
+6
2014-12-30
Rebasing and reviewer changes
Nick Cameron
-1
/
+1
2014-12-23
Merge pull request #20155 from tbu-/pr_vecmap_fiximpls
bors
-3
/
+0
2014-12-23
Fix `collections::VecMap`'s `PartialEq` implementation
Tobias Bucher
-3
/
+0
2014-12-22
rollup merge of #20056: MrFloya/iter_rename
Alex Crichton
-20
/
+20
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-20
/
+20
2014-12-21
Misc Stabilization for collections
Chase Southwood
-4
/
+5
2014-12-21
rollup merge of #20070: aturon/stab-2-clone
Alex Crichton
-0
/
+1
2014-12-21
auto merge of #19946 : cgaebel/rust/hashmap-drain-iter, r=gankro
bors
-4
/
+126
2014-12-20
auto merge of #19903 : cgaebel/rust/ringbuf-as-slice, r=Gankro
bors
-2
/
+111
2014-12-20
Stabilize clone
Aaron Turon
-0
/
+1
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-5
/
+4
2014-12-19
Add RingBuf::as_slices as per collections reform v2.
Clark Gaebel
-2
/
+111
2014-12-18
[collections] Adds `drain`: a way to sneak out the elements while clearing.
Clark Gaebel
-4
/
+126
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-0
/
+2
2014-12-17
rollup merge of #19873: drewm1980/master
Alex Crichton
-1
/
+1
2014-12-17
rollup merge of #19871: pczarn/ring_buf-remove
Alex Crichton
-50
/
+250
2014-12-17
Implement remove for RingBuf
Piotr Czarnecki
-50
/
+250
[next]