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
/
ringbuf.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-13
/
+13
2014-06-14
rustc: Obsolete the `@` syntax entirely
Alex Crichton
-5
/
+7
2014-06-13
Fix all violations of stronger guarantees for mutable borrows
Cameron Zwarich
-1
/
+2
2014-06-09
collections: Add missing Default impls
Tom Jakubowski
-0
/
+6
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-3
/
+3
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-5
/
+6
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-5
/
+7
2014-06-04
Implement Show for RingBuf
Adolfo Ochagavía
-0
/
+26
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-6
/
+6
2014-05-22
Remove a slew of old deprecated functions
Alex Crichton
-11
/
+1
2014-04-28
Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...
Jonathan S
-11
/
+11
2014-04-23
std: Change RandomAccessIterator to use `&mut self`
Alex Crichton
-1
/
+1
2014-04-11
libtest: rename `BenchHarness` to `Bencher`
Liigo Zhuang
-5
/
+5
2014-04-09
collections: replace all ~[T] with Vec<T>.
Huon Wilson
-23
/
+22
2014-03-31
collections: Switch field privacy as necessary
Alex Crichton
-10
/
+10
2014-03-30
Rename `from_iterator` to `from_iter` for consistency.
Brian Anderson
-2
/
+2
2014-03-30
Updated references to extra in libcollections docs
Scott Jenkins
-1
/
+1
2014-03-25
Changed `iter::Extendable` and `iter::FromIterator` to take a `Iterator` by v...
Marvin Löbel
-3
/
+3
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-02-28
std: Change assert_eq!() to use {} instead of {:?}
Alex Crichton
-7
/
+8
2014-02-24
Move extra::json to libserialize
Alex Crichton
-27
/
+0
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+2
2014-02-13
Removed num::Orderable
Michael Darakananda
-2
/
+2
2014-02-07
moved collections from libextra into libcollections
HeroesGrave
-0
/
+858