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
2014-10-07
Rename slicing methods
Nick Cameron
-1
/
+62
2014-10-07
Rename slice::Slice
Nick Cameron
-4
/
+4
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-42
/
+33
2014-10-06
Add example to doc for `slice::ImmutableSlice::binary_search`.
Felix S. Klock II
-2
/
+42
2014-10-02
rollup merge of #16993 : dschatzberg/items-bounds
Alex Crichton
-2
/
+2
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-47
/
+89
2014-10-02
Revert "Remove the `_` suffix from slice methods."
Aaron Turon
-58
/
+69
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-2
/
+2
2014-10-02
Revert "Review and rebasing changes"
Aaron Turon
-3
/
+5
2014-10-02
Add lifetime bounds on Items and MutItems.
Dan Schatzberg
-2
/
+2
2014-10-02
Review and rebasing changes
Nick Cameron
-5
/
+3
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-2
/
+2
2014-10-02
Remove the `_` suffix from slice methods.
Nick Cameron
-69
/
+58
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-89
/
+47
2014-09-25
Fallout from deprecation
Aaron Turon
-0
/
+1
2014-09-25
Stabilize mutable slice API
Aaron Turon
-239
/
+266
2014-09-22
Fix deprecation warnings in check-docs.
Victor Berger
-2
/
+2
2014-09-19
Implement slicing syntax.
Nick Cameron
-0
/
+58
2014-09-16
Fallout from renaming
Aaron Turon
-19
/
+19
2014-09-16
Align with _mut conventions
Aaron Turon
-18
/
+71
2014-09-05
Optimize Slice::reverse
Brian Anderson
-1
/
+6
2014-09-01
auto merge of #16897 : japaric/rust/mut-slice-collection, r=alexcrichton
bors
-0
/
+9
2014-08-31
&mut [T] now implements Collection. Fixes #16896
Jorge Aparicio
-0
/
+9
2014-08-30
rollup merge of #16842 : zsiciarz/master
Alex Crichton
-5
/
+5
2014-08-30
rollup merge of #16835 : michaelsproul/doc-slice-failure
Alex Crichton
-28
/
+33
2014-08-29
Register new snapshots
Alex Crichton
-59
/
+0
2014-08-29
Updated mut_chunks doc comment to match argument name.
Zbigniew Siciarz
-5
/
+5
2014-08-29
doc: Clarify slice failure conditions.
Michael Sproul
-28
/
+33
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-3
/
+58
2014-08-26
Rebasing changes
Nick Cameron
-0
/
+21
2014-08-26
DST coercions and DST structs
Nick Cameron
-1
/
+0
2014-08-18
libsyntax: Remove the `use foo = bar` syntax from the language in favor
Patrick Walton
-1
/
+1
2014-08-13
Address some review feedback
Brian Anderson
-14
/
+12
2014-08-13
core: Put stability attributes all over the slice module
Brian Anderson
-0
/
+72
2014-08-13
core: Add binary_search and binary_search_elem methods to slices.
Brian Anderson
-0
/
+92
2014-08-13
core: Rename ImmutableEqSlice to ImmutablePartialEqSlice
Brian Anderson
-2
/
+2
2014-08-13
core: Rename MutableCloneableSlice::copy_from to clone_from_slice
Brian Anderson
-2
/
+8
2014-08-13
core: Deprecate ImmutableSlice::tailn and initn
Brian Anderson
-0
/
+4
2014-08-13
core: Rename ImmutableSlice::unsafe_ref to unsafe_get
Brian Anderson
-0
/
+12
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-12
/
+14
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-12
/
+12
2014-08-01
Add a split_at method to slice::ImmutableVector
nham
-4
/
+17
2014-07-05
libcore: Fix Items iterator for zero sized types.
Luqman Aden
-12
/
+24
2014-06-30
core: Remove the unnecessary 'traits' module from 'slice'
Brian Anderson
-49
/
+39
2014-06-30
core: Reorganize slice module.
Brian Anderson
-458
/
+514
2014-06-29
Implement RFC#28: Add PartialOrd::partial_cmp
Steven Fackler
-0
/
+6
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-4
/
+0
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-14
/
+14
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-13
/
+13
2014-06-13
added get_mut() for [T]
bachm
-0
/
+8
[next]