| Age | Commit message (Expand) | Author | Lines |
| 2016-05-12 | doc: line these comments up | Tshepang Lekhonkhobe | -1/+1 |
| 2016-05-12 | doc: Fix comment in std::string::String example code | Haiko Schol | -1/+1 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -1/+4 |
| 2016-05-11 | Rollup merge of #33129 - GuillaumeGomez:fmt_doc, r=steveklabnik | Steve Klabnik | -0/+12 |
| 2016-05-10 | Doc improvement on std::fmt module | Guillaume Gomez | -0/+12 |
| 2016-05-07 | Rollup merge of #33402 - shepmaster:copied-variable-name, r=Manishearth | Steve Klabnik | -2/+2 |
| 2016-05-04 | Replace copy-pasted variable name with relevant one | Jake Goulding | -2/+2 |
| 2016-05-03 | Rollup merge of #33277 - birkenfeld:fmt-named-dollar-args, r=steveklabnik | Manish Goregaokar | -4/+9 |
| 2016-04-30 | Auto merge of #33276 - bwinterton:btreeset-insert-doc-fix, r=GuillaumeGomez | bors | -2/+2 |
| 2016-04-29 | Auto merge of #33148 - sfackler:entry-key, r=alexcrichton | bors | -0/+9 |
| 2016-04-29 | Fix std::fmt format spec: named args are allowed with "$" syntax | Georg Brandl | -4/+9 |
| 2016-04-29 | Make Btreeset::Insert docs more consistent | Brayden Winterton | -2/+2 |
| 2016-04-28 | Clarify std::fmt width docs w.r.t. dollar syntax and give example. | Georg Brandl | -2/+13 |
| 2016-04-22 | Implement `append` for b-trees. | Johannes Oertel | -24/+339 |
| 2016-04-21 | Add Entry::key | Steven Fackler | -0/+9 |
| 2016-04-20 | Auto merge of #32951 - LukasKalbertodt:collection_contains_rfc1552, r=brson | bors | -0/+21 |
| 2016-04-18 | Auto merge of #32866 - davidhewitt:master, r=apasel422 | bors | -0/+179 |
| 2016-04-18 | Added From<VecDeque<T>> for Vec<T> and From<Vec<T>> for VecDeque<T> | David Hewitt | -0/+179 |
| 2016-04-17 | Auto merge of #33050 - apasel422:bh, r=alexcrichton | bors | -0/+1 |
| 2016-04-17 | Implement `Clone` for `binary_heap::IntoIter` | Andrew Paseltiner | -0/+1 |
| 2016-04-17 | Rollup merge of #31441 - gereeter:btree-docs, r=bluss | Manish Goregaokar | -5/+176 |
| 2016-04-17 | Auto merge of #32987 - xosmig:binary_heap_extension, r=apasel422 | bors | -5/+88 |
| 2016-04-16 | Auto merge of #32977 - alexcrichton:ignore-panics, r=brson | bors | -4/+8 |
| 2016-04-15 | slice: Add tracking issue for slice_binary_search_by_key | Kamal Marhubi | -1/+1 |
| 2016-04-16 | collections: add append and extend specialization for binary heap | Andrey Tonkih | -5/+88 |
| 2016-04-15 | std: Change String::truncate to panic less | Alex Crichton | -4/+8 |
| 2016-04-15 | Auto merge of #32851 - apasel422:spec-extend, r=alexcrichton | bors | -0/+34 |
| 2016-04-14 | Auto merge of #32693 - kamalmarhubi:binary_search_by_key, r=alexcrichton | bors | -0/+39 |
| 2016-04-14 | Add `contains` to `VecDeque` and `LinkedList` (+ tests) | Lukas Kalbertodt | -0/+21 |
| 2016-04-14 | Specialize `Extend` to `append` for `{LinkedList, Vec}` | Andrew Paseltiner | -0/+34 |
| 2016-04-14 | fix str::split_at_mut() example | Gigih Aji Ibrahim | -2/+2 |
| 2016-04-12 | collections: Add slice::binary_search_by_key | Kamal Marhubi | -0/+39 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -25/+36 |
| 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 |