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
/
libcollections
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2014-10-07
Rename slice::Slice
Nick Cameron
-2
/
+2
2014-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-3
/
+6
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-24
/
+32
2014-10-02
Revert "Use slice syntax instead of slice_to, etc."
Aaron Turon
-30
/
+23
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-6
/
+3
2014-10-02
Revert "Review and rebasing changes"
Aaron Turon
-2
/
+1
2014-10-02
Review and rebasing changes
Nick Cameron
-1
/
+2
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-3
/
+6
2014-10-02
Use slice syntax instead of slice_to, etc.
Nick Cameron
-23
/
+30
2014-09-25
Add tests for new _mut variants
Aaron Turon
-4
/
+80
2014-09-22
Update calls of deprecated functions in macros.
Victor Berger
-4
/
+8
2014-09-21
Fix fallout from Vec stabilization
Alex Crichton
-3
/
+7
2014-09-16
Fallout from renaming
Aaron Turon
-32
/
+32
2014-09-09
Remove some test warnings.
Jonas Hietala
-2
/
+10
2014-09-04
collections/slice: Reexport mut_ref_slice in addition to ref_slice.
Peter Marheine
-1
/
+1
2014-08-26
DST coercions and DST structs
Nick Cameron
-60
/
+0
2014-08-26
Use temp vars for implicit coercion to ^[T]
Nick Cameron
-76
/
+143
2014-08-26
Use the slice repr for ~[T]
Nick Cameron
-0
/
+60
2014-08-19
A few minor documentation fixes
P1start
-115
/
+111
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-7
/
+6
2014-08-13
core: Add binary_search and binary_search_elem methods to slices.
Brian Anderson
-0
/
+1
2014-08-13
core: Rename ImmutableEqSlice to ImmutablePartialEqSlice
Brian Anderson
-1
/
+1
2014-08-13
std: Rename slice::Vector to Slice
Brian Anderson
-2
/
+2
2014-08-13
std: Rename various slice traits for consistency
Brian Anderson
-9
/
+9
2014-08-12
Deprecation fallout in libcollections
Aaron Turon
-1
/
+1
2014-08-12
auto merge of #16417 : jasonthompson/rust/docs/slice3, r=alexcrichton
bors
-0
/
+33
2014-08-11
API docs/examples for std::slice
Jason Thompson
-0
/
+33
2014-08-07
Cleanup collections::slice documentation.
nham
-48
/
+35
2014-07-29
Fix documentation error in MutableVectorAllocating::move_from
donkopotamus
-1
/
+1
2014-07-23
collections: Move push/pop to MutableSeq
Brian Anderson
-2
/
+3
2014-07-22
auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton
bors
-1
/
+1
2014-07-21
ignore-lexer-test to broken files and remove some tray hyphens
Corey Richardson
-1
/
+1
2014-07-17
Rename functions in the CloneableVector trait
Adolfo OchagavĂa
-11
/
+23
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-11
/
+11
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-2
/
+2
2014-06-24
librustc: Remove the fallback to `int` from typechecking.
Niko Matsakis
-183
/
+185
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-16
/
+16
2014-06-13
added get_mut() for [T]
bachm
-0
/
+10
2014-06-11
rustc: Remove ~[T] from the language
Alex Crichton
-236
/
+83
2014-06-09
core: Move the collections traits to libcollections
Alex Crichton
-2
/
+5
2014-06-06
libs: Fix miscellaneous fallout of librustrt
Alex Crichton
-4
/
+4
2014-06-06
Rename Iterator::len to count
Aaron Turon
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-31
/
+21
2014-06-05
std: Recreate a `collections` module
Alex Crichton
-0
/
+2542