| Age | Commit message (Expand) | Author | Lines |
| 2015-03-26 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-03-25 | Add trivial cast lints. | Nick Cameron | -1/+1 |
| 2015-03-23 | rollup merge of #23598: brson/gate | Alex Crichton | -0/+1 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -2/+3 |
| 2015-03-23 | Require feature attributes, and add them where necessary | Brian Anderson | -0/+1 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -1/+1 |
| 2015-03-20 | Remove rt::default_sched_threads and RUST_THREADS. | Steve Klabnik | -2/+7 |
| 2015-03-19 | RUST_TEST_TASKS -> RUST_TEST_THREADS | Steve Klabnik | -3/+3 |
| 2015-03-16 | std: Stabilize the Write::flush method | Alex Crichton | -1/+0 |
| 2015-03-15 | Auto merge of #23206 - nagisa:print-io, r=alexcrichton | bors | -28/+2 |
| 2015-03-15 | Use new io in print and println macroses | Simonas Kazlauskas | -28/+2 |
| 2015-03-14 | Revert "Remove dead code flagged by lint" | Manish Goregaokar | -1/+0 |
| 2015-03-13 | Auto merge of #23292 - alexcrichton:stabilize-io, r=aturon | bors | -49/+74 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -49/+74 |
| 2015-03-13 | Rollup merge of #21468 - sanxiyn:dead-variant, r= | Manish Goregaokar | -0/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -1/+0 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -26/+26 |
| 2015-03-08 | Auto merge of #23127 - alexcrichton:bench-wrapping, r=brson | bors | -1/+8 |
| 2015-03-06 | test: Fix an overflow on empty benchmarks | Alex Crichton | -1/+8 |
| 2015-03-06 | Rollup merge of #23056 - awlnx:master, r=nrc | Manish Goregaokar | -0/+2 |
| 2015-03-06 | Rollup merge of #23081 - alexcrichton:stabilize-fs, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-03-05 | std: Stabilize the `fs` module | Alex Crichton | -1/+0 |
| 2015-03-05 | fix for new attributes failing. issue #22964 | awlnx | -0/+2 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -2/+2 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -10/+23 |
| 2015-03-04 | Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw | bors | -2/+2 |
| 2015-03-02 | core: Audit num module for int/uint | Brian Anderson | -12/+12 |
| 2015-03-01 | remove some compiler warnings | Tshepang Lekhonkhobe | -2/+2 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+0 |
| 2015-02-27 | libtest: flush output after every write | Julian Orth | -4/+13 |
| 2015-02-22 | Record default implementations in a separate step | Flavio Percoco | -0/+1 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -2/+2 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -2/+2 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -1/+1 |
| 2015-02-18 | std: Stabilize the `hash` module | Alex Crichton | -3/+2 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |
| 2015-02-17 | rollup merge of #22319: huonw/send-is-not-static | Alex Crichton | -2/+2 |
| 2015-02-17 | Test fixes and rebase conflicts | Alex Crichton | -2/+2 |
| 2015-02-17 | rollup merge of #22435: aturon/final-stab-thread | Alex Crichton | -1/+1 |
| 2015-02-17 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2015-02-17 | std: Rename io/path features with old_ prefix | Alex Crichton | -2/+2 |
| 2015-02-18 | Update the libraries to reflect Send loosing the 'static bound. | Huon Wilson | -2/+2 |
| 2015-02-15 | Fix rollup (remove slicing_syntax) | Manish Goregaokar | -1/+1 |
| 2015-02-11 | Test fixes and rebase conflicts | Alex Crichton | -2/+1 |
| 2015-02-11 | rollup merge of #22188: alexcrichton/envv2 | Alex Crichton | -2/+2 |
| 2015-02-11 | std: Tweak the std::env OsString/String interface | Alex Crichton | -2/+2 |
| 2015-02-11 | rustc: Fix a number of stability lint holes | Alex Crichton | -2/+4 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -37/+33 |
| 2015-02-03 | Remove dead code flagged by lint | Seo Sanghyeon | -0/+1 |