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
/
ring_buf.rs
Age
Commit message (
Expand
)
Author
Lines
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
2014-12-15
std: Second pass stabilization of `default`
Alex Crichton
-0
/
+2
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-2
/
+0
2014-12-15
Standardize some usages of "which" in docstrings
Andrew Wagner
-1
/
+1
2014-12-13
auto merge of #19671 : tbu-/rust/pr_doc_removetraitrefs, r=Gankro
bors
-1
/
+1
2014-12-11
Implement insert for RingBuf
Matt Murphy
-1
/
+267
2014-12-10
auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...
bors
-19
/
+19
2014-12-10
Remove references to traits that no longer exist
Tobias Bucher
-1
/
+1
2014-12-09
rollup merge of #19622: steveklabnik/fix_ringbuf_doc
Alex Crichton
-2
/
+1
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-19
/
+19
[prev]
[next]