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
/
libcollections
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2016-05-26
std: Stabilize APIs for the 1.10 release
Alex Crichton
-2
/
+1
2016-05-20
Clarify docs for sort(&mut self)
Stefan Schindler
-7
/
+4
2016-05-04
Replace copy-pasted variable name with relevant one
Jake Goulding
-2
/
+2
2016-04-15
slice: Add tracking issue for slice_binary_search_by_key
Kamal Marhubi
-1
/
+1
2016-04-12
collections: Add slice::binary_search_by_key
Kamal Marhubi
-0
/
+38
2016-04-11
std: Stabilize APIs for the 1.9 release
Alex Crichton
-2
/
+1
2016-03-12
std: Clean out deprecated APIs
Alex Crichton
-3
/
+0
2016-03-08
doc: Fix a bunch of broken links
Alex Crichton
-1
/
+1
2016-02-26
Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichton
bors
-0
/
+24
2016-02-25
Add unstable copy_from_slice
Nicholas Mazzuca
-0
/
+24
2016-02-20
Correct size of returned iterator
Stephan Hügel
-4
/
+4
2016-02-20
Clarify chunks() and chunks_mut() iterator content
Stephan Hügel
-2
/
+2
2016-01-26
Fix warnings during tests
Alex Crichton
-13
/
+2
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-20
/
+13
2015-12-17
doc: no need to duplicate docs on renamed API
Tshepang Lekhonkhobe
-9
/
+0
2015-12-13
restore tests accidentally removed in #30182
Tamir Duberstein
-0
/
+3
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-3
/
+0
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-3
/
+30
2015-11-25
Auto merge of #30017 - nrc:fmt, r=brson
bors
-36
/
+76
2015-11-24
rustfmt libcollections
Nick Cameron
-36
/
+76
2015-11-20
Rename #[deprecated] to #[rustc_deprecated]
Vadim Petrochenkov
-1
/
+1
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+9
2015-11-13
Auto merge of #29675 - bluss:merge-sort-fastpath, r=huonw
bors
-0
/
+12
2015-11-12
libcollections: deny warnings in doctests
Kevin Butler
-0
/
+1
2015-11-07
sort: Guard the fast path by length check
Ulrik Sverdrup
-2
/
+4
2015-11-07
sort: Fast path for already sorted data
Ulrik Sverdrup
-0
/
+10
2015-11-06
Auto merge of #29643 - petrochenkov:stability5, r=alexcrichton
bors
-1
/
+0
2015-11-06
Remove stability annotations from trait impl items
Vadim Petrochenkov
-1
/
+0
2015-11-04
Mention [T]::sort is stable in docs
Steve Klabnik
-0
/
+2
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-4
/
+5
2015-09-30
Format panic docs for split_at
Steve Klabnik
-0
/
+2
2015-08-15
collections: Add issues for unstable features
Alex Crichton
-7
/
+9
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-393
/
+1
2015-07-29
Rollup merge of #27326 - steveklabnik:doc_show_use, r=Gankro
Steve Klabnik
-6
/
+12
2015-07-27
std: Deprecate a number of unstable features
Alex Crichton
-0
/
+6
2015-07-27
Show appropriate feature flags in docs
Steve Klabnik
-6
/
+12
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-2
/
+2
2015-07-20
doc: Clean up primitive short descriptions
Brian Anderson
-1
/
+1
2015-07-12
Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton
bors
-1
/
+17
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-4
/
+35
2015-07-11
Fix feature name
Wesley Wiser
-1
/
+1
2015-07-11
Fix version number on SliceConcatExt:join
Wesley Wiser
-1
/
+1
2015-07-10
Rename SliceConcatExt::connect to join #26900
Wesley Wiser
-1
/
+17
2015-06-17
More test fixes and fallout of stability changes
Alex Crichton
-0
/
+9
2015-06-17
std: Deprecate all permutation-related slice methods
Alex Crichton
-0
/
+6
2015-06-17
Fallout in tests and docs from feature renamings
Alex Crichton
-6
/
+6
2015-06-17
collections: Split the `collections` feature
Alex Crichton
-22
/
+26
2015-06-11
Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton
bors
-1
/
+1
2015-06-10
Removed many pointless calls to *iter() and iter_mut()
Joshua Landau
-1
/
+1
2015-06-09
Exise 'unsafe pointer' in favor of 'raw pointer'
Steve Klabnik
-1
/
+1
[next]