| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-03-15 | Fallout of c933d44f7bb9 | Tamir Duberstein | -1/+1 |
| 2015-03-14 | std: Remove ?Sized bounds from many I/O functions | Alex Crichton | -1/+1 |
| 2015-03-14 | Auto merge of #23333 - oli-obk:slice_from_raw_parts, r=alexcrichton | bors | -9/+9 |
| 2015-03-13 | std: Stabilize the `net` module | Alex Crichton | -24/+24 |
| 2015-03-13 | Deprecate range, range_step, count, distributions | Aaron Turon | -1/+1 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -47/+113 |
| 2015-03-13 | slice::from_raw_parts is preferred over transmuting a fresh raw::Slice | Oliver Schneider | -9/+9 |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -4/+17 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -4/+17 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -161/+76 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -4/+4 |
| 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/+20 |
| 2015-03-06 | std: Deprecate the std::old_io::net primitives | Alex Crichton | -0/+20 |
| 2015-03-06 | Rollup merge of #23079 - alexcrichton:deprecate-process, r=aturon | Manish Goregaokar | -0/+4 |