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
/
libcore
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #21258: aturon/stab-3-index
Alex Crichton
-50
/
+18
2015-01-21
rollup merge of #21396: japaric/no-parens-in-range
Alex Crichton
-4
/
+4
2015-01-21
rollup merge of #21053: apasel422/exact
Alex Crichton
-0
/
+5
2015-01-21
Deprecate slicing methods in favor of notation
Aaron Turon
-50
/
+18
2015-01-20
implement `ExactSizeIterator` for `slice::{Chunks,ChunksMut}`
Andrew Paseltiner
-0
/
+5
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-4
/
+4
2015-01-17
Remove unnecessary explicit conversions to *const T
we
-2
/
+2
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-6
/
+6
2015-01-08
Improvements to feature staging
Brian Anderson
-26
/
+26
2015-01-07
use slicing sugar
Jorge Aparicio
-12
/
+12
2015-01-06
Test fixes and rebase conflicts
Alex Crichton
-5
/
+5
2015-01-06
rollup merge of #20656: japaric/at-clean
Alex Crichton
-2
/
+2
2015-01-06
rollup merge of #20607: nrc/kinds
Alex Crichton
-2
/
+2
2015-01-07
markers -> marker
Nick Cameron
-8
/
+8
2015-01-07
fallout
Nick Cameron
-55
/
+49
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-16
/
+30
2015-01-07
Impls using the new scheme for slicing
Nick Cameron
-72
/
+128
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-8
/
+8
2015-01-06
cleanup: use short AT notation (`Ty::Item` instead of `<Ty as Trait>::Item`)
Jorge Aparicio
-2
/
+2
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-2
/
+2
2015-01-05
rollup merge of #20556: japaric/no-for-sized
Alex Crichton
-5
/
+4
2015-01-05
rollup merge of #20560: aturon/stab-2-iter-ops-slice
Alex Crichton
-19
/
+24
2015-01-06
Fallout
Nick Cameron
-2
/
+2
2015-01-05
Stabilization of impls and fallout from stabilization
Aaron Turon
-15
/
+16
2015-01-05
register snapshot
Jorge Aparicio
-22
/
+0
2015-01-05
Final alpha stabilization of std::slice
Aaron Turon
-4
/
+8
2015-01-05
remove unused `Sized` imports
Jorge Aparicio
-1
/
+0
2015-01-05
sed -i -s 's/ for Sized?//g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-03
Remove deprecated functionality
Alex Crichton
-77
/
+1
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-3
/
+3
2015-01-03
sed -i -s 's/\bmod}/self}/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
core: use assoc types in `Index[Mut]`
Jorge Aparicio
-0
/
+26
2015-01-03
core: use assoc types in Iterator et al
Jorge Aparicio
-22
/
+38
2015-01-02
merge `*SliceExt` traits, use assoc types in `SliceExt`, `Raw[Mut]Ptr`
Jorge Aparicio
-174
/
+145
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-159
/
+171
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+4
2014-12-30
Stabilize cmp
Aaron Turon
-4
/
+4
2014-12-30
Second pass stabilization: slice
Aaron Turon
-159
/
+169
2014-12-29
rollup merge of #20160: nick29581/ranges2
Alex Crichton
-11
/
+12
2014-12-30
Fallout from mut slices
Nick Cameron
-9
/
+10
2014-12-30
Remove ExprSlice by hacking the compiler
Nick Cameron
-2
/
+2
2014-12-29
std: Second pass stabilization for `ptr`
Alex Crichton
-2
/
+2
2014-12-22
Added missing renames:
Florian Wilkens
-1
/
+1
2014-12-22
Renaming of the Iter types as in RFC #344
Florian Wilkens
-25
/
+25
2014-12-20
Stabilize clone
Aaron Turon
-2
/
+2
2014-12-19
libcore: use `#[deriving(Copy)]`
Jorge Aparicio
-3
/
+1
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-9
/
+9
2014-12-17
rollup merge of #19902: alexcrichton/second-pass-mem
Alex Crichton
-1
/
+2
2014-12-17
rollup merge of #19832: japaric/no-nocopy
Alex Crichton
-5
/
+2
2014-12-17
rollup merge of #19827: japaric/clone-uc
Alex Crichton
-0
/
+11
[next]