about summary refs log tree commit diff
path: root/src/libstd/slice.rs
AgeCommit message (Expand)AuthorLines
2014-05-27std: Rename strbuf operations to stringRicho Healey-8/+8
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-23std: Move unstable::finally to std::finally. #1457Brian Anderson-1/+1
2014-05-23auto merge of #14360 : alexcrichton/rust/remove-deprecated, r=kballardbors-15/+1
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-8/+10
2014-05-22Remove a slew of old deprecated functionsAlex Crichton-15/+1
2014-05-21migrate from `exchange_malloc` to `allocate`Daniel Micay-3/+3
2014-05-20core: Stabilize the mem moduleAlex Crichton-3/+5
2014-05-12register snapshotsDaniel Micay-48/+0
2014-05-11heap: replace `exchange_free` with `deallocate`Daniel Micay-4/+4
2014-05-11core: Remove the cast moduleAlex Crichton-5/+4
2014-05-10initial port of the exchange allocator to jemallocDaniel Micay-5/+55
2014-05-08Move partition/partitioned/concat/connect tests back into sliceKevin Ballard-0/+36
2014-05-08Handle breakage after libcore splitKevin Ballard-29/+5
2014-05-08Clean up unused importsKevin Ballard-5/+0
2014-05-08Handle fallout for vector additionKevin Ballard-0/+20
2014-05-08More fallout from removing FromIterator on ~[T]Kevin Ballard-42/+42
2014-05-08Move slice::raw::from_buf_raw() to vec::raw::from_buf()Kevin Ballard-55/+0
2014-05-08Rename slice::unzip() to vec::unzip()Kevin Ballard-31/+0
2014-05-08More fallout from removing FromIterator on ~[T]Kevin Ballard-55/+17
2014-05-08Rewrite &[T].to_owned() to allocate directlyKevin Ballard-9/+23
2014-05-07Test fixes and rebase conflictsAlex Crichton-1/+0
2014-05-07core: Inherit non-allocating slice functionalityAlex Crichton-1553/+18
2014-05-07auto merge of #13958 : pcwalton/rust/detilde, r=pcwaltonbors-11/+6
2014-05-07auto merge of #13914 : alexcrichton/rust/pile-o-rustdoc-fixes, r=brsonbors-4/+4
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-11/+6
2014-05-05std: deprecate cast::transmute_mut.Huon Wilson-8/+12
2014-05-03rustdoc: Migrate from sundown to hoedownAlex Crichton-4/+4
2014-05-02Replace most ~exprs with 'box'. #11779Brian Anderson-99/+100
2014-04-28Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...Jonathan S-18/+25
2014-04-28Provide an implementation of DoubleEndedIterator for the results of &[T]::spl...Jonathan S-58/+53
2014-04-26Fixing permutation of small lists, such that [], [x] -> [[]], [[x]], and upda...Wendell Smith-7/+48
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-7/+8
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-5/+6
2014-04-23std: Change RandomAccessIterator to use `&mut self`Alex Crichton-2/+2
2014-04-22Implement Show for &mut [T]Thomas Backman-0/+12
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-15/+15
2014-04-18std: Make ~[T] no longer a growable vectorAlex Crichton-834/+218
2014-04-16Make Vec::clone and slice::to_owned failure-safeJames Miller-10/+15
2014-04-16Improve the copying code for slices and VecJames Miller-4/+16
2014-04-13rustdoc: Fix rendering closures and trait boundsAlex Crichton-2/+7
2014-04-11libtest: rename `BenchHarness` to `Bencher`Liigo Zhuang-65/+65
2014-04-08Register new snapshotsAlex Crichton-13/+13
2014-04-02Fix fallout of requiring uint indicesAlex Crichton-3/+1
2014-04-02rand: remove (almost) all ~[]'s from Vec.Huon Wilson-15/+17
2014-03-31std: Switch field privacy as necessaryAlex Crichton-30/+30
2014-03-30Rename `from_iterator` to `from_iter` for consistency.Brian Anderson-1/+1
2014-03-30Removed deprecated functions `map` and `flat_map` for vectors and slices.Marvin Löbel-80/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-28Rename Pod into CopyFlavio Percoco-3/+3