| Age | Commit message (Expand) | Author | Lines |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -0/+19 |
| 2016-01-15 | Auto merge of #30898 - petrochenkov:tvarfstab, r=alexcrichton | bors | -1/+1 |
| 2016-01-15 | Rollup merge of #30776 - antonblanchard:powerpc64_merge, r=alexcrichton | Manish Goregaokar | -1/+2 |
| 2016-01-14 | Require stability annotations on fields of tuple variants | Vadim Petrochenkov | -1/+1 |
| 2016-01-14 | Rollup merge of #30837 - semarie:openbsd-libc, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2016-01-14 | Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichton | Manish Goregaokar | -4/+45 |
| 2016-01-13 | Add missing newline character to callers of dumb_print | Amanieu d'Antras | -3/+3 |
| 2016-01-13 | Add powerpc64 and powerpc64le support | Anton Blanchard | -1/+2 |
| 2016-01-12 | openbsd has dirent d_namlen field now | Sébastien Marie | -3/+3 |
| 2016-01-12 | make siginfo_si_addr() returns a usize | Sébastien Marie | -5/+5 |
| 2016-01-12 | Add set_oom_handler and use it print a message when out of memory | Amanieu d'Antras | -2/+43 |
| 2016-01-11 | Auto merge of #30490 - ipetkov:unix-spawn, r=alexcrichton | bors | -0/+32 |
| 2016-01-07 | Auto merge of #30557 - sfackler:panic-propagate, r=aturon | bors | -1/+1 |
| 2016-01-06 | Add std::panic::propagate | Steven Fackler | -1/+1 |
| 2015-12-30 | doc: fix typo | Tshepang Lekhonkhobe | -1/+1 |
| 2015-12-29 | Fix warnings when compiling stdlib with --test | Florian Hahn | -16/+19 |
| 2015-12-25 | libstd: unix process spawning: fix bug with setting stdio | Ivan Petkov | -0/+32 |
| 2015-12-21 | std: Remove rust_builtin C support library | Alex Crichton | -72/+105 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -14/+2 |
| 2015-12-20 | Auto merge of #30454 - mmcco:size_t, r=alexcrichton | bors | -2/+2 |
| 2015-12-18 | Use memchr in libstd where possible, closes #30076 | Florian Hahn | -1/+2 |
| 2015-12-17 | Add a type prefix to fix build | Michael McConville | -1/+1 |
| 2015-12-17 | Make runtime function return size_t | Michael McConville | -2/+2 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+1 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -4/+7 |
| 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 | -30/+32 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -30/+32 |
| 2015-12-05 | Auto merge of #30177 - retep998:handling-threads, r=alexcrichton | bors | -0/+89 |
| 2015-12-04 | Add JoinHandleExt to get the pthread_t on unix platforms | Peter Atashian | -0/+55 |
| 2015-12-04 | AsRawHandle and IntoRawHandle for JoinHandle | Peter Atashian | -0/+34 |
| 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-21 | Auto merge of #29913 - tbu-:pr_windows_path_error_on_nul, r=alexcrichton | bors | -30/+37 |
| 2015-11-21 | Also check for NULs in environment variables | Tobias Bucher | -18/+20 |
| 2015-11-19 | Auto merge of #29894 - alexcrichton:stdtime, r=brson | bors | -94/+506 |
| 2015-11-19 | Error when paths contain NUL characters | Tobias Bucher | -19/+24 |
| 2015-11-19 | Re-unignore environment test on MinGW | Tobias Bucher | -1/+1 |
| 2015-11-19 | Ignore malformed environment variables on Windows too | Tobias Bucher | -15/+24 |
| 2015-11-19 | std: Add Instant and SystemTime to std::time | Alex Crichton | -94/+506 |
| 2015-11-18 | Fix buildbot failures | Vadim Petrochenkov | -0/+3 |
| 2015-11-18 | Add missing annotations and some tests | Vadim Petrochenkov | -6/+36 |
| 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 | -2203/+1651 |
| 2015-11-06 | Auto merge of #29462 - alexcrichton:refactor-process-ret, r=aturon | bors | -64/+57 |
| 2015-11-06 | std: Refactor process exit code handling slightly | Alex Crichton | -64/+57 |
| 2015-11-06 | Auto merge of #29305 - alexcrichton:bad-getenv, r=brson | bors | -46/+52 |