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
2015-01-22
Rollup merge of #21484 - steveklabnik:connect_docs, r=alexcrichton
Steve Klabnik
-2
/
+21
2015-01-21
add doc examples for connect/concat
Steve Klabnik
-2
/
+21
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-45
/
+19
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-6
/
+6
2015-01-21
rollup merge of #21053: apasel422/exact
Alex Crichton
-0
/
+7
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-21
Deprecate slicing methods in favor of notation
Aaron Turon
-44
/
+18
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-6
/
+6
2015-01-20
implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}`
Andrew Paseltiner
-0
/
+7
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-1
/
+1
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-6
/
+6
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
[next]