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-02-18
Fallout: Port slice to use `PhantomData` instead of `ContravariantLifetime`
Niko Matsakis
-7
/
+7
2015-02-17
Register new snapshots
Alex Crichton
-22
/
+0
2015-02-17
std: Stabilize the IntoIterator trait
Alex Crichton
-0
/
+2
2015-02-17
Rollup merge of #22313 - japaric:iter, r=aturon
Manish Goregaokar
-0
/
+24
2015-02-14
core::slice: uint -> usize, int -> isize
Brian Anderson
-117
/
+117
2015-02-13
add an associated `Item` type to `IntoIterator`
Jorge Aparicio
-0
/
+24
2015-02-11
More test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-02-11
implement missing iterator traits for slice::Windows
David Creswick
-2
/
+36
2015-02-09
std: Rename IntoIterator::Iter to IntoIter
Alex Crichton
-2
/
+2
2015-02-06
make `IndexMut` a super trait over `Index`
Jorge Aparicio
-10
/
+0
2015-02-05
Replace usage of slice::from_raw_buf with slice::from_raw_parts
Mikhail Zabaluev
-4
/
+52
2015-02-02
register snapshots
Jorge Aparicio
-13
/
+0
2015-01-30
remove Copy impls from iterators
Jorge Aparicio
-4
/
+1
2015-01-30
core: add the `IntoIterator` trait
Jorge Aparicio
-0
/
+16
2015-01-30
Rename FullRange to RangeFull
Nick Cameron
-14
/
+28
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-4
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-54
/
+27
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-4
/
+4
2015-01-23
grandfathered -> rust1
Brian Anderson
-34
/
+34
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-32
/
+32
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-32
/
+32
2015-01-21
Tie stability attributes to feature gates
Brian Anderson
-1
/
+0
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-66
/
+69
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
[prev]
[next]