about summary refs log tree commit diff
path: root/src/liballoc/slice.rs
AgeCommit message (Expand)AuthorLines
2017-11-29Update bootstrap compilerAlex Crichton-4/+1
2017-11-29Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomezkennytm-13/+106
2017-11-29Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichtonkennytm-114/+0
2017-11-24Improve documentation for slice swap/copy/clone operations.Corey Farwell-13/+106
2017-11-22Rename param in `[T]::swap_with_slice` from `src` to `other`.Corey Farwell-9/+9
2017-11-18Remove inherent `ascii_ctype` methods from `str` and `[u8]`Lukas Kalbertodt-114/+0
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-10/+10
2017-11-03Copy `AsciiExt` methods to `str` directlyLukas Kalbertodt-1/+1
2017-11-03Copy `AsciiExt` methods to `[u8]` directlyLukas Kalbertodt-0/+209
2017-11-01De-stabilize core::slice::{from_ref, from_ref_mut}.whitequark-1/+1
2017-10-23Bring back slice::ref_slice as slice::from_ref.whitequark-0/+2
2017-09-04Make slice::split_at_mut example demonstrate mutabilityNiels Egberts-20/+25
2017-08-26Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnikCorey Farwell-9/+9
2017-08-24Fix inconsistent doc headingslukaramu-9/+9
2017-08-21Add [T]::swap_with_sliceScott McMurray-0/+25
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2017-07-21Clarify that sort_unstable is deterministicStjepan Glavina-15/+18
2017-07-02Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichtonbors-12/+15
2017-07-02Stabilize feature sort_unstableStjepan Glavina-12/+15
2017-06-24Improve sort tests and benchmarksStjepan Glavina-2/+2
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+1943