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
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
2015-06-01
[libcollections] Fix unused import warnings during stage0 build
Wesley Wiser
-0
/
+4
2015-05-20
collections: Reorder slice methods to improve API docs
Ulrik Sverdrup
-434
/
+434
2015-05-19
collections: Clean up feature flags doc examples
Ulrik Sverdrup
-2
/
+0
2015-05-11
docs: Update SliceConcatExt docs for assoc types
Ulrik Sverdrup
-2
/
+3
2015-05-08
collections: change bounds of SliceConcatExt implementations to use Borrow in...
Sean McArthur
-6
/
+5
2015-05-06
Auto merge of #25120 - bluss:sliceconcatext, r=alexcrichton
bors
-5
/
+11
2015-05-05
collections: Convert SliceConcatExt to use associated types
Ulrik Sverdrup
-5
/
+11
2015-05-03
doc: make concat() and connect() examples brief
Tshepang Lekhonkhobe
-10
/
+2
2015-04-21
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-1
/
+1
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-3
/
+3
2015-04-08
Make `sum` and `product` inherent methods on `Iterator`
Tobias Bucher
-2
/
+1
2015-04-01
rollup merge of #23945: pnkfelix/gate-u-negate
Alex Crichton
-1
/
+1
2015-04-01
fallout from feature-gating unary negation on unsigned integers.
Felix S. Klock II
-1
/
+1
2015-04-01
std: Changing the meaning of the count to splitn
Alex Crichton
-6
/
+18
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-71
/
+0
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-2
/
+0
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-71
/
+0
2015-03-31
rollup merge of #23886: demelev/remove_as_slice_usage
Alex Crichton
-2
/
+0
2015-03-31
rollup merge of #23549: aturon/stab-num
Alex Crichton
-0
/
+1
2015-03-31
Auto merge of #23549 - aturon:stab-num, r=alexcrichton
bors
-0
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-2
/
+0
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-10
/
+10
2015-03-28
Fix typo in docstring for slice
Nicholas Bishop
-2
/
+2
2015-03-28
Remove IteratorExt
Steven Fackler
-3
/
+2
2015-03-26
Deprecate as_mut_slice methods
Erick Tryzelaar
-3
/
+5
2015-03-24
collections: Update docs for slice since SliceExt was removed
Ulrik Sverdrup
-41
/
+33
2015-03-23
rollup merge of #23598: brson/gate
Alex Crichton
-0
/
+9
2015-03-23
Add generic conversion traits
Aaron Turon
-5
/
+6
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+9
2015-03-18
Register new snapshots
Alex Crichton
-973
/
+7
2015-03-17
Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn
Manish Goregaokar
-15
/
+15
2015-03-16
better document the hacks required to test libcollections
Jorge Aparicio
-95
/
+116
[next]