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-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
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-48
/
+1
2014-06-08
core: Rename `container` mod to `collections`. Closes #12543
Brian Anderson
-5
/
+5
2014-06-06
Rename Iterator::len to count
Aaron Turon
-2
/
+1
2014-06-06
Fix documentation for `slice()`
Adolfo OchagavĂa
-2
/
+2
2014-06-04
core: Apply stability attributes to ptr mod
Brian Anderson
-1
/
+2
2014-06-01
std: Drop Total from Total{Eq,Ord}
Alex Crichton
-9
/
+9
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-0
/
+2
2014-05-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-11
/
+11
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-2
/
+2
2014-05-27
std: Remove String's to_owned
Richo Healey
-7
/
+7
2014-05-22
Remove a slew of old deprecated functions
Alex Crichton
-35
/
+0
2014-05-20
core: Stabilize the mem module
Alex Crichton
-2
/
+3
2014-05-12
libcore: remove fails from slice.rs and remove duplicated length checking
Kevin Butler
-24
/
+35
2014-05-11
core: Remove the cast module
Alex Crichton
-4
/
+3
2014-05-07
core: Inherit non-allocating slice functionality
Alex Crichton
-0
/
+1483
[prev]