about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2015-08-15collections: Add issues for unstable featuresAlex Crichton-65/+120
2015-08-14Auto merge of #27696 - bluss:into-boxed-str, r=alexcrichtonbors-1/+11
2015-08-13Rename String::into_boxed_slice -> into_boxed_strUlrik Sverdrup-1/+11
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-4557/+22
2015-08-11rollup merge of #27678: alexcrichton/snapshotsAlex Crichton-38/+0
2015-08-11rollup merge of #27622: eefriedman/https-urlAlex Crichton-3/+3
2015-08-11Register new snapshotsAlex Crichton-38/+0
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
2015-08-09Change TODO to FIXMETobias Bucher-1/+1
2015-08-09Make `str::as_bytes_mut` privateTobias Bucher-13/+0
2015-08-09Make `slice::transmute*` privateTobias Bucher-1/+0
2015-08-09Replace many uses of `mem::transmute` with more specific functionsTobias Bucher-13/+26
2015-08-06Auto merge of #27545 - apasel422:btree-range, r=Gankrobors-6/+22
2015-08-05Fully generalize `BTree{Map, Set}` range iteratorsAndrew Paseltiner-6/+22
2015-08-05Make note of Hash in Borrow's docsSteve Klabnik-0/+3
2015-08-03syntax: Implement #![no_core]Alex Crichton-16/+28
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