| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-08-04 | std: Ignore test_process_mask on OSX | Alex Crichton | -0/+4 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -4/+19 |
| 2015-08-01 | std: Allow to spawn a process as a session leader on UNIX | Mickaël Salaün | -3/+19 |
| 2015-07-29 | std: Fix sub-second Condvar::wait_timeout_ms | Alex Crichton | -13/+14 |
| 2015-07-21 | Auto merge of #27073 - alexcrichton:less-proc-fs, r=brson | bors | -38/+50 |
| 2015-07-21 | std: Be resilient to failure in pthread_getattr_np | Alex Crichton | -38/+50 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -4/+62 |
| 2015-07-17 | [ios] std: avoid `result::fold` | Tamir Duberstein | -6/+4 |
| 2015-07-11 | Auto merge of #26941 - fhartwig:osx-file-debug, r=alexcrichton | bors | -3/+15 |
| 2015-07-10 | Auto merge of #26896 - tbu-:pr_getcwd, r=alexcrichton | bors | -19/+26 |
| 2015-07-10 | Show file name and access mode in Debug instance for File on OS X | Florian Hartwig | -3/+15 |
| 2015-07-10 | Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichton | bors | -1/+17 |
| 2015-07-10 | Remove the generic `fill_bytes_buf` function | Tobias Bucher | -31/+13 |
| 2015-07-10 | Use CopyFileEx for fs::copy on Windows | Peter Atashian | -1/+17 |