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
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-08
Improvements to feature staging
Brian Anderson
-17
/
+17
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-3
/
+3
2015-01-07
use slicing sugar
Jorge Aparicio
-14
/
+13
2015-01-07
Merge pull request #20674 from jbcrail/fix-misspelled-comments
bors
-2
/
+2
2015-01-06
Fix misspelled comments.
Joseph Crail
-2
/
+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
-8
/
+8
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
fallout
Nick Cameron
-5
/
+10
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-8
/
+8
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-13
/
+13
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-462
/
+328
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-4
/
+4
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-1
/
+1
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-1
/
+2
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-5
/
+13
2015-01-05
Modernize macro_rules! invocations
Keegan McAllister
-4
/
+4
2015-01-06
Fallout
Nick Cameron
-1
/
+1
2015-01-05
Remove i suffix in docs
Steve Klabnik
-336
/
+464
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-0
/
+1
2015-01-05
Final alpha stabilization of std::slice
Aaron Turon
-2
/
+4
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-2
/
+2
2015-01-03
Remove deprecated functionality
Alex Crichton
-206
/
+47
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
-3
/
+3
2015-01-03
core: merge DoubleEndedIteratorExt into IteratorExt
Jorge Aparicio
-1
/
+1
2015-01-03
collections: fix fallout
Jorge Aparicio
-2
/
+6
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-238
/
+261
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-238
/
+261
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-5
/
+9
2015-01-02
More fallout
Nick Cameron
-3
/
+3
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-10
/
+11
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-2
/
+2
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-718
/
+797
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
[next]