| Age | Commit message (Expand) | Author | Lines |
| 2015-12-04 | Add JoinHandleExt to get the pthread_t on unix platforms | Peter Atashian | -0/+8 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -105/+38 |
| 2015-10-29 | Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichton | bors | -0/+5 |
| 2015-10-28 | Port the standard crates to PNaCl/NaCl. | Richard Diamond | -0/+5 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -0/+1 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -2/+2 |
| 2015-09-21 | Various fixes for NetBSD/amd64 | Sebastian Wicki | -7/+24 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -1/+1 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -1/+1 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-08-11 | Auto merge of #26818 - sfackler:duration-stabilization, r=aturon | bors | -2/+2 |
| 2015-08-10 | Stabilize the Duration API | Steven Fackler | -2/+2 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -4/+1 |
| 2015-08-04 | syntax: Don't assume `std` exists for tests | Alex Crichton | -0/+1 |
| 2015-07-21 | std: Be resilient to failure in pthread_getattr_np | Alex Crichton | -38/+50 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -1/+5 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -2/+2 |
| 2015-05-13 | std: Redesign Duration, implementing RFC 1040 | Alex Crichton | -7/+2 |
| 2015-04-27 | std: Don't assume dlopen() works on yourself | Alex Crichton | -1/+4 |
| 2015-04-22 | std: Audit std::thread implementations | Alex Crichton | -130/+144 |
| 2015-04-08 | std: Stabilize io::Error::from_raw_os_error | Alex Crichton | -1/+1 |
| 2015-03-23 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -2/+3 |
| 2015-03-23 | rollup merge of #23640: nagisa/thread-less-weak | Alex Crichton | -11/+8 |
| 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-18 | openbsd/bitrig threads | Sébastien Marie | -4/+2 |
| 2015-03-17 | std: Implement `thread::sleep` | Alex Crichton | -1/+15 |
| 2015-03-15 | std: Clean up the sys::thread modules | Alex Crichton | -181/+123 |
| 2015-03-12 | std: Remove #[allow] directives in sys modules | Alex Crichton | -4/+7 |
| 2015-02-28 | openbsd: adjust page guard address | Sébastien Marie | -1/+1 |
| 2015-02-23 | Use boxed functions instead of transmute | Stepan Koltsov | -2/+5 |
| 2015-02-21 | Auto merge of #21959 - dhuseby:bitrig-support, r=brson | bors | -2/+33 |
| 2015-02-18 | std: Implement CString-related RFCs | Alex Crichton | -3/+3 |
| 2015-02-17 | Revise std::thread semantics | Aaron Turon | -3/+5 |
| 2015-02-11 | fixing trailing whitespace errors | Dave Huseby | -1/+1 |
| 2015-02-11 | bitrig integration | Dave Huseby | -2/+33 |
| 2015-02-01 | openbsd: rebase to master | Sébastien Marie | -3/+6 |
| 2015-02-01 | openbsd support | Sébastien Marie | -5/+45 |
| 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 | -15/+14 |
| 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-11 | Give mmap a page-aligned stack start address | Clifford Caoile | -1/+13 |
| 2014-12-18 | Revise std::thread API to join by default | Aaron Turon | -3/+4 |
| 2014-12-18 | libs: merge librustrt into libstd | Aaron Turon | -0/+270 |