about summary refs log tree commit diff
path: root/src/libcollections/slice.rs
AgeCommit message (Expand)AuthorLines
2014-12-30Fallout from stabilizationAaron Turon-57/+71
2014-12-30rollup merge of #20328: huonw/attack-of-the-clonesAlex Crichton-2/+4
2014-12-30Adjustments from reviewAaron Turon-4/+4
2014-12-30Libs: Unify concat and concat_vecAaron Turon-12/+24
2014-12-30Second pass stabilization: sliceAaron Turon-663/+717
2014-12-30Implement `Clone` for a large number of iterators & other adaptors.Huon Wilson-2/+4
2014-12-29rollup merge of #20289: nick29581/shadowingAlex Crichton-1/+4
2014-12-29rollup merge of #20264: nagisa/threadrngAlex Crichton-3/+3
2014-12-29rollup merge of #20160: nick29581/ranges2Alex Crichton-7/+7
2014-12-30Fallout from mut slicesNick Cameron-7/+7
2014-12-29std: Second pass stabilization for `ptr`Alex Crichton-1/+1
2014-12-29Fallout from globs/re-export/shadowing changeNick Cameron-1/+4
2014-12-28Rename TaskRng to ThreadRngSimonas Kazlauskas-3/+3
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-6/+6
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-13/+8
2014-12-19libcollections: use `#[deriving(Copy)]`Jorge Aparicio-5/+3
2014-12-18Revise std::thread API to join by defaultAaron Turon-1/+5
2014-12-18Remove rt::{mutex, exclusive}Aaron Turon-3/+1
2014-12-18libs: merge librustrt into libstdAaron Turon-7/+5
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-1/+1
2014-12-14std: Collapse SlicePrelude traitsAlex Crichton-15/+683
2014-12-13libcollections: use unboxed closures in `[Clone]SliceAllocPrelude` methodsJorge Aparicio-6/+7
2014-12-10auto merge of #19655 : jbranchaud/rust/change-example-to-examples, r=stevekla...bors-5/+5
2014-12-08Change 'Example' to 'Examples' throughout collections' rustdocs.jbranchaud-5/+5
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-3/+13
2014-12-06libcollections: remove unnecessary `to_string()` callsJorge Aparicio-8/+8
2014-12-06libcollections: remove unnecessary `as_mut_slice()` callsJorge Aparicio-17/+17
2014-12-06libcollections: remove unnecessary `as_slice()` callsJorge Aparicio-30/+30
2014-11-26rollup merge of #19287: alexcrichton/issue-19272Alex Crichton-1/+1
2014-11-25Fallout from stabilizationAaron Turon-1/+1
2014-11-24std: Export BinarySearchResultAlex Crichton-1/+1
2014-11-23auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichtonbors-1/+6
2014-11-23auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturonbors-1/+1
2014-11-22std: Align `raw` modules with unsafe conventionsAlex Crichton-1/+1
2014-11-20Make most of std::rt privateAaron Turon-3/+5
2014-11-20libs: make Cow usable, improve documentationAaron Turon-1/+6
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-1/+1
2014-11-20libcore: DST-ify AsSliceAaron Turon-1/+1
2014-11-19Update libcollections tests to pass the new type rules. They used to return a...Niko Matsakis-3/+3
2014-11-17libcore: add borrow moduleAaron Turon-0/+11
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-17Fix fallout from coercion removalNick Cameron-5/+5
2014-11-06rollup merge of #18605 : Gankro/collect-fruitAlex Crichton-3/+3
2014-11-06Implement low-hanging fruit of collection conventionsAlexis Beingessner-3/+3
2014-11-06Prelude: rename and consolidate extension traitsAaron Turon-154/+56
2014-11-05Fix testsJorge Aparicio-5/+5
2014-11-05Add impls of the comparison operators for fixed-length arrays of lengths 0......Niko Matsakis-7/+7
2014-11-01collections: Remove all collections traitsAlex Crichton-4/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-7/+7