about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-4/+4
2015-02-17Rollup merge of #22394 - alexcrichton:vec-from-iter-comment, r=brsonManish Goregaokar-0/+11
2015-02-17std: Add Vec::from_iter commentAlex Crichton-0/+11
2015-02-17Rollup merge of #22313 - japaric:iter, r=aturonManish Goregaokar-0/+264
2015-02-17Rollup merge of #22253 - huonw:unstable-words, r=aturonManish Goregaokar-1/+2
2015-02-16Auto merge of #22367 - Manishearth:rollup, r=steveklabnikbors-3/+20
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-2/+0
2015-02-15Rollup merge of #22247 - Gankro:dlist_split, r=alexcrichtonManish Goregaokar-1/+20
2015-02-15Auto merge of #22242 - Gankro:collect-ints, r=alexcrichtonbors-58/+58
2015-02-15Auto merge of #22058 - Gankro:all-the-impls, r=huonwbors-0/+151
2015-02-14naive RingBuf::append implAlexis-1/+50
2015-02-13allow DList to split_at . fixes #22244Alexis-1/+20
2015-02-13add an associated `Item` type to `IntoIterator`Jorge Aparicio-0/+264
2015-02-14Rename `fmt::Writer` to `fmt::Write`Chris Wong-4/+4
2015-02-13Auto merge of #22200 - alexcrichton:opt-vec-collect, r=huonwbors-1/+11
2015-02-13more int and cloned cleanup in collectionsAlexis-58/+58
2015-02-13Unstabilise `words` for now.Huon Wilson-1/+2
2015-02-12std: Optimize Vec::from_iterAlex Crichton-1/+11
2015-02-11rollup merge of #22166: dcrewi/iter-impls-for-windowsAlex Crichton-0/+12
2015-02-11Test fixes and rebase conflictsAlex Crichton-2/+4
2015-02-11implement missing iterator traits for slice::WindowsDavid Creswick-0/+12
2015-02-11rollup merge of #22178: pnkfelix/featuregate-unsafe-no-drop-flagAlex Crichton-1/+3
2015-02-11rollup merge of #22151: Gankro/macro-benchAlex Crichton-223/+120
2015-02-11rollup merge of #22127: alexcrichton/stability-holesAlex Crichton-1/+1
2015-02-11rustc: Fix a number of stability lint holesAlex Crichton-1/+1
2015-02-11Auto merge of #21972 - pnkfelix:new-dtor-semantics-6, r=nikomatsakisbors-14/+20
2015-02-11Feature-gate the `#[unsafe_no_drop_flag]` attribute.Felix S. Klock II-1/+3
2015-02-11Add core::marker::PhantomData.Felix S. Klock II-14/+20
2015-02-11Opt into new `box_patterns` feature gate in various crates.Felix S. Klock II-0/+1
2015-02-10fix and macro-ify map benches, fixes #22134Alexis-223/+120
2015-02-10rollup merge of #22125: alexcrichton/into-iter-stabilityAlex Crichton-22/+22
2015-02-10rollup merge of #22067: Gankro/collections-testsAlex Crichton-1/+1
2015-02-10Auto merge of #21937 - alexcrichton:issue-21929, r=aturonbors-1/+1
2015-02-09std: Rename IntoIterator::Iter to IntoIterAlex Crichton-22/+22
2015-02-09Auto merge of #22059 - Gankro:vec-split, r=alexcrichtonbors-3/+9
2015-02-07add split_off to RingBufAlexis-0/+102
2015-02-07add missing features to libcollections testsAlexis-1/+1
2015-02-07minor fixes to Vec docs and bounds checkAlexis-3/+9
2015-02-07Make std::fmt a simple re-export from collectionsKeegan McAllister-9/+401
2015-02-07Feature-gate #![no_std]Keegan McAllister-0/+1
2015-02-07Don't use std:: paths in syntax extensions when compiling a #![no_std] crateKeegan McAllister-10/+84
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-12/+0
2015-02-07fix outdated docsAlexis-60/+60
2015-02-06libcollections: unit test fixesManish Goregaokar-2/+4
2015-02-06remove int_uint feature from libcollectionsAlexis-12/+12
2015-02-06Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonManish Goregaokar-0/+1
2015-02-06Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichtonManish Goregaokar-1362/+1327
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-1/+0
2015-02-06Rollup merge of #21951 - Gankro:entry, r=aturonManish Goregaokar-32/+17
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-1/+1