summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-07-30Auto merge of #26734 - Gankro:deprecate-vecmap, r=alexcrichtonbors-2/+7
2015-07-29deprecate vecmapAlexis Beingessner-2/+7
2015-07-30Rollup merge of #27352 - nagisa:illegal-to-invalid-docs, r=steveklabnikManish Goregaokar-9/+11
2015-07-29Auto merge of #27380 - steveklabnik:rollup, r=steveklabnikbors-143/+273
2015-07-29Rollup merge of #27375 - niconii:vec-docs, r=GankroSteve Klabnik-1/+8
2015-07-29Rollup merge of #27326 - steveklabnik:doc_show_use, r=GankroSteve Klabnik-123/+242
2015-07-29Rollup merge of #27102 - tshepang:better-examples, r=aturonSteve Klabnik-19/+23
2015-07-28Make docs for Vec::push() use vec! with square bracketsNicolette Verlinden-1/+1
2015-07-28Mention vec![x; len] syntax in Vec docsNicolette Verlinden-0/+7
2015-07-28libcollections: Inline some performance-critical string functions; e.g.Patrick Walton-0/+17
2015-07-28Replace occurences of illegal in user facing docsSimonas Kazlauskas-9/+11
2015-07-28Auto merge of #26914 - alexcrichton:deprecate-easy, r=aturonbors-0/+15
2015-07-27std: Deprecate a number of unstable featuresAlex Crichton-0/+15
2015-07-27Show appropriate feature flags in docsSteve Klabnik-123/+242
2015-07-25Document Unicode complications in chars iteratorKornel Lesiński-47/+71
2015-07-22Auto merge of #27172 - alexcrichton:snapshots, r=brsonbors-10/+0
2015-07-20std: Create separate docs for the primitivesBrian Anderson-36/+4
2015-07-20doc: Clean up primitive short descriptionsBrian Anderson-2/+2
2015-07-20Register new snapshotsAlex Crichton-10/+0
2015-07-19Auto merge of #27100 - tshepang:better-names, r=Gankrobors-38/+38
2015-07-19doc: use 'index' and 'value' in place of 'i' and 't'Tshepang Lekhonkhobe-38/+38
2015-07-18'Copies' => 'Clones' in Cow method docs.Nick Hamann-2/+2
2015-07-17Auto merge of #26955 - Gankro:raw-vec, r=bluss,alexcrichtonbors-444/+175
2015-07-17doc: improve some VecDeque examplesTshepang Lekhonkhobe-19/+23
2015-07-18Rollup merge of #27095 - tshepang:space, r=alexcrichtonManish Goregaokar-1/+1
2015-07-17doc: add missing spaceTshepang Lekhonkhobe-1/+1
2015-07-17Add RawVec to unify raw Vecish codeAlexis Beingessner-444/+175
2015-07-17Update vec.rsWei-Ming Yang-0/+1
2015-07-13Auto merge of #26241 - SimonSapin:derefmut-for-string, r=alexcrichtonbors-1/+57
2015-07-13Fix tests for changes in #26241.Simon Sapin-1/+1
2015-07-13Mark some new things as unstable.Simon Sapin-1/+3
2015-07-13Add str::split_at_mutSimon Sapin-0/+6
2015-07-13Implement IndexMut for String and str.Simon Sapin-0/+40
2015-07-13Implement DerefMut for StringSimon Sapin-0/+8
2015-07-12Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichtonbors-2/+22
2015-07-12Auto merge of #26966 - nagisa:tail-init, r=alexcrichtonbors-4/+35
2015-07-11Add String::into_boxed_slice and Box<str>::into_stringJonathan Reem-21/+23
2015-07-12Implement RFC 1058Simonas Kazlauskas-4/+35
2015-07-11Auto merge of #26878 - Esption:master, r=pnkfelixbors-1/+1
2015-07-11Fix feature nameWesley Wiser-1/+1
2015-07-11Fix version number on SliceConcatExt:joinWesley Wiser-1/+1
2015-07-10Rename SliceConcatExt::connect to join #26900Wesley Wiser-2/+22
2015-07-09Auto merge of #26904 - bluss:no-repeat, r=alexcrichtonbors-1/+1
2015-07-09Use vec![elt; n] where possibleUlrik Sverdrup-1/+1
2015-07-08'iff' for docs to 'if and only if'Esption-1/+1
2015-07-08Auto merge of #26869 - alexcrichton:fix-msvc-sepcomp, r=nrcbors-0/+1
2015-07-08trans: Link rlibs to dylibs with --whole-archiveAlex Crichton-0/+1
2015-07-08Improve Vec::resize so that it can be used in Read::read_to_endUlrik Sverdrup-21/+28
2015-07-08Fixed some occurrences of 'if' being spelled 'iff'Esption-1/+1
2015-07-06Auto merge of #26817 - cmr:vecdeque-docs, r=Gankrobors-0/+4