about summary refs log tree commit diff
path: root/src/libcore/slice.rs
AgeCommit message (Expand)AuthorLines
2015-07-12Implement RFC 1058Simonas Kazlauskas-4/+32
2015-07-09Auto merge of #26884 - dotdash:fast, r=alexcrichtonbors-4/+22
2015-07-08Fix up unsafe section of slice::from_raw_partsSteve Klabnik-0/+4
2015-07-08Improve PartialEq for slicesBjörn Steinbrink-4/+22
2015-06-17More test fixes and fallout of stability changesAlex Crichton-0/+4
2015-06-17std: Deprecate the IntSliceExt traitAlex Crichton-0/+4
2015-06-17core: Split apart the global `core` featureAlex Crichton-15/+12
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-13/+0
2015-05-16Auto merge of #25434 - dotdash:gep, r=alexcrichtonbors-45/+61
2015-05-15Allow for better optimizations of iterators for zero-sized typesBjörn Steinbrink-45/+61
2015-05-15Fix major compile time regressionBjörn Steinbrink-16/+16
2015-05-11Avoid returning a slice with a null pointer from Iter.as_slice()Kevin Ballard-19/+19
2015-05-11Reintroduce non-null assumptions in core::slice iteratorsKevin Ballard-8/+16
2015-05-11Handle overflow properly in core::sliceKevin Ballard-39/+12
2015-05-07Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonwbors-6/+24
2015-05-04Avoid latent (harmless) overflow in core::slice.Felix S. Klock II-6/+24
2015-05-01std: Remove index notation on slice iteratorsAlex Crichton-110/+0
2015-04-24Deduplicate slice iter offset/transmute code.Steven Allen-45/+41
2015-04-22Address comments.Steven Allen-42/+46
2015-04-22Implement O(1) slice::Iter methods.Steven Allen-0/+54
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-1/+1
2015-04-21std: Remove deprecated AsOsStr/Str/AsSlice traitsAlex Crichton-31/+0
2015-04-14Positive case of `len()` -> `is_empty()`Tamir Duberstein-9/+9
2015-04-07std: Hide facade extension traits in docsAlex Crichton-0/+1
2015-04-01std: Changing the meaning of the count to splitnAlex Crichton-6/+8
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-58/+0
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-3/+3
2015-03-27rollup merge of #23738: alexcrichton/snapshotsAlex Crichton-185/+0
2015-03-26Register new snapshotsAlex Crichton-185/+0
2015-03-26Deprecate as_mut_slice methodsErick Tryzelaar-0/+6
2015-03-23rollup merge of #23598: brson/gateAlex Crichton-0/+1
2015-03-23rollup merge of #23601: nikomatsakis/by-value-indexAlex Crichton-0/+201
2015-03-23Add generic conversion traitsAaron Turon-0/+5
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+1
2015-03-23Adjust Index/IndexMut impls. For generic collections, we takeNiko Matsakis-0/+201
2015-03-18Register new snapshotsAlex Crichton-2/+0
2015-03-17Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiynManish Goregaokar-2/+2
2015-03-16impl<T> *const T, impl<T> *mut TJorge Aparicio-0/+1
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-2/+2
2015-03-13slice::from_raw_parts is preferred over transmuting a fresh raw::SliceOliver Schneider-14/+27
2015-03-12Rollup merge of #23263 - alexcrichton:stabilize-from-raw-parts, r=brsonManish Goregaokar-2/+2
2015-03-11Example -> ExamplesSteve Klabnik-2/+2
2015-03-10std: Stabilize slice::from_raw_partsAlex Crichton-2/+2
2015-03-03Rollup merge of #22988 - dcrewi:slice-swap-inline, r=alexcrichtonManish Goregaokar-0/+1
2015-03-02Slice::swap should be inlineableDavid Creswick-0/+1
2015-03-02Manual Clone for Windows/Chunks.Huon Wilson-2/+22
2015-02-28Auto merge of #22669 - dotdash:fast_slice_iter, r=huonwbors-0/+3
2015-02-26Send/Sync audit for libcollectionsEdward Wang-1/+6
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-4/+4
2015-02-22Eliminate more excessive null-checks from slice iteratorsBjörn Steinbrink-0/+3