| Age | Commit message (Expand) | Author | Lines |
| 2015-12-09 | Auto merge of #30270 - DiamondLovesYou:fix-30231, r=alexcrichton | bors | -2/+2 |
| 2015-12-08 | Fix a typo in `fd.rs`. Fixes #30231. | Richard Diamond | -2/+2 |
| 2015-12-06 | Auto merge of #30187 - alexcrichton:stabilize-1.6, r=aturon | bors | -14/+16 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -14/+16 |
| 2015-12-05 | Auto merge of #30177 - retep998:handling-threads, r=alexcrichton | bors | -0/+55 |
| 2015-12-04 | Add JoinHandleExt to get the pthread_t on unix platforms | Peter Atashian | -0/+55 |
| 2015-12-04 | Fix the time overflow on mac as well | Sean Griffin | -1/+1 |
| 2015-12-02 | Ensure two `SystemTime`s are equal when nanos add to exactly 1B | Sean Griffin | -1/+1 |
| 2015-11-19 | std: Add Instant and SystemTime to std::time | Alex Crichton | -59/+329 |
| 2015-11-18 | Fix buildbot failures | Vadim Petrochenkov | -0/+1 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -3/+13 |
| 2015-11-17 | Rollup merge of #29880 - dignati:fix-freebsd-libc, r=alexcrichton | Manish Goregaokar | -11/+9 |
| 2015-11-17 | Fix libc module name for FreeBSD | Ole Krüger | -11/+9 |
| 2015-11-16 | Ignore malformed environment strings like glibc does | Tobias Bucher | -8/+17 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -1097/+203 |
| 2015-11-06 | Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturon | bors | -51/+49 |
| 2015-11-06 | std: Refactor process exit code handling slightly | Alex Crichton | -51/+49 |
| 2015-11-06 | Auto merge of #29305 - alexcrichton:bad-getenv, r=brson | bors | -22/+27 |
| 2015-11-01 | Use guard-pages also on DragonFly/FreeBSD. | Michael Neumann | -0/+4 |
| 2015-10-29 | Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichton | bors | -59/+173 |
| 2015-10-28 | Port the standard crates to PNaCl/NaCl. | Richard Diamond | -59/+173 |
| 2015-10-26 | std: Slightly more robust env var handling | Alex Crichton | -22/+27 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -5/+8 |
| 2015-10-15 | Auto merge of #29021 - ogham:master, r=alexcrichton | bors | -0/+1 |
| 2015-10-14 | Remove unnecessary parentheses around range expressions | Andrew Paseltiner | -1/+1 |
| 2015-10-13 | Make the Metadata struct Clone | Ben S | -0/+1 |
| 2015-10-12 | Don't use a Vec in os::current_exe on FreeBSD. | Peter Marheine | -4/+4 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -2/+2 |
| 2015-09-29 | Tweak Travis to use GCE | Alex Crichton | -11/+22 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -4/+4 |
| 2015-09-22 | Fix alignment of pthread types on NetBSD | Sebastian Wicki | -11/+19 |
| 2015-09-21 | Various fixes for NetBSD/amd64 | Sebastian Wicki | -12/+99 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -2/+6 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -3/+17 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -2/+6 |
| 2015-09-08 | Let's see if lifetime elision works in this case | llogiq | -1/+1 |
| 2015-09-08 | Fixed required type coercion | llogiq | -1/+2 |
| 2015-09-08 | fixes/improvements thanks to @Manishearth | Andre Bogus | -2/+1 |
| 2015-09-08 | some more clippy-based improvements | Andre Bogus | -10/+10 |
| 2015-09-04 | Add line numbers to windows-gnu backtraces | Diggory Blake | -238/+14 |
| 2015-09-04 | Add ptr import (fixup #28187) | Manish Goregaokar | -1/+1 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -14/+16 |
| 2015-08-30 | Atomically set CLOEXEC on duplicated sockets | Tobias Bucher | -5/+25 |
| 2015-08-27 | std: Fix backtrace imports for ios targets | Michael Macias | -4/+1 |
| 2015-08-28 | Use a different buffer doubling logic for `std::sys::os::getcwd` | Barosl Lee | -5/+7 |
| 2015-08-28 | Reduce the reliance on `PATH_MAX` | Barosl Lee | -15/+30 |
| 2015-08-24 | Atomically open files with O_CLOEXEC where possible | Tobias Bucher | -1/+4 |
| 2015-08-23 | Auto merge of #27912 - DiamondLovesYou:backtrace-refactor, r=alexcrichton | bors | -586/+688 |
| 2015-08-22 | Fix the Mac build, again. | Richard Diamond | -0/+1 |
| 2015-08-22 | Add missing imports to `dladdr.rs` for Mac. | Richard Diamond | -0/+6 |