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-02-18
Implement RFC 580
Aaron Turon
-2876
/
+0
2015-02-17
Register new snapshots
Alex Crichton
-33
/
+0
2015-02-17
Test fixes and rebase conflicts
Alex Crichton
-5
/
+8
2015-02-17
rollup merge of #22457: steveklabnik/gh22361
Alex Crichton
-3
/
+5
2015-02-17
Clarify RingBuf documentation.
Steve Klabnik
-3
/
+5
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+3
2015-02-17
Rollup merge of #22313 - japaric:iter, r=aturon
Manish Goregaokar
-0
/
+36
2015-02-15
Auto merge of #22058 - Gankro:all-the-impls, r=huonw
bors
-0
/
+151
2015-02-14
naive RingBuf::append impl
Alexis
-1
/
+50
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+36
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-3
/
+3
2015-02-07
add split_off to RingBuf
Alexis
-0
/
+102
2015-02-07
Don't use std:: paths in syntax extensions when compiling a #![no_std] crate
Keegan McAllister
-2
/
+2
2015-02-06
make `IndexMut` a super trait over `Index`
Jorge Aparicio
-2
/
+0
2015-02-07
fix outdated docs
Alexis
-1
/
+1
2015-02-05
remove int_uint feature from libcollections
Alexis
-2
/
+2
2015-02-05
remove unecessary lifetimes from a bunch of collections code
Alexis
-6
/
+6
2015-02-05
misc collections code cleanup
Alexis
-111
/
+103
2015-02-02
remove unused mut qualifiers
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-30
Test fixes and rebase conflicts
Alex Crichton
-11
/
+11
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-123
/
+123
2015-01-30
s/while let/for/g now that #21245 has been fixed
Jorge Aparicio
-6
/
+2
2015-01-30
fix fallout
Jorge Aparicio
-3
/
+7
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-1
/
+25
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-123
/
+123
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-3
/
+3
2015-01-29
fix inference fallout
Jorge Aparicio
-4
/
+4
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-2
/
+2
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-55
/
+55
2015-01-29
`range(a, b).foo()` -> `(a..b).foo()`
Jorge Aparicio
-12
/
+12
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-5
/
+5
2015-01-23
grandfathered -> rust1
Brian Anderson
-57
/
+57
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-8
/
+8
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-8
/
+8
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-65
/
+73
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-4
/
+4
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-3
/
+3
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
[next]