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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-0
/
+4
2015-06-17
std: Deprecate the IntSliceExt trait
Alex Crichton
-0
/
+4
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-15
/
+12
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-13
/
+0
2015-05-16
Auto merge of #25434 - dotdash:gep, r=alexcrichton
bors
-45
/
+61
2015-05-15
Allow for better optimizations of iterators for zero-sized types
Björn Steinbrink
-45
/
+61
2015-05-15
Fix major compile time regression
Björn Steinbrink
-16
/
+16
2015-05-11
Avoid returning a slice with a null pointer from Iter.as_slice()
Kevin Ballard
-19
/
+19
2015-05-11
Reintroduce non-null assumptions in core::slice iterators
Kevin Ballard
-8
/
+16
2015-05-11
Handle overflow properly in core::slice
Kevin Ballard
-39
/
+12
2015-05-07
Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonw
bors
-6
/
+24
2015-05-04
Avoid latent (harmless) overflow in core::slice.
Felix S. Klock II
-6
/
+24
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
[next]