| Age | Commit message (Expand) | Author | Lines |
| 2015-03-24 | [iOS] Fallout from 8389253 | Tamir Duberstein | -1/+1 |
| 2015-03-24 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+7 |
| 2015-03-24 | rollup merge of #23638: pnkfelix/fsk-reject-specialized-drops | Alex Crichton | -1/+1 |
| 2015-03-24 | rollup merge of #23630: nrc/coerce-tidy | Alex Crichton | -1/+1 |
| 2015-03-24 | rollup merge of #23592: alexcrichton/tweak-at-exit | Alex Crichton | -1/+1 |
| 2015-03-25 | Bug fixes | Nick Cameron | -1/+1 |
| 2015-03-24 | Added `T:Send` bound to `sync::mpsc::Receiver` and `sync::mpsc::Sender`. | Felix S. Klock II | -1/+1 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -10/+6 |
| 2015-03-23 | rollup merge of #23640: nagisa/thread-less-weak | Alex Crichton | -11/+8 |
| 2015-03-23 | rollup merge of #23631: andersk/minstack-dlsym | Alex Crichton | -14/+26 |
| 2015-03-23 | rollup merge of #23601: nikomatsakis/by-value-index | Alex Crichton | -0/+79 |
| 2015-03-23 | rollup merge of #23557: aturon/rfc-909 | Alex Crichton | -2/+2 |
| 2015-03-23 | Add generic conversion traits | Aaron Turon | -6/+5 |
| 2015-03-23 | Adjust Index/IndexMut impls. For generic collections, we take | Niko Matsakis | -0/+79 |
| 2015-03-23 | Implement RFC 909: move thread_local into thread | Aaron Turon | -2/+2 |
| 2015-03-23 | prctl instead of pthread on linux for name setup | Simonas Kazlauskas | -11/+8 |
| 2015-03-23 | min_stack_size: clarify both reasons to use dlsym | Anders Kaseorg | -5/+6 |
| 2015-03-23 | min_stack_size: update non-Linux implementation comment | Anders Kaseorg | -2/+2 |
| 2015-03-23 | Get __pthread_get_minstack at runtime with dlsym | Anders Kaseorg | -12/+23 |
| 2015-03-21 | std: Tweak rt::at_exit behavior | Alex Crichton | -1/+1 |
| 2015-03-21 | Auto merge of #23470 - alexcrichton:less-prelude, r=aturon | bors | -4/+7 |
| 2015-03-20 | std: Remove old_io/old_path from the prelude | Alex Crichton | -4/+7 |
| 2015-03-20 | Auto merge of #23512 - oli-obk:result_ok_unwrap, r=alexcrichton | bors | -6/+6 |
| 2015-03-20 | Auto merge of #23267 - alexcrichton:issue-20012, r=aturon | bors | -16/+33 |
| 2015-03-20 | Revert "Revert "std: Re-enable at_exit()"" | Alex Crichton | -16/+33 |
| 2015-03-20 | don't use Result::ok just to be able to use unwrap/unwrap_or | Oliver Schneider | -6/+6 |
| 2015-03-19 | Auto merge of #23430 - alexcrichton:io-error, r=aturon | bors | -17/+10 |
| 2015-03-19 | std: Stablize io::ErrorKind | Alex Crichton | -17/+10 |
| 2015-03-19 | Auto merge of #23507 - jbcrail:fix-comment-spelling, r=alexcrichton | bors | -4/+4 |
| 2015-03-19 | Fix spelling errors in comments. | Joseph Crail | -4/+4 |
| 2015-03-19 | Rollup merge of #23483 - semarie:openbsd-threads, r=alexcrichton | Manish Goregaokar | -4/+2 |
| 2015-03-19 | Rollup merge of #23479 - tamird:fix-ios-build, r=aturon | Manish Goregaokar | -3/+2 |
| 2015-03-18 | Register new snapshots | Alex Crichton | -16/+0 |
| 2015-03-18 | iOS: fallout from 1d5983a | Tamir Duberstein | -3/+2 |
| 2015-03-18 | openbsd/bitrig threads | Sébastien Marie | -4/+2 |
| 2015-03-18 | Fix private module loophole in the 'private type in public item' check | Nick Cameron | -4/+4 |
| 2015-03-17 | Auto merge of #23330 - alexcrichton:thread-sleep, r=aturon | bors | -221/+178 |
| 2015-03-17 | std: Implement `thread::sleep` | Alex Crichton | -1/+31 |
| 2015-03-17 | Auto merge of #23104 - japaric:inherent, r=nikomatsakis | bors | -0/+14 |
| 2015-03-16 | preemptively fix windows compilation errors | Jorge Aparicio | -0/+1 |
| 2015-03-16 | impl<T> [T] | Jorge Aparicio | -0/+13 |
| 2015-03-17 | Auto merge of #23352 - alexcrichton:stabilize-net, r=aturon | bors | -24/+24 |
| 2015-03-16 | Auto merge of #23347 - aturon:stab-misc, r=alexcrichton | bors | -1/+1 |
| 2015-03-16 | Auto merge of #23396 - semarie:remove-sized-bounds, r=sfackler | bors | -2/+2 |
| 2015-03-15 | Auto merge of #23353 - alexcrichton:stabilize-os, r=aturon | bors | -316/+390 |
| 2015-03-15 | std: Clean up the sys::thread modules | Alex Crichton | -221/+148 |
| 2015-03-15 | unbreak freebsd/openbsd/bitrig build after #23316 | Sébastien Marie | -2/+2 |
| 2015-03-15 | std: Stabilize portions of `std::os::$platform` | Alex Crichton | -316/+390 |
| 2015-03-15 | Auto merge of #23372 - tamird:fix-ios-compilation, r=alexcrichton | bors | -13/+3 |
| 2015-03-15 | Implement `winsize()` for {ios,dragonfly} | Tamir Duberstein | -12/+2 |