| Age | Commit message (Expand) | Author | Lines |
| 2015-03-24 | Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`. | Felix S. Klock II | -17/+17 |
| 2015-03-24 | std: Update docs for removal of ReadExt, WriteExt | Ulrik Sverdrup | -16/+16 |
| 2015-03-25 | Change lint names to plurals | Nick Cameron | -2/+2 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -3/+5 |
| 2015-03-24 | std: Zero memory when calling `read_to_end()` | Alex Crichton | -30/+14 |
| 2015-03-24 | Add examples for std::ascii | Steve Klabnik | -4/+96 |
| 2015-03-24 | Add Examples for File | Steve Klabnik | -0/+74 |
| 2015-03-23 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -3/+1 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -26/+26 |
| 2015-03-23 | rollup merge of #23503: alexcrichton/fix-ptr-docs | Alex Crichton | -2/+2 |
| 2015-03-23 | Test fixes and rebase conflicts, round 1 | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23383: alexcrichton/fs-create-dir-all | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -1/+284 |
| 2015-03-23 | rollup merge of #23648: steveklabnik/rollup | Alex Crichton | -8/+8 |
| 2015-03-23 | rollup merge of #23641: steveklabnik/gh23632 | Alex Crichton | -5/+5 |
| 2015-03-23 | rollup merge of #23640: nagisa/thread-less-weak | Alex Crichton | -11/+8 |
| 2015-03-23 | rollup merge of #23637: apasel422/iter | Alex Crichton | -0/+25 |
| 2015-03-23 | rollup merge of #23634: WiSaGaN/bugfix/fix_dead_link | Alex Crichton | -1/+1 |
| 2015-03-23 | rollup merge of #23633: tomjakubowski/rustdoc-array-prim | Alex Crichton | -1/+18 |
| 2015-03-23 | rollup merge of #23631: andersk/minstack-dlsym | Alex Crichton | -14/+26 |
| 2015-03-23 | rollup merge of #23622: steveklabnik/gh23196 | Alex Crichton | -0/+6 |
| 2015-03-23 | rollup merge of #23615: steveklabnik/gh23540 | Alex Crichton | -2/+1 |
| 2015-03-23 | rollup merge of #23608: nagisa/refine-cursor-docstring | Alex Crichton | -8/+5 |
| 2015-03-23 | rollup merge of #23607: mahkoh/cursor | Alex Crichton | -0/+1 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -5/+112 |
| 2015-03-23 | rollup merge of #23579: Ms2ger/thread_local-unsafe | Alex Crichton | -5/+3 |
| 2015-03-23 | rollup merge of #23557: aturon/rfc-909 | Alex Crichton | -91/+127 |
| 2015-03-23 | rollup merge of #23541: aturon/stab-error | Alex Crichton | -7/+7 |
| 2015-03-23 | rollup merge of #23538: aturon/conversion | Alex Crichton | -87/+314 |
| 2015-03-23 | rollup merge of #23283: brson/rpathfix | Alex Crichton | -0/+3 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -87/+314 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+283 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -1/+1 |
| 2015-03-23 | Rollup merge of #23641 - steveklabnik:gh23632, r=alexcrichton | Steve Klabnik | -5/+5 |
| 2015-03-23 | Rollup merge of #23622 - steveklabnik:gh23196, r=alexcrichton | Steve Klabnik | -0/+6 |
| 2015-03-23 | Rollup merge of #23608 - nagisa:refine-cursor-docstring, r=steveklabnik | Steve Klabnik | -8/+5 |
| 2015-03-23 | Rollup merge of #23607 - mahkoh:cursor, r=alexcrichton | Steve Klabnik | -0/+1 |
| 2015-03-23 | Rollup merge of #23509 - aturon:stab-entry, r=Gankro | Steve Klabnik | -8/+8 |
| 2015-03-23 | rustdoc: Support for "array" primitive | Tom Jakubowski | -1/+18 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -1/+1 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -4/+111 |
| 2015-03-23 | Implement RFC 909: move thread_local into thread | Aaron Turon | -91/+127 |
| 2015-03-23 | Stabilize the Error trait | Aaron Turon | -7/+7 |
| 2015-03-23 | prctl instead of pthread on linux for name setup | Simonas Kazlauskas | -11/+8 |
| 2015-03-23 | Clarify that slices don't just point to arrays | Steve Klabnik | -5/+5 |
| 2015-03-23 | Beef up BufRead::consume documentation. | Steve Klabnik | -0/+6 |
| 2015-03-23 | Clarify behavior of Path::relative_from | Brian Anderson | -0/+3 |
| 2015-03-23 | derive missing trait implementations for cursor | Julian Orth | -0/+1 |
| 2015-03-23 | implement `Clone` for various iterators | Andrew Paseltiner | -0/+25 |
| 2015-03-23 | Fix dead link for std::sync::mpsc. | Wangshan Lu | -1/+1 |