about summary refs log tree commit diff
path: root/src/libcollections
AgeCommit message (Expand)AuthorLines
2014-07-20auto merge of #15806 : treeman/rust/std-doc, r=alexcrichtonbors-6/+179
2014-07-19librustc: Implement lifetime elision.Patrick Walton-3/+5
2014-07-19auto merge of #15638 : blake2-ppc/rust/ptr-arithmetic-chars, r=huonwbors-6/+48
2014-07-19Document some trait methods.Jonas Hietala-6/+179
2014-07-19auto merge of #15752 : nham/rust/dlist_docs, r=alexcrichtonbors-0/+91
2014-07-18auto merge of #15727 : fhahn/rust/remove-some-unwraps, r=alexcrichtonbors-12/+12
2014-07-18auto merge of #15725 : aochagavia/rust/vec, r=alexcrichtonbors-13/+25
2014-07-17Add examples for DList methods rotate_forward, rotate_backward, append, prepe...nham-0/+91
2014-07-17Guide: stringsSteve Klabnik-4/+4
2014-07-18Add more tests for str Chars iteratorroot-0/+25
2014-07-17librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language,Patrick Walton-1/+1
2014-07-17str: Add better tests for string slice's Chars iteratorroot-6/+23
2014-07-17Rename functions in the CloneableVector traitAdolfo Ochagavía-13/+25
2014-07-17auto merge of #15668 : steveklabnik/rust/tree_set_example, r=alexcrichtonbors-0/+32
2014-07-17deprecate Vec::getNick Cameron-1/+4
2014-07-16Add TreeSet example.Steve Klabnik-0/+32
2014-07-16btree: use pattern matching instead of unwrapFlorian Hahn-12/+12
2014-07-17Implement Index and IndexMut for VecNick Cameron-0/+28
2014-07-15auto merge of #15619 : kwantam/rust/master, r=huonwbors-6/+293
2014-07-15Fix errorsAdolfo Ochagavía-73/+34
2014-07-15Deprecate `str::from_utf8_lossy`Adolfo Ochagavía-229/+234
2014-07-15Deprecate `str::from_utf16_lossy`Adolfo Ochagavía-105/+110
2014-07-15Deprecate `str::from_utf16`Adolfo Ochagavía-31/+35
2014-07-15Deprecate str::from_byteAdolfo Ochagavía-1/+18
2014-07-15Deprecate `str::from_char`Adolfo Ochagavía-1/+3
2014-07-15Deprecate `str::from_chars`Adolfo Ochagavía-2/+16
2014-07-15Deprecate `str::from_utf8_owned`Adolfo Ochagavía-16/+23
2014-07-14add Graphemes iterator; tidy unicode exportskwantam-6/+284
2014-07-14add UnicodeStrSlice width() functionkwantam-0/+9
2014-07-14auto merge of #15497 : jasonthompson/rust/docs/str3, r=cmrbors-0/+47
2014-07-13auto merge of #15591 : aturon/rust/box-cell-stability, r=alexcrichtonbors-5/+5
2014-07-13Stabilization for `owned` (now `boxed`) and `cell`Aaron Turon-5/+5
2014-07-13Implement Hash trait for TreeSet and TreeMap.nham-0/+34
2014-07-12auto merge of #15610 : brson/rust/0.12.0, r=alexcrichtonbors-1/+1
2014-07-11Update doc URLs for version bumpBrian Anderson-1/+1
2014-07-11auto merge of #15570 : omasanori/rust/radix, r=alexcrichtonbors-3/+3
2014-07-10Use std::fmt::radix instead of to_str_radix.OGINO Masanori-3/+3
2014-07-10auto merge of #15556 : alexcrichton/rust/snapshots, r=brsonbors-8/+1
2014-07-09libcollections: Use iterators instead of old-style loops.Luqman Aden-38/+14
2014-07-09auto merge of #15471 : erickt/rust/push_all, r=acrichtobors-77/+448
2014-07-09auto merge of #15283 : kwantam/rust/master, r=alexcrichtonbors-191/+9
2014-07-09Register new snapshotsAlex Crichton-8/+1
2014-07-09TreeMap: find enhancementsValerii Hiora-27/+136
2014-07-09fix test failureskwantam-0/+2
2014-07-09auto merge of #15540 : Gankro/rust/master, r=huonwbors-17/+15
2014-07-08Removing recursion from find_mut in treemapAlexis Beingessner-17/+15
2014-07-08make macros non-capturingJohn Clements-6/+6
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-139/+161
2014-07-08auto merge of #15406 : luqmana/rust/nop, r=pcwaltonbors-17/+12
2014-07-07Add libunicode; move unicode functions from corekwantam-191/+7