| Age | Commit message (Expand) | Author | Lines |
| 2015-03-31 | std: Add a process::exit function | Alex Crichton | -0/+25 |
| 2015-03-31 | std: Remove #[old_orphan_check] from PartialEq | Alex Crichton | -19/+18 |
| 2015-03-31 | Stabilize `std::convert` and related code | Aaron Turon | -28/+92 |
| 2015-03-31 | rollup merge of #23549: aturon/stab-num | Alex Crichton | -968/+421 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -968/+421 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -968/+421 |
| 2015-03-31 | Indicate select! is code-like | Corey Farwell | -1/+1 |
| 2015-03-31 | Last docs for std::env | Steve Klabnik | -1/+28 |
| 2015-03-31 | Rollup merge of #23866 - alexcrichton:switch-some-orders, r=aturon | Manish Goregaokar | -17/+17 |
| 2015-03-31 | Rollup merge of #23826 - richo:note-print-macro, r=alexcrichton | Manish Goregaokar | -0/+4 |
| 2015-03-30 | Update lib.rs | Camille Roussel | -1/+1 |
| 2015-03-30 | convert: remove FromError, use From<E> instead | Sean McArthur | -13/+13 |
| 2015-03-30 | std: Stabilize the rest of Any/BoxAny | Alex Crichton | -1/+0 |
| 2015-03-31 | replace deprecated as_slice() | Emeliov Dmitrii | -16/+16 |
| 2015-03-30 | std: Standardize (input, output) param orderings | Alex Crichton | -17/+17 |
| 2015-03-30 | std: Add a note about the print! macro and output buffering | Richo Healey | -0/+4 |
| 2015-03-30 | Only zero at most 64k at a time. We still use the doubling | bcoopers | -8/+4 |
| 2015-03-30 | Remove unnecessary `as usize` | Vadim Petrochenkov | -10/+10 |
| 2015-03-29 | Clearer wording | bcoopers | -3/+3 |
| 2015-03-29 | 80 character line limit | bcoopers | -2/+3 |
| 2015-03-29 | Clarified and simplified algorithm for increasing size of buffer in | bcoopers | -5/+4 |
| 2015-03-29 | Auto merge of #23830 - petrochenkov:spellcheck, r=steveklabnik | bors | -2/+2 |
| 2015-03-29 | Auto merge of #23820 - sfackler:fast_read_to_end, r=alexcrichton | bors | -59/+76 |
| 2015-03-29 | Rollup merge of #23814 - steveklabnik:gh23320, r=alexcrichton | Manish Goregaokar | -2/+18 |
| 2015-03-28 | Fix massive performance issue in read_to_end | Steven Fackler | -59/+77 |
| 2015-03-29 | Auto merge of #23810 - sfackler:debug-collections, r=alexcrichton | bors | -16/+3 |
| 2015-03-28 | Auto merge of #23300 - sfackler:rm-iterator-ext, r=alexcrichton | bors | -23/+21 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -23/+21 |
| 2015-03-28 | Document properties for Eq + Hash | Steve Klabnik | -2/+18 |
| 2015-03-28 | Fold collections debug impls | Steven Fackler | -10/+2 |
| 2015-03-28 | Update debug helpers and add list builder | Steven Fackler | -14/+9 |
| 2015-03-28 | iOS: int/uint fallout | Valerii Hiora | -3/+3 |
| 2015-03-28 | Fix some typos | Vadim Petrochenkov | -2/+2 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -5/+5 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -5/+5 |
| 2015-03-27 | std: Don't deadlock/panic on recursive prints | Alex Crichton | -11/+14 |
| 2015-03-27 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+3 |
| 2015-03-27 | rollup merge of #23794: brson/slicegate | Alex Crichton | -0/+1 |
| 2015-03-27 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -2/+0 |
| 2015-03-27 | rollup merge of #23197: aatxe/master | Alex Crichton | -29/+26 |
| 2015-03-27 | Feature gate *all* slice patterns. #23121 | Brian Anderson | -0/+1 |
| 2015-03-27 | rollup merge of #23665: steveklabnik/doc_std_ascii | Alex Crichton | -4/+96 |
| 2015-03-27 | Auto merge of #23419 - murarth:lookup-addr, r=alexcrichton | bors | -1/+57 |
| 2015-03-27 | Updated std::dynamic_lib to use std::path. | Aaron Weiss | -29/+26 |
| 2015-03-27 | rollup merge of #23749: alexcrichton/remove-old-impl-check | Alex Crichton | -17/+19 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -548/+547 |
| 2015-03-27 | rollup merge of #23738: alexcrichton/snapshots | Alex Crichton | -111/+4 |
| 2015-03-27 | rollup merge of #23776: nrc/allow_trivial_cast | Alex Crichton | -1/+0 |
| 2015-03-27 | rollup merge of #23769: alexcrichton/stabilize-split | Alex Crichton | -4/+3 |
| 2015-03-27 | rollup merge of #23753: aturon/revise-convert | Alex Crichton | -59/+9 |