| Age | Commit message (Expand) | Author | Lines |
| 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 | Start documenting BTreeMap's node interface | Jonathan S | -3/+149 |
| 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 |
| 2016-01-19 | Rollup merge of #30998 - apasel422:btree-set-variance, r=Gankro | Manish Goregaokar | -19/+9 |
| 2016-01-19 | Rollup merge of #30981 - boblehest:tmp, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2016-01-19 | Fix typo | Barosl Lee | -2/+2 |
| 2016-01-18 | Auto merge of #30956 - KiChjang:move-tests-to-libcollectionstest, r=bluss | bors | -30/+0 |
| 2016-01-18 | Make `btree_set::{IntoIter, Iter, Range}` covariant | Andrew Paseltiner | -19/+9 |
| 2016-01-17 | Fix and test variance of BTreeMap and its companion structs. | Jonathan S | -17/+39 |
| 2016-01-17 | Move zst test from libcollections to src/test | Keith Yeung | -30/+0 |
| 2016-01-17 | Rollup merge of #30943 - alexcrichton:stabilize-1.7, r=aturon | Manish Goregaokar | -33/+43 |
| 2016-01-16 | Rewrite BTreeMap to use parent pointers. | Jonathan S | -2593/+1882 |
| 2016-01-17 | Fix typo in std::fmt docs | Jørn Lode | -2/+2 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -33/+43 |
| 2016-01-16 | Auto merge of #30939 - shepmaster:btreeset-insert-return-value, r=alexcrichton | bors | -1/+1 |
| 2016-01-15 | BTreeSet::insert returns false when key already exists | Jake Goulding | -1/+1 |
| 2016-01-15 | Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichton | bors | -4/+10 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -4/+10 |
| 2016-01-14 | Rollup merge of #30886 - ollie27:docs_links, r=steveklabnik | Manish Goregaokar | -6/+9 |
| 2016-01-14 | Rollup merge of #30879 - durka:collections-range-tracking-issue, r=nagisa | Manish Goregaokar | -2/+3 |
| 2016-01-14 | Rollup merge of #30770 - steveklabnik:gh30345, r=brson | Manish Goregaokar | -0/+36 |
| 2016-01-13 | Fix some broken and missing links in the docs | Oliver Middleton | -6/+9 |
| 2016-01-13 | update tracking issue for collections_range | Alex Burka | -2/+3 |
| 2016-01-13 | Auto merge of #29498 - wthrowe:replace-pattern, r=alexcrichton | bors | -11/+14 |
| 2016-01-12 | Add some examples to std::string | Steve Klabnik | -0/+36 |
| 2016-01-11 | Auto merge of #30534 - bluss:binary-heap-fast-pop, r=Gankro | bors | -1/+26 |