| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -9/+9 |
| 2015-03-24 | rollup merge of #23630: nrc/coerce-tidy | Alex Crichton | -2/+2 |
| 2015-03-24 | rollup merge of #23592: alexcrichton/tweak-at-exit | Alex Crichton | -1/+1 |
| 2015-03-24 | Added `W: Writer` bound to `BufferedWriter<W>` to avoid specialized `Drop` impl. | Felix S. Klock II | -9/+9 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -2/+2 |
| 2015-03-23 | rollup merge of #23503: alexcrichton/fix-ptr-docs | Alex Crichton | -2/+2 |
| 2015-03-23 | Add #![feature] attributes to doctests | Brian Anderson | -0/+59 |
| 2015-03-21 | std: Tweak rt::at_exit behavior | Alex Crichton | -1/+1 |
| 2015-03-21 | std: Remove deprecated ptr functions | Alex Crichton | -2/+2 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -64/+97 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -64/+97 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -1/+1 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -35/+0 |
| 2015-03-18 | Remove the newly introduced trait impls for fixed-size arrays and use &b"..."... | Vadim Petrochenkov | -2/+2 |
| 2015-03-18 | Fixed-size byte string literals (RFC 339) | Vadim Petrochenkov | -1/+2 |
| 2015-03-17 | Rollup merge of #23329 - jbcrail:rm-syntax-highlight, r=sanxiyn | Manish Goregaokar | -24/+24 |
| 2015-03-16 | remove imports | Jorge Aparicio | -3/+3 |
| 2015-03-16 | impl<T> *const T, impl<T> *mut T | Jorge Aparicio | -0/+2 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+13 |
| 2015-03-16 | impl str | Jorge Aparicio | -1/+7 |
| 2015-03-16 | impl char | Jorge Aparicio | -0/+1 |
| 2015-03-15 | Auto merge of #23206 - nagisa:print-io, r=alexcrichton | bors | -14/+0 |
| 2015-03-15 | Use new io in print and println macroses | Simonas Kazlauskas | -14/+0 |
| 2015-03-14 | Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton | bors | -5/+5 |
| 2015-03-13 | Remove explicit syntax highlight from docs. | Joseph Crail | -24/+24 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -25/+5 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -5/+5 |
| 2015-03-12 | std: Stabilize the `io` module | Alex Crichton | -0/+3 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -39/+39 |
| 2015-03-10 | Auto merge of #23126 - alexcrichton:char-third-pass, r=aturon | bors | -4/+5 |
| 2015-03-10 | std: Stabilize more of the `char` module | Alex Crichton | -4/+5 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -5/+5 |
| 2015-03-06 | rollup merge of #22813: alexcrichton/deprecate-net | Alex Crichton | -0/+10 |
| 2015-03-06 | std: Deprecate the std::old_io::net primitives | Alex Crichton | -0/+10 |
| 2015-03-06 | Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturon | Manish Goregaokar | -0/+3 |
| 2015-03-06 | Rollup merge of #23010 - alexcrichton:deprecate-some-old-io, r=aturon | Manish Goregaokar | -0/+50 |
| 2015-03-05 | std: Deprecate the old_io::process module | Alex Crichton | -0/+3 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -40/+40 |
| 2015-03-04 | std: Stabilize portions of the `io` module | Alex Crichton | -0/+50 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -0/+56 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -4/+7 |
| 2015-03-03 | Add `: Box<_>` or `::Box<_>` type annotations to various places. | Felix S. Klock II | -6/+6 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -8/+8 |
| 2015-03-02 | Auto merge of #22797 - alexcrichton:io-stdio, r=aturon | bors | -4/+4 |
| 2015-03-01 | Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonw | bors | -0/+4 |
| 2015-02-28 | std: Implement stdio for `std::io` | Alex Crichton | -4/+4 |
| 2015-02-27 | std: Deprecated the `old_io::extensions` module | Alex Crichton | -0/+4 |
| 2015-02-26 | Check stability of struct fields. | Huon Wilson | -0/+1 |
| 2015-02-25 | Rollup merge of #22727 - alexcrichton:prep-env, r=aturon | Manish Goregaokar | -4/+7 |