about summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
2014-10-07Rename slice::SliceNick Cameron-2/+2
2014-10-07Put slicing syntax behind a feature gate.Nick Cameron-3/+6
2014-10-07Use slice syntax instead of slice_to, etc.Nick Cameron-24/+32
2014-10-02Revert "Use slice syntax instead of slice_to, etc."Aaron Turon-30/+23
2014-10-02Revert "Put slicing syntax behind a feature gate."Aaron Turon-6/+3
2014-10-02Revert "Review and rebasing changes"Aaron Turon-2/+1
2014-10-02Review and rebasing changesNick Cameron-1/+2
2014-10-02Put slicing syntax behind a feature gate.Nick Cameron-3/+6
2014-10-02Use slice syntax instead of slice_to, etc.Nick Cameron-23/+30
2014-09-25Add tests for new _mut variantsAaron Turon-4/+80
2014-09-22Update calls of deprecated functions in macros.Victor Berger-4/+8
2014-09-21Fix fallout from Vec stabilizationAlex Crichton-3/+7
2014-09-16Fallout from renamingAaron Turon-32/+32
2014-09-09Remove some test warnings.Jonas Hietala-2/+10
2014-09-04collections/slice: Reexport mut_ref_slice in addition to ref_slice.Peter Marheine-1/+1
2014-08-26DST coercions and DST structsNick Cameron-60/+0
2014-08-26Use temp vars for implicit coercion to ^[T]Nick Cameron-76/+143
2014-08-26Use the slice repr for ~[T]Nick Cameron-0/+60
2014-08-19A few minor documentation fixesP1start-115/+111
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-7/+6
2014-08-13core: Add binary_search and binary_search_elem methods to slices.Brian Anderson-0/+1
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-1/+1
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-2/+2
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-9/+9
2014-08-12Deprecation fallout in libcollectionsAaron Turon-1/+1
2014-08-12auto merge of #16417 : jasonthompson/rust/docs/slice3, r=alexcrichtonbors-0/+33
2014-08-11API docs/examples for std::sliceJason Thompson-0/+33
2014-08-07Cleanup collections::slice documentation.nham-48/+35
2014-07-29Fix documentation error in MutableVectorAllocating::move_fromdonkopotamus-1/+1
2014-07-23collections: Move push/pop to MutableSeqBrian Anderson-2/+3
2014-07-22auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichtonbors-1/+1
2014-07-21ignore-lexer-test to broken files and remove some tray hyphensCorey Richardson-1/+1
2014-07-17Rename functions in the CloneableVector traitAdolfo OchagavĂ­a-11/+23
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-11/+11
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-183/+185
2014-06-18Deprecate the bytes!() macro.Simon Sapin-16/+16
2014-06-13added get_mut() for [T]bachm-0/+10
2014-06-11rustc: Remove ~[T] from the languageAlex Crichton-236/+83
2014-06-09core: Move the collections traits to libcollectionsAlex Crichton-2/+5
2014-06-06libs: Fix miscellaneous fallout of librustrtAlex Crichton-4/+4
2014-06-06Rename Iterator::len to countAaron Turon-1/+1
2014-06-05Fallout from the libcollections movementAlex Crichton-31/+21
2014-06-05std: Recreate a `collections` moduleAlex Crichton-0/+2542