| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-11-02 | Auto merge of #29510 - mneumann:dragonfly-guard-page, r=alexcrichton | bors | -0/+4 |
| 2015-11-01 | Use guard-pages also on DragonFly/FreeBSD. | Michael Neumann | -0/+4 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -55/+82 |
| 2015-10-31 | Fix stage0 ICE caused by the old _Unwind_Resume override trickery. | Vadim Chugunov | -0/+2 |
| 2015-10-29 | Auto merge of #29289 - DiamondLovesYou:pnacl-std-crates, r=alexcrichton | bors | -59/+175 |
| 2015-10-28 | Port the standard crates to PNaCl/NaCl. | Richard Diamond | -59/+175 |
| 2015-10-26 | std: Slightly more robust env var handling | Alex Crichton | -46/+52 |
| 2015-10-25 | Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson | bors | -8/+15 |
| 2015-10-25 | std: Stabilize library APIs for 1.5 | Alex Crichton | -8/+15 |
| 2015-10-24 | Remove bare semicolons | Florian Hahn | -2/+2 |
| 2015-10-23 | Drop `advapi32` and `shell32` from late_link_args. | Vadim Chugunov | -0/+1 |
| 2015-10-21 | Moar comments. | Vadim Chugunov | -17/+29 |
| 2015-10-19 | Use `cfg_attr` for switching `link` attrs in libunwind. | Vadim Chugunov | -33/+17 |
| 2015-10-19 | Add error kind handling for ERROR_PATH_NOT_FOUND | Peter Atashian | -0/+3 |
| 2015-10-18 | Create entry points for unwind frame registry in libstd. | Vadim Chugunov | -0/+25 |
| 2015-10-18 | Implement `eh_unwind_resume` in libstd. | Vadim Chugunov | -9/+12 |
| 2015-10-15 | Auto merge of #29021 - ogham:master, r=alexcrichton | bors | -0/+3 |
| 2015-10-14 | Remove unnecessary parentheses around range expressions | Andrew Paseltiner | -1/+1 |
| 2015-10-13 | Make the Metadata struct Clone | Ben S | -0/+3 |
| 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 | -7/+7 |
| 2015-10-05 | Auto merge of #28717 - nagisa:optional-no-landing-pads, r=alexcrichton | bors | -1/+11 |
| 2015-10-05 | Fix MSVC stage0 with landing pads enabled | Simonas Kazlauskas | -1/+11 |
| 2015-09-30 | Auto merge of #28729 - retep998:canonical-dir, r=alexcrichton | bors | -0/+2 |
| 2015-09-29 | Tweak Travis to use GCE | Alex Crichton | -11/+22 |
| 2015-09-29 | Make fs::canonicalize work on directories on Windows | Peter Atashian | -0/+2 |
| 2015-09-26 | Add support for the rumprun unikernel | Sebastian Wicki | -5/+13 |
| 2015-09-24 | Explicitly count the number of panics | Andrea Canciani | -18/+4 |
| 2015-09-23 | Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichton | bors | -83/+5 |
| 2015-09-22 | Auto merge of #28543 - gandro:netbsd, r=alexcrichton | bors | -12/+107 |
| 2015-09-22 | Remove unwind::register | Andrea Canciani | -69/+2 |
| 2015-09-22 | Fix alignment of pthread types on NetBSD | Sebastian Wicki | -11/+19 |
| 2015-09-22 | Simplify inner_try in std::rt::unwind::try | Andrea Canciani | -9/+11 |
| 2015-09-22 | Simplify on_panic callback handling | Andrea Canciani | -16/+5 |
| 2015-09-21 | Various fixes for NetBSD/amd64 | Sebastian Wicki | -12/+99 |
| 2015-09-20 | Miscellaneous cleanup for old issues. | Lee Jeffery | -31/+1 |
| 2015-09-14 | Auto merge of #28358 - dotdash:nounwind, r=alexcrichton | bors | -0/+6 |
| 2015-09-14 | Mark all extern functions as nounwind | Björn Steinbrink | -0/+6 |
| 2015-09-13 | Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon | bors | -6/+14 |
| 2015-09-11 | std: Internalize almost all of `std::rt` | Alex Crichton | -12/+1694 |
| 2015-09-11 | std: Stabilize/deprecate features for 1.4 | Alex Crichton | -6/+14 |
| 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 | -26/+20 |
| 2015-09-05 | Add line numbers to MSVC backtrace | Diggory Blake | -4/+31 |