| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-03-23 | min_stack_size: clarify both reasons to use dlsym | Anders Kaseorg | -5/+6 |
| 2015-03-23 | min_stack_size: update non-Linux implementation comment | Anders Kaseorg | -2/+2 |
| 2015-03-23 | Get __pthread_get_minstack at runtime with dlsym | Anders Kaseorg | -12/+23 |
| 2015-03-23 | Rollup merge of #23576 - barosl:mutex-doc, r=alexcrichton | Manish Goregaokar | -2/+2 |
| 2015-03-23 | Rollup merge of #23559 - aturon:future-proof-map-index, r=Gankro | Manish Goregaokar | -13/+1 |
| 2015-03-22 | Remove an unsafe function definition in __thread_local_inner. | Ms2ger | -5/+3 |
| 2015-03-22 | Remove bad reference to std::io | Steve Klabnik | -2/+1 |
| 2015-03-22 | Refine Cursor docstring | Simonas Kazlauskas | -8/+5 |
| 2015-03-21 | std: Tweak rt::at_exit behavior | Alex Crichton | -45/+64 |
| 2015-03-21 | std: Remove deprecated ptr functions | Alex Crichton | -2/+2 |
| 2015-03-21 | Fix documentation for std::sync::mutex: into_guard -> into_inner | Barosl Lee | -2/+2 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -98/+168 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -98/+168 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -15/+15 |
| 2015-03-20 | Auto merge of #23267 - alexcrichton:issue-20012, r=aturon | bors | -37/+56 |
| 2015-03-20 | Revert "Revert "std: Re-enable at_exit()"" | Alex Crichton | -37/+56 |
| 2015-03-20 | Future-proof indexing on maps: remove IndexMut | Aaron Turon | -13/+1 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -15/+15 |
| 2015-03-20 | Rollup merge of #23534 - steveklabnik:remove_sched_threads, r=alexcrichton | Manish Goregaokar | -24/+1 |