about summary refs log tree commit diff
path: root/src/libcore/slice.rs
AgeCommit message (Expand)AuthorLines
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
2015-02-20Refactored code into Searcher traits with naive implementationsMarvin Löbel-0/+4
2015-02-18Fallout: Port slice to use `PhantomData` instead of `ContravariantLifetime`Niko Matsakis-7/+7
2015-02-17Register new snapshotsAlex Crichton-22/+0
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+2
2015-02-17Rollup merge of #22313 - japaric:iter, r=aturonManish Goregaokar-0/+24
2015-02-14core::slice: uint -> usize, int -> isizeBrian Anderson-117/+117
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+24
2015-02-11More test fixes and rebase conflictsAlex Crichton-1/+0
2015-02-11implement missing iterator traits for slice::WindowsDavid Creswick-2/+36
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-2/+2
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-10/+0
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-4/+52
2015-02-02register snapshotsJorge Aparicio-13/+0
2015-01-30remove Copy impls from iteratorsJorge Aparicio-4/+1
2015-01-30core: add the `IntoIterator` traitJorge Aparicio-0/+16
2015-01-30Rename FullRange to RangeFullNick Cameron-14/+28
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-4/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-54/+27
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-4/+4