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
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2014-12-30
Fallout from stabilization
Aaron Turon
-57
/
+71
2014-12-30
rollup merge of #20328: huonw/attack-of-the-clones
Alex Crichton
-2
/
+4
2014-12-30
Adjustments from review
Aaron Turon
-4
/
+4
2014-12-30
Libs: Unify concat and concat_vec
Aaron Turon
-12
/
+24
2014-12-30
Second pass stabilization: slice
Aaron Turon
-663
/
+717
2014-12-30
Implement `Clone` for a large number of iterators & other adaptors.
Huon Wilson
-2
/
+4
2014-12-29
rollup merge of #20289: nick29581/shadowing
Alex Crichton
-1
/
+4
2014-12-29
rollup merge of #20264: nagisa/threadrng
Alex Crichton
-3
/
+3
2014-12-29
rollup merge of #20160: nick29581/ranges2
Alex Crichton
-7
/
+7
2014-12-30
Fallout from mut slices
Nick Cameron
-7
/
+7
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-1
/
+1
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-1
/
+4
2014-12-28
Rename TaskRng to ThreadRng
Simonas Kazlauskas
-3
/
+3
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-6
/
+6
2014-12-20
Fix fallout of removing import_shadowing in tests.
Eduard Burtescu
-13
/
+8
2014-12-19
libcollections: use `#[deriving(Copy)]`
Jorge Aparicio
-5
/
+3
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1
/
+5
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-3
/
+1
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-7
/
+5
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-14
std: Collapse SlicePrelude traits
Alex Crichton
-15
/
+683
2014-12-13
libcollections: use unboxed closures in `[Clone]SliceAllocPrelude` methods
Jorge Aparicio
-6
/
+7
2014-12-10
auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...
bors
-5
/
+5
2014-12-08
Change 'Example' to 'Examples' throughout collections' rustdocs.
jbranchaud
-5
/
+5
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-3
/
+13
2014-12-06
libcollections: remove unnecessary `to_string()` calls
Jorge Aparicio
-8
/
+8
2014-12-06
libcollections: remove unnecessary `as_mut_slice()` calls
Jorge Aparicio
-17
/
+17
2014-12-06
libcollections: remove unnecessary `as_slice()` calls
Jorge Aparicio
-30
/
+30
2014-11-26
rollup merge of #19287: alexcrichton/issue-19272
Alex Crichton
-1
/
+1
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-24
std: Export BinarySearchResult
Alex Crichton
-1
/
+1
2014-11-23
auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichton
bors
-1
/
+6
2014-11-23
auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon
bors
-1
/
+1
2014-11-22
std: Align `raw` modules with unsafe conventions
Alex Crichton
-1
/
+1
2014-11-20
Make most of std::rt private
Aaron Turon
-3
/
+5
2014-11-20
libs: make Cow usable, improve documentation
Aaron Turon
-1
/
+6
2014-11-20
Rename remaining Failures to Panic
Subhash Bhushan
-1
/
+1
2014-11-20
libcore: DST-ify AsSlice
Aaron Turon
-1
/
+1
2014-11-19
Update libcollections tests to pass the new type rules. They used to return a...
Niko Matsakis
-3
/
+3
2014-11-17
libcore: add borrow module
Aaron Turon
-0
/
+11
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+1
2014-11-17
Fix fallout from coercion removal
Nick Cameron
-5
/
+5
2014-11-06
rollup merge of #18605 : Gankro/collect-fruit
Alex Crichton
-3
/
+3
2014-11-06
Implement low-hanging fruit of collection conventions
Alexis Beingessner
-3
/
+3
2014-11-06
Prelude: rename and consolidate extension traits
Aaron Turon
-154
/
+56
2014-11-05
Fix tests
Jorge Aparicio
-5
/
+5
2014-11-05
Add impls of the comparison operators for fixed-length arrays of lengths 0......
Niko Matsakis
-7
/
+7
2014-11-01
collections: Remove all collections traits
Alex Crichton
-4
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-7
/
+7
[prev]
[next]