| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-08-20 | Refactor unix backtracing. NFC. | Richard Diamond | -586/+681 |
| 2015-08-18 | std: Add into_raw_os traits to the OS preludes | Alex Crichton | -1/+1 |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -31/+37 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -15/+0 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -41/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -41/+0 |
| 2015-08-11 | std: Fix imports for ios target | Michael Macias | -1/+3 |
| 2015-08-11 | Auto merge of #27549 - tshepang:clarity, r=alexcrichton | bors | -1/+1 |
| 2015-08-11 | Auto merge of #26818 - sfackler:duration-stabilization, r=aturon | bors | -8/+8 |
| 2015-08-10 | Stabilize the Duration API | Steven Fackler | -8/+8 |
| 2015-08-10 | Auto merge of #27338 - alexcrichton:remove-morestack, r=brson | bors | -43/+34 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -43/+34 |
| 2015-08-10 | Auto merge of #27252 - tbu-:pr_less_transmutes, r=alexcrichton | bors | -2/+1 |
| 2015-08-10 | Auto merge of #27516 - alexcrichton:osx-flaky-zomg, r=brson | bors | -0/+4 |
| 2015-08-09 | Replace many uses of `mem::transmute` with more specific functions | Tobias Bucher | -2/+1 |
| 2015-08-06 | fs: indicate that we only copy regular files | Tshepang Lekhonkhobe | -1/+1 |
| 2015-08-05 | Auto merge of #27393 - alexcrichton:no-std-changes, r=brson | bors | -4/+20 |
| 2015-08-04 | syntax: Don't assume `std` exists for tests | Alex Crichton | -0/+1 |