| Age | Commit message (Expand) | Author | Lines |
| 2014-11-26 | rollup merge of #19288: steveklabnik/doc_style_cleanup | Alex Crichton | -584/+513 |
| 2014-11-26 | rollup merge of #19287: alexcrichton/issue-19272 | Alex Crichton | -10/+8 |
| 2014-11-26 | Update docstrings for UnicodeChar::is_digit => is_numeric rename | Simon Sapin | -3/+3 |
| 2014-11-26 | Remove special casing for some meta attributes | Steven Fackler | -1/+0 |
| 2014-11-26 | auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton | bors | -61/+217 |
| 2014-11-26 | Fixup various places that were doing `&T+'a` and do `&(T+'a)` | Niko Matsakis | -3/+3 |
| 2014-11-25 | /** -> /// | Steve Klabnik | -584/+513 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -17/+18 |
| 2014-11-25 | libs: stabilize iter module | Aaron Turon | -44/+199 |
| 2014-11-25 | Deprecate MaybeOwned[Vector] in favor of Cow | Jorge Aparicio | -0/+69 |
| 2014-11-25 | auto merge of #19149 : alexcrichton/rust/issue-19091, r=aturon | bors | -4/+12 |
| 2014-11-25 | auto merge of #18966 : huonw/rust/iter2slice, r=aturon | bors | -0/+96 |
| 2014-11-25 | Add methods to go from a slice iterators to a slice. | Huon Wilson | -0/+96 |
| 2014-11-24 | std: Export BinarySearchResult | Alex Crichton | -10/+8 |
| 2014-11-24 | auto merge of #19248 : japaric/rust/str, r=alexcrichton | bors | -3/+8 |
| 2014-11-24 | auto merge of #19223 : reem/rust/any-typeid-unstable, r=aturon | bors | -1/+1 |
| 2014-11-23 | Rename unwrap functions to into_inner | Alex Crichton | -4/+12 |
| 2014-11-23 | rollup merge of #19232: nicholasbishop/bishop_fix_result_typo | Jakub Bukaj | -1/+1 |
| 2014-11-23 | rollup merge of #19225: reem/any-unnecessary-transmute-copy | Jakub Bukaj | -3/+3 |
| 2014-11-23 | rollup merge of #19184: Gekkio/fix-binary-format-char | Jakub Bukaj | -1/+1 |
| 2014-11-23 | DSTify Str + impl Str for &S where S: Str | Jorge Aparicio | -3/+8 |
| 2014-11-23 | auto merge of #19150 : Manishearth/rust/find-doc, r=Gankro | bors | -1/+3 |
| 2014-11-23 | auto merge of #19157 : aturon/rust/cow-doc, r=alexcrichton | bors | -7/+23 |
| 2014-11-23 | auto merge of #19152 : alexcrichton/rust/issue-17863, r=aturon | bors | -30/+123 |
| 2014-11-22 | Fix typo in Result documentation | Nicholas Bishop | -1/+1 |
| 2014-11-23 | auto merge of #19146 : gereeter/rust/reference-borrow, r=aturon | bors | -2/+10 |
| 2014-11-23 | auto merge of #19137 : tbu-/rust/pr_refcell_unsafety, r=huonw | bors | -0/+3 |
| 2014-11-22 | Any: use plain transmute instead of transmute_copy for downcasting. | Jonathan Reem | -3/+3 |
| 2014-11-22 | Mark Any::get_type_id as experimental | Jonathan Reem | -1/+1 |
| 2014-11-22 | auto merge of #19134 : sinistersnare/rust/patch-2, r=alexcrichton | bors | -1/+0 |
| 2014-11-22 | std: Align `raw` modules with unsafe conventions | Alex Crichton | -30/+123 |
| 2014-11-21 | core: Convert a 'failure' to 'panic' in docs | Brian Anderson | -2/+2 |
| 2014-11-21 | core: Update docs for escape_unicode, escape_default | Brian Anderson | -3/+4 |
| 2014-11-21 | core: Convert Char::escape_default, escape_unicode to iterators | Brian Anderson | -34/+95 |
| 2014-11-21 | core: Convert Char methods to by-val self | Brian Anderson | -27/+27 |
| 2014-11-21 | Fix various deprecation warnings from char changes | Brian Anderson | -57/+68 |
| 2014-11-21 | core: Mark remaining Char methods unstable | Brian Anderson | -0/+16 |
| 2014-11-21 | core: Deprecated remaining free functions in `char` | Brian Anderson | -0/+5 |
| 2014-11-21 | core: Add stability attributes to char::from_digit and from_u32 | Brian Anderson | -0/+6 |
| 2014-11-21 | core: Add Char::len_utf16 | Brian Anderson | -0/+10 |
| 2014-11-21 | core: Rename Char::len_utf8_bytes to Char::len_utf8 | Brian Anderson | -0/+9 |
| 2014-11-21 | core: Rename Char::is_digit_radix to is_digit | Brian Anderson | -0/+19 |
| 2014-11-21 | unicode: Rename UnicodeChar::is_digit to is_numeric | Brian Anderson | -7/+7 |
| 2014-11-21 | char: Mark the MAX constant stable | Brian Anderson | -0/+1 |
| 2014-11-21 | core: Mark Char trait experimental | Brian Anderson | -0/+2 |
| 2014-11-21 | core: Add from_u32 to the Char trait | Brian Anderson | -0/+6 |
| 2014-11-21 | Fix std::fmt::Binary format char in docs | Joonas Javanainen | -1/+1 |
| 2014-11-21 | auto merge of #19042 : SimonSapin/rust/generic-utf16-encoder, r=alexcrichton | bors | -3/+25 |
| 2014-11-20 | libs: make Cow usable, improve documentation | Aaron Turon | -7/+23 |
| 2014-11-21 | Mention that find() doesn't consume the full iterator | Manish Goregaokar | -1/+3 |