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
/
liballoc
/
slice.rs
Age
Commit message (
Expand
)
Author
Lines
2017-11-29
Update bootstrap compiler
Alex Crichton
-4
/
+1
2017-11-29
Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomez
kennytm
-13
/
+106
2017-11-29
Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton
kennytm
-114
/
+0
2017-11-24
Improve documentation for slice swap/copy/clone operations.
Corey Farwell
-13
/
+106
2017-11-22
Rename param in `[T]::swap_with_slice` from `src` to `other`.
Corey Farwell
-9
/
+9
2017-11-18
Remove inherent `ascii_ctype` methods from `str` and `[u8]`
Lukas Kalbertodt
-114
/
+0
2017-11-03
Mark several ascii methods as unstable again
Lukas Kalbertodt
-10
/
+10
2017-11-03
Copy `AsciiExt` methods to `str` directly
Lukas Kalbertodt
-1
/
+1
2017-11-03
Copy `AsciiExt` methods to `[u8]` directly
Lukas Kalbertodt
-0
/
+209
2017-11-01
De-stabilize core::slice::{from_ref, from_ref_mut}.
whitequark
-1
/
+1
2017-10-23
Bring back slice::ref_slice as slice::from_ref.
whitequark
-0
/
+2
2017-09-04
Make slice::split_at_mut example demonstrate mutability
Niels Egberts
-20
/
+25
2017-08-26
Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnik
Corey Farwell
-9
/
+9
2017-08-24
Fix inconsistent doc headings
lukaramu
-9
/
+9
2017-08-21
Add [T]::swap_with_slice
Scott McMurray
-0
/
+25
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-07-21
Clarify that sort_unstable is deterministic
Stjepan Glavina
-15
/
+18
2017-07-02
Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichton
bors
-12
/
+15
2017-07-02
Stabilize feature sort_unstable
Stjepan Glavina
-12
/
+15
2017-06-24
Improve sort tests and benchmarks
Stjepan Glavina
-2
/
+2
2017-06-13
Merge crate `collections` into `alloc`
Murarth
-0
/
+1943
[prev]