| Age | Commit message (Expand) | Author | Lines |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -4/+16 |
| 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 | 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 |
| 2016-02-09 | Minor spelling fixes | Carlos E. Garcia | -3/+3 |
| 2016-02-09 | Auto merge of #31492 - alexcrichton:remove-allow-trivial-casts, r=nrc | bors | -1/+0 |
| 2016-02-08 | Fix up docs for String::from_utf8_lossy() | Steve Klabnik | -11/+12 |
| 2016-02-08 | Remove old #[allow(trivial_casts)] annotations | Alex Crichton | -1/+0 |
| 2016-02-05 | Auto merge of #31386 - tbu-:pr_cow_from_vec, r=alexcrichton | bors | -0/+14 |
| 2016-02-03 | Add `Cow::from` for `Vec` and slices | Tobias Bucher | -0/+14 |
| 2016-02-02 | Correct `linked_list::IntoIter` doc comment | Andrew Paseltiner | -1/+1 |
| 2016-02-02 | Rollup merge of #31345 - kamalmarhubi:book-docs-special-section-errors, r=ste... | Steve Klabnik | -2/+2 |
| 2016-02-02 | Rollup merge of #31202 - steveklabnik:gh30459, r=alexcrichton | Steve Klabnik | -0/+48 |
| 2016-02-02 | Add doctests for directionality | Steve Klabnik | -0/+20 |
| 2016-02-01 | docs: Standardize on 'Errors' header in std docs | Kamal Marhubi | -2/+2 |
| 2016-01-29 | std::string::String.from_utf16 doc fix | tgor | -1/+1 |
| 2016-01-28 | Auto merge of #31225 - mbrubeck:btreeset-size-hint, r=Gankro | bors | -2/+27 |
| 2016-01-27 | Auto merge of #31224 - bluss:deque-hashing, r=Gankro | bors | -3/+3 |
| 2016-01-27 | collections: Use slices parts in PartialEq for VecDeque | Ulrik Sverdrup | -1/+33 |
| 2016-01-27 | collections: Hash VecDeque in its slice parts | Ulrik Sverdrup | -3/+3 |
| 2016-01-26 | Add size hints for BTreeSet iterators | Matt Brubeck | -2/+27 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -18/+3 |
| 2016-01-26 | Document LTR vs RTL wrt trim_* | Steve Klabnik | -0/+28 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-23 | Rollup merge of #31136 - mbrubeck:btree-doc, r=steveklabnik | Steve Klabnik | -10/+10 |
| 2016-01-22 | Document that BTreeMap iteration is in order | Matt Brubeck | -10/+10 |
| 2016-01-22 | Implement error::Error and fmt::Display for string::ParseError | Dirk Gadsden | -0/+7 |
| 2016-01-20 | Auto merge of #31038 - gereeter:btree-panic, r=Gankro | bors | -2/+2 |
| 2016-01-19 | In BTreeMap's merge function, adjust the length of the node before moving ele... | Jonathan S | -2/+2 |
| 2016-01-19 | Rollup merge of #31008 - barosl:typo, r=bluss | Manish Goregaokar | -2/+2 |