| Age | Commit message (Expand) | Author | Lines |
| 2016-04-05 | Add example doc for ToOwned trait | Guillaume Gomez | -0/+12 |
| 2016-04-01 | Implement `values_mut` on `BTreeMap`. | Corey Farwell | -0/+60 |
| 2016-03-31 | Auto merge of #32586 - seanmonstar:speialize-to-string, r=alexcrichton | bors | -1/+10 |
| 2016-03-30 | specialize ToString for str | Sean McArthur | -1/+10 |
| 2016-03-30 | Rollup merge of #32607 - tshepang:we-gots-intoiterator, r=apasel422 | Steve Klabnik | -1/+1 |
| 2016-03-30 | Rollup merge of #32603 - tshepang:capitalise, r=bluss | Steve Klabnik | -1/+1 |
| 2016-03-30 | doc: no need for an explicit iter() | Tshepang Lekhonkhobe | -1/+1 |
| 2016-03-28 | Auto merge of #32438 - kamalmarhubi:intoiterator-example, r=steveklabnik | bors | -24/+24 |
| 2016-03-29 | doc: first letter should be upper case | Tshepang Lekhonkhobe | -1/+1 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -24/+24 |
| 2016-03-28 | Rollup merge of #32177 - srinivasreddy:remove_integer_suffixes, r=steveklabnik | Steve Klabnik | -8/+8 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -20/+5 |
| 2016-03-15 | Use issue number from rust-lang/rust, not rust-lang/rfcs. | Stu Black | -2/+2 |
| 2016-03-14 | Expose the key of Entry variants for HashMap and BTreeMap. | Stu Black | -0/+13 |
| 2016-03-13 | Call str::to_owned in String::from and uninline it | Ulrik Sverdrup | -14/+2 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -85/+7 |
| 2016-03-12 | Rollup merge of #32137 - nathankleyn:improve-docs-for-binaryheap, r=steveklabnik | Manish Goregaokar | -0/+144 |
| 2016-03-11 | removed integer suffixes in libcollections and libcollectionstest | srinivasreddy | -8/+8 |
| 2016-03-11 | Auto merge of #32133 - alexcrichton:linkchecker, r=brson | bors | -31/+39 |
| 2016-03-10 | Remove unnecessary mut in docs causing test failures. | Nathan Kleyn | -1/+1 |
| 2016-03-10 | Rollup merge of #32136 - nathankleyn:improve-docs-for-btreeset, r=steveklabnik | Steve Klabnik | -0/+30 |
| 2016-03-09 | collections: Fix broken doc example | Alex Crichton | -1/+1 |
| 2016-03-10 | Merge pull request #32135 from nathankleyn/improve-docs-for-btreemap | Steve Klabnik | -0/+111 |
| 2016-03-09 | Add missing "basic usage" sections to docs, fix review comments. | Nathan Kleyn | -1/+36 |
| 2016-03-09 | Address review comments to add "basic usage" sections to docs. | Nathan Kleyn | -0/+38 |
| 2016-03-08 | Add missing documentation examples for BinaryHeap. | Nathan Kleyn | -0/+106 |
| 2016-03-08 | Add missing documentation examples for BTreeSet. | Nathan Kleyn | -0/+30 |
| 2016-03-08 | Add missing documentation examples for BTreeMap. | Nathan Kleyn | -0/+76 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -31/+39 |
| 2016-03-08 | Rollup merge of #32084 - gokhanettin:typo-in-comment, r=alexcrichton | Steve Klabnik | -5/+5 |
| 2016-03-07 | Auto merge of #32051 - steveklabnik:gh9447, r=bluss | bors | -1/+1 |
| 2016-03-06 | Fix typos - mismatching parentheses in comments | Gökhan Karabulut | -5/+5 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -2/+67 |
| 2016-03-04 | End stdlib module summaries with a full stop. | Steve Klabnik | -1/+1 |
| 2016-03-03 | Auto merge of #31797 - apasel422:issue-28950, r=alexcrichton | bors | -2/+4 |
| 2016-03-03 | Auto merge of #32012 - bluss:more-drop-in-place, r=alexcrichton | bors | -12/+13 |
| 2016-03-02 | Use ptr::drop_in_place in VecDeque::drop | Ulrik Sverdrup | -1/+6 |
| 2016-03-02 | Use ptr::drop_in_place in Vec::truncate | Ulrik Sverdrup | -3/+4 |
| 2016-03-02 | Use ptr::drop_in_place in Vec::drop | Ulrik Sverdrup | -8/+3 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -4/+16 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -2/+66 |
| 2016-02-27 | note work still to be done | Alex Burka | -0/+1 |
| 2016-02-27 | Improve formatting of the primitive str documentation | Michael Huynh | -17/+35 |
| 2016-02-26 | Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichton | bors | -0/+25 |
| 2016-02-25 | Add unstable copy_from_slice | Nicholas Mazzuca | -0/+25 |
| 2016-02-25 | Use `box` syntax in `vec!` macro | Andrew Paseltiner | -2/+4 |
| 2016-02-25 | Rollup merge of #31850 - GuillaumeGomez:vec-doc, r=steveklabnik | Manish Goregaokar | -0/+43 |
| 2016-02-25 | Rollup merge of #31784 - urschrei:chunks_doc, r=steveklabnik | Manish Goregaokar | -2/+2 |
| 2016-02-24 | Add more explanation on vec type | Guillaume Gomez | -0/+43 |
| 2016-02-24 | Auto merge of #31778 - aturon:snapshot, r=alexcrichton | bors | -4/+4 |