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-03-26
Register new snapshots
Alex Crichton
-185
/
+0
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+1
2015-03-23
rollup merge of #23601: nikomatsakis/by-value-index
Alex Crichton
-0
/
+201
2015-03-23
Add generic conversion traits
Aaron Turon
-0
/
+5
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+1
2015-03-23
Adjust Index/IndexMut impls. For generic collections, we take
Niko Matsakis
-0
/
+201
2015-03-18
Register new snapshots
Alex Crichton
-2
/
+0
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-2
/
+2
2015-03-16
impl<T> *const T, impl<T> *mut T
Jorge Aparicio
-0
/
+1
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-2
/
+2
2015-03-13
slice::from_raw_parts is preferred over transmuting a fresh raw::Slice
Oliver Schneider
-14
/
+27
2015-03-12
Rollup merge of #23263 - alexcrichton:stabilize-from-raw-parts, r=brson
Manish Goregaokar
-2
/
+2
2015-03-11
Example -> Examples
Steve Klabnik
-2
/
+2
2015-03-10
std: Stabilize slice::from_raw_parts
Alex Crichton
-2
/
+2
2015-03-03
Rollup merge of #22988 - dcrewi:slice-swap-inline, r=alexcrichton
Manish Goregaokar
-0
/
+1
2015-03-02
Slice::swap should be inlineable
David Creswick
-0
/
+1
2015-03-02
Manual Clone for Windows/Chunks.
Huon Wilson
-2
/
+22
2015-02-28
Auto merge of #22669 - dotdash:fast_slice_iter, r=huonw
bors
-0
/
+3
2015-02-26
Send/Sync audit for libcollections
Edward Wang
-1
/
+6
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-4
/
+4
2015-02-22
Eliminate more excessive null-checks from slice iterators
Björn Steinbrink
-0
/
+3
2015-02-20
Refactored code into Searcher traits with naive implementations
Marvin Löbel
-0
/
+4
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
[next]