| Age | Commit message (Expand) | Author | Lines |
| 2015-01-28 | Thread native name setting, fix #10302 | Vojtech Kral | -15/+14 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -58/+58 |
| 2015-01-27 | Thread native name setting, fix #10302 | Vojtech Kral | -2/+2 |
| 2015-01-27 | Thread native name setting, fix #10302 | Vojtech Kral | -0/+40 |
| 2015-01-26 | std: Rename Writer::write to Writer::write_all | Alex Crichton | -2/+2 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -56/+56 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -2/+161 |
| 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 | -9/+11 |
| 2015-01-24 | Add ffi::OsString and OsStr | Aaron Turon | -1/+121 |
| 2015-01-24 | Implement winsize() for unix. | Daniel Griffen | -1/+40 |
| 2015-01-23 | Set unstable feature names appropriately | Brian Anderson | -1/+1 |
| 2015-01-21 | Remove 'since' from unstable attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+1 |
| 2015-01-21 | rollup merge of #21258: aturon/stab-3-index | Alex Crichton | -2/+2 |
| 2015-01-21 | rollup merge of #21444: petrochenkov/null | Alex Crichton | -5/+7 |
| 2015-01-21 | rollup merge of #21414: ejjeong/aarch64-linux-android | Alex Crichton | -2/+2 |
| 2015-01-21 | Fallout from stabilization. | Aaron Turon | -2/+2 |
| 2015-01-21 | Rollup merge of #21375 - petrochenkov:ssbsl, r=alexcrichton | Barosl LEE | -1/+1 |
| 2015-01-20 | Initial support for aarch64-linux-android | Eunji Jeong | -2/+2 |
| 2015-01-19 | Replace `0 as *const/mut T` with `ptr::null/null_mut()` | we | -5/+7 |
| 2015-01-17 | Register new snapshots. | Eduard Burtescu | -6/+4 |
| 2015-01-17 | Remove unnecessary explicit conversions to *const T | we | -1/+1 |
| 2015-01-17 | auto merge of #21132 : sfackler/rust/wait_timeout, r=alexcrichton | bors | -20/+161 |
| 2015-01-16 | Rewrite Condvar::wait_timeout and make it public | Steven Fackler | -20/+161 |
| 2015-01-15 | auto merge of #20980 : richo/rust/final-power, r=alexcrichton | bors | -6/+16 |
| 2015-01-12 | auto merge of #20896 : sfackler/rust/atomic-rename, r=alexcrichton | bors | -1/+1 |
| 2015-01-11 | powerpc: pthread support | Richo Healey | -3/+6 |
| 2015-01-11 | powerpc: Fixup more stack work | Richo Healey | -0/+1 |
| 2015-01-11 | powerpc: add cdefs for linux | Richo Healey | -3/+9 |
| 2015-01-11 | Rename AtomicInt and AtomicUint | Steven Fackler | -1/+1 |
| 2015-01-11 | Give mmap a page-aligned stack start address | Clifford Caoile | -1/+13 |
| 2015-01-09 | Merge pull request #20699 from vhbit/ios-archs | bors | -3/+6 |
| 2015-01-09 | iOS: preliminary 64-bit archs support | Valerii Hiora | -3/+6 |
| 2015-01-09 | Merge pull request #20741 from mneumann/dragonfly-pthread-mutex | bors | -0/+37 |
| 2015-01-08 | Fix destroy assertions in mutex/rwlock/condvar | Michael Neumann | -0/+37 |
| 2015-01-08 | Improvements to feature staging | Brian Anderson | -1/+1 |
| 2015-01-07 | rollup merge of #20680: nick29581/target-word | Alex Crichton | -4/+6 |
| 2015-01-07 | std: Stabilize the std::hash module | Alex Crichton | -4/+5 |
| 2015-01-08 | Rename `target_word_size` to `target_pointer_width` | Nick Cameron | -4/+6 |
| 2015-01-06 | rollup merge of #20607: nrc/kinds | Alex Crichton | -5/+5 |
| 2015-01-06 | rollup merge of #20652: vhbit/thread-key-type | Alex Crichton | -2/+10 |
| 2015-01-07 | markers -> marker | Nick Cameron | -5/+5 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -9/+9 |
| 2015-01-07 | Change `std::kinds` to `std::markers`; flatten `std::kinds::marker` | Nick Cameron | -5/+5 |
| 2015-01-06 | Tuning pthread_key_t type | Michael Neumann | -2/+10 |
| 2015-01-05 | std: Redesign c_str and c_vec | Alex Crichton | -67/+60 |
| 2015-01-03 | Remove deprecated functionality | Alex Crichton | -13/+14 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -12/+12 |
| 2015-01-03 | Initial version of AArch64 support. | Akos Kiss | -7/+15 |