| Age | Commit message (Expand) | Author | Lines |
| 2015-01-30 | Change from core::ops::RangeFull to std::ops | Nick Cameron | -1/+0 |
| 2015-01-30 | Rename FullRange to RangeFull | Nick Cameron | -1/+25 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -191/+191 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -33/+33 |
| 2015-01-29 | remove unused imports | Jorge Aparicio | -1/+1 |
| 2015-01-29 | fix inference fallout | Jorge Aparicio | -6/+6 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -16/+16 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -128/+128 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -13/+13 |
| 2015-01-29 | Auto merge of #21730 - Manishearth:rollup, r=alexcrichton | bors | -14/+7 |
| 2015-01-29 | Feature gate macro_reexport. Fixes #20906 | Flavio Percoco | -1/+1 |
| 2015-01-29 | Auto merge of #21680 - japaric:slice, r=alexcrichton | bors | -9/+9 |
| 2015-01-28 | Fix up check to bypass internal buffer | Steven Fackler | -1/+1 |
| 2015-01-29 | Fix wrong use std::io -> old_io | Michael Neumann | -1/+1 |
| 2015-01-29 | Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichton | Manish Goregaokar | -13/+6 |
| 2015-01-29 | Rollup merge of #21640 - retep998:rmdir, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-01-28 | Merge remote-tracking branch 'origin/master' into rollup | Manish Goregaokar | -498/+632 |
| 2015-01-28 | Thread native name setting, fix #10302 | Vojtech Kral | -1/+1 |
| 2015-01-28 | Thread native name setting, fix #10302 | Vojtech Kral | -1/+1 |
| 2015-01-28 | Thread native name setting, fix #10302 | Vojtech Kral | -19/+18 |
| 2015-01-28 | Rollup merge of #21676 - Victory:fix-deprication-in-random, r=alexcrichton | Manish Goregaokar | -31/+31 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -575/+600 |
| 2015-01-27 | Rollup merge of #21602 - japaric:derive-copy, r=alexcrichton | Manish Goregaokar | -4/+4 |
| 2015-01-27 | Thread native name setting, fix #10302 | Vojtech Kral | -4/+4 |
| 2015-01-27 | cleanup: s/`v.slice*()`/`&v[a..b]`/g + remove redundant `as_slice()` calls | Jorge Aparicio | -9/+9 |
| 2015-01-27 | accommodate new scoping rules in libstd unit tests. | Felix S. Klock II | -1/+1 |
| 2015-01-27 | Thread native name setting, fix #10302 | Vojtech Kral | -0/+51 |
| 2015-01-26 | Don't use if we can avoid it | Victory | -23/+23 |
| 2015-01-26 | cleanup depricated `uint` in rand mod and rand os | Victory | -31/+31 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -155/+159 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -133/+133 |
| 2015-01-26 | std: Rename io to old_io | Alex Crichton | -291/+311 |
| 2015-01-26 | Make Unix and Windows impls consistent | Flavio Percoco | -4/+0 |
| 2015-01-26 | Make Unix and Windows impls consistent | Flavio Percoco | -9/+6 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -10/+1802 |
| 2015-01-25 | wrmdir -> RemoveDirectoryW | Peter Atashian | -1/+1 |
| 2015-01-25 | cleanup: s/impl Copy/#[derive(Copy)]/g | Jorge Aparicio | -4/+4 |
| 2015-01-25 | Auto merge of #20613 - dgriffen:master, r=alexcrichton | bors | -1/+40 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -585/+335 |
| 2015-01-25 | Auto merge of #21558 - alexcrichton:result-debug, r=aturon | bors | -4/+36 |
| 2015-01-24 | Add ffi::OsString and OsStr | Aaron Turon | -5/+1725 |
| 2015-01-24 | Implement winsize() for unix. | Daniel Griffen | -1/+40 |
| 2015-01-23 | grandfathered -> rust1 | Brian Anderson | -280/+280 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -13/+25 |
| 2015-01-23 | std: Relax Result::unwrap() to Debug | Alex Crichton | -4/+36 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -166/+172 |
| 2015-01-22 | Add a missing stable attribute | Brian Anderson | -0/+1 |
| 2015-01-22 | Rollup merge of #21477 - steveklabnik:gh21440, r=alexcrichton | Steve Klabnik | -1/+9 |
| 2015-01-22 | Rollup merge of #21325 - nagisa:thread-panicking, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2015-01-22 | Rollup merge of #21217 - Gankro:docadoca, r=steveklabnik | Steve Klabnik | -2/+52 |