| Age | Commit message (Expand) | Author | Lines |
| 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 | Fix review comments in BTreeMap's Node documentation | Jonathan S | -71/+96 |
| 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 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -4/+4 |
| 2016-02-22 | Auto merge of #31704 - tbu-:pr_vec_into_iter_clone, r=aturon | bors | -1/+11 |
| 2016-02-20 | Correct size of returned iterator | Stephan Hügel | -4/+4 |
| 2016-02-20 | Clarify chunks() and chunks_mut() iterator content | Stephan Hügel | -2/+2 |
| 2016-02-17 | Rollup merge of #31694 - oconnor663:insertdocs, r=steveklabnik | Steve Klabnik | -3/+4 |
| 2016-02-17 | Implement `Clone` for `std::vec::IntoIter` | Tobias Bucher | -1/+11 |
| 2016-02-17 | Auto merge of #31696 - apasel422:placement, r=pnkfelix | bors | -2/+150 |
| 2016-02-16 | Implement placement-in protocol for `LinkedList` | Andrew Paseltiner | -2/+150 |
| 2016-02-15 | clarify how insert() doesn't update keys | Jack O'Connor | -3/+4 |
| 2016-02-16 | Clarify contiguous memory array structure of vectors in documentation | Dirk Gadsden | -3/+3 |
| 2016-02-14 | Rollup merge of #31585 - tshepang:over-explanation, r=brson | Manish Goregaokar | -2/+2 |
| 2016-02-12 | doc: skipping (obvious) details here is worth making this more nice to read | Tshepang Lekhonkhobe | -2/+2 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+14 |
| 2016-02-10 | Auto merge of #31420 - bluss:deque-equality, r=Gankro | bors | -1/+33 |
| 2016-02-09 | Rollup merge of #31515 - steveklabnik:doc_drain, r=alexcrichton | Steve Klabnik | -0/+6 |
| 2016-02-09 | Improve docs for Drain on String | Steve Klabnik | -0/+6 |