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-05-01
std: Remove index notation on slice iterators
Alex Crichton
-110
/
+0
2015-04-24
Deduplicate slice iter offset/transmute code.
Steven Allen
-45
/
+41
2015-04-22
Address comments.
Steven Allen
-42
/
+46
2015-04-22
Implement O(1) slice::Iter methods.
Steven Allen
-0
/
+54
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-1
/
+1
2015-04-21
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-31
/
+0
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-9
/
+9
2015-04-07
std: Hide facade extension traits in docs
Alex Crichton
-0
/
+1
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-6
/
+8
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-58
/
+0
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-3
/
+3
2015-03-27
rollup merge of #23738: alexcrichton/snapshots
Alex Crichton
-185
/
+0
2015-03-26
Register new snapshots
Alex Crichton
-185
/
+0
2015-03-26
Deprecate as_mut_slice methods
Erick Tryzelaar
-0
/
+6
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
[prev]
[next]