| Age | Commit message (Expand) | Author | Lines |
| 2015-08-15 | std: Add issues to all unstable features | Alex Crichton | -2/+4 |
| 2015-08-12 | Remove all unstable deprecated functionality | Alex Crichton | -33/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -25/+0 |
| 2015-08-11 | Rollup merge of #27577 - diaphore:trailing-newline-formatmessagew, r=alexcric... | Manish Goregaokar | -3/+7 |
| 2015-08-11 | Auto merge of #26818 - sfackler:duration-stabilization, r=aturon | bors | -3/+3 |
| 2015-08-10 | Stabilize the Duration API | Steven Fackler | -3/+3 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -91/+47 |
| 2015-08-07 | Trim trailing newline from FormatMessageW | diaphore | -3/+7 |
| 2015-08-04 | syntax: Don't assume `std` exists for tests | Alex Crichton | -1/+1 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -2/+12 |
| 2015-07-23 | Rewrite the improper_ctypes lint. | Eli Friedman | -0/+2 |
| 2015-07-22 | Auto merge of #27172 - alexcrichton:snapshots, r=brson | bors | -1/+4 |
| 2015-07-21 | Auto merge of #27073 - alexcrichton:less-proc-fs, r=brson | bors | -3/+4 |
| 2015-07-21 | std: Be resilient to failure in pthread_getattr_np | Alex Crichton | -3/+4 |
| 2015-07-21 | Auto merge of #27150 - retep998:where-are-my-files, r=alexcrichton | bors | -9/+15 |
| 2015-07-20 | std: Fix compiling the standard library on i686-MSVC | Alex Crichton | -1/+4 |
| 2015-07-20 | Improve Debug impl for File on Windows | Peter Atashian | -9/+15 |
| 2015-07-20 | std: Add IntoRaw{Fd,Handle,Socket} traits | Alex Crichton | -6/+89 |
| 2015-07-17 | Rollup merge of #27069 - Eljay:fix-raw-attr-typo, r=alexcrichton | Manish Goregaokar | -1/+1 |
| 2015-07-16 | Fix typo in stability attribute. | Lee Jeffery | -1/+1 |
| 2015-07-10 | std: Consider directory junctions as directories | Alex Crichton | -35/+225 |
| 2015-07-10 | Auto merge of #26751 - retep998:copy-that-floppy, r=alexcrichton | bors | -0/+49 |
| 2015-07-10 | Use CopyFileEx for fs::copy on Windows | Peter Atashian | -0/+49 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -2/+1 |
| 2015-07-06 | Auto merge of #26741 - alexcrichton:noinline-destructors, r=brson | bors | -2/+6 |
| 2015-07-01 | msvc: Fix TLS destructors | Alex Crichton | -2/+6 |
| 2015-06-30 | std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT option | Alex Crichton | -16/+34 |
| 2015-06-27 | std: Fix Windows XP compatibility | Alex Crichton | -242/+352 |
| 2015-06-23 | Auto merge of #26219 - Veedrac:patch-1, r=alexcrichton | bors | -0/+5 |
| 2015-06-18 | std: Add FromRaw{Fd,Handle,Socket} to os preludes | Alex Crichton | -0/+2 |
| 2015-06-18 | Fix libstd tests | Alex Crichton | -2/+1 |
| 2015-06-15 | Auto merge of #26168 - sfackler:stdout-panic, r=alexcrichton | bors | -9/+11 |
| 2015-06-14 | Implement RFC 1014 | Steven Fackler | -9/+11 |
| 2015-06-12 | Auto merge of #25844 - alexcrichton:stabilize-fs-features, r=aturon | bors | -7/+14 |
| 2015-06-11 | Auto merge of #26190 - Veedrac:no-iter, r=alexcrichton | bors | -1/+1 |
| 2015-06-11 | Changed patch wording | Joshua Landau | -3/+5 |
| 2015-06-11 | Comment for #26196. | Joshua Landau | -0/+3 |
| 2015-06-11 | Auto merge of #26159 - alexcrichton:tweak-process-lowering-raising, r=brson | bors | -40/+15 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -1/+1 |
| 2015-06-09 | std: Tweak process raising/lowering implementations | Alex Crichton | -40/+15 |
| 2015-06-09 | std: Stabilize a number of new fs features | Alex Crichton | -7/+14 |
| 2015-06-08 | OpenOptionsExt on Windows: i32 -> u32 | Peter Atashian | -17/+17 |
| 2015-06-01 | Auto merge of #25246 - mzabaluev:io-invalid-data, r=alexcrichton | bors | -1/+1 |
| 2015-05-30 | Auto merge of #25818 - sfackler:socket-timeouts, r=alexcrichton | bors | -0/+30 |
| 2015-05-29 | Auto merge of #25494 - alexcrichton:stdio-from-raw, r=aturon | bors | -14/+122 |
| 2015-05-29 | std::io: New ErrorKind value InvalidData | Mikhail Zabaluev | -1/+1 |
| 2015-05-28 | Implement RFC 1047 - socket timeouts | Steven Fackler | -0/+30 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -26/+21 |
| 2015-05-20 | Fix stability and deprecation markers on soft_link and symlink | Brian Campbell | -2/+2 |
| 2015-05-16 | std: Implement lowering and raising for process IO | Alex Crichton | -14/+122 |