| Age | Commit message (Expand) | Author | Lines |
| 2016-12-26 | Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichton | bors | -2/+11 |
| 2016-12-18 | Fix Windows | Seo Sanghyeon | -3/+2 |
| 2016-12-10 | Ctrl-Z returns from Stdin.read() when reading from the console on | Elahn Ientile | -2/+11 |
| 2016-11-22 | Add a method for setting permissions directly on an open file. | Steven Allen | -0/+9 |
| 2016-11-20 | support creation of anonymous pipe on WinXP/2K3 | jsen- | -0/+1 |
| 2016-06-14 | Add ERROR_FILE_EXISTS to ErrorKind conversion on Windows | Gleb Kozyrev | -0/+1 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -53/+0 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -14/+1 |
| 2016-03-09 | std: Don't spawn threads in `wait_with_output` | Alex Crichton | -4/+34 |
| 2016-02-28 | Fix windows | Steven Fackler | -27/+29 |
| 2016-02-28 | Add TCP functionality from net2 | Steven Fackler | -0/+28 |
| 2016-02-21 | RaiseException is used by everything except x86 gnu | Paul Dicker | -0/+1 |
| 2016-02-21 | Fixes for 32-bit | Paul Dicker | -10/+11 |
| 2016-02-20 | Remove dead code from sys::windows::c | Paul Dicker | -200/+26 |
| 2016-02-13 | Fixes #28528 | Paul Dicker | -0/+10 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -0/+3 |
| 2016-01-13 | Implement RFC 1252 expanding the OpenOptions structure | Paul Dicker | -6/+28 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -1/+1 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -4/+7 |
| 2015-11-19 | std: Add Instant and SystemTime to std::time | Alex Crichton | -0/+2 |
| 2015-11-09 | std: Migrate to the new libc | Alex Crichton | -287/+1000 |
| 2015-11-06 | Auto merge of #29305 - alexcrichton:bad-getenv, r=brson | bors | -0/+1 |
| 2015-11-01 | Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton | bors | -0/+1 |
| 2015-10-26 | std: Slightly more robust env var handling | Alex Crichton | -0/+1 |
| 2015-10-23 | Drop `advapi32` and `shell32` from late_link_args. | Vadim Chugunov | -0/+1 |
| 2015-10-19 | Add error kind handling for ERROR_PATH_NOT_FOUND | Peter Atashian | -0/+2 |
| 2015-10-13 | Make the Metadata struct Clone | Ben S | -0/+1 |
| 2015-09-03 | Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T` | Vadim Petrochenkov | -2/+3 |
| 2015-08-10 | Remove morestack support | Alex Crichton | -0/+25 |
| 2015-07-10 | std: Consider directory junctions as directories | Alex Crichton | -0/+50 |
| 2015-07-10 | Use CopyFileEx for fs::copy on Windows | Peter Atashian | -0/+24 |
| 2015-06-30 | std: Avoid the WSA_FLAG_NO_HANDLE_INHERIT option | Alex Crichton | -0/+5 |
| 2015-06-27 | std: Fix Windows XP compatibility | Alex Crichton | -115/+96 |
| 2015-05-27 | Use `const fn` to abstract away the contents of UnsafeCell & friends. | Eduard Burtescu | -2/+2 |
| 2015-05-16 | std: Add an unstable method Child::id | Alex Crichton | -0/+1 |
| 2015-04-22 | std: Audit std::thread implementations | Alex Crichton | -0/+11 |
| 2015-04-21 | Deprecate std::fs::soft_link in favor of platform-specific versions | Brian Campbell | -0/+2 |
| 2015-04-15 | Auto merge of #24426 - alexcrichton:windows-pipes, r=aturon | bors | -0/+4 |
| 2015-04-15 | Auto merge of #24211 - alexcrichton:windows-wsa-flag-overlapped, r=aturon | bors | -0/+2 |
| 2015-04-14 | std: Remove final usage of fds from Windows | Alex Crichton | -0/+4 |
| 2015-04-14 | std: Set overlap/noinherit flags on windows sockets | Alex Crichton | -0/+2 |
| 2015-04-08 | std: Fix fs::read_link behavior on Windows | Alex Crichton | -0/+30 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -1/+0 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+3 |
| 2015-03-31 | Test fixes and rebase conflicts, round 3 | Alex Crichton | -1/+1 |
| 2015-03-31 | std: Add a process::exit function | Alex Crichton | -0/+1 |
| 2015-03-11 | Example -> Examples | Steve Klabnik | -1/+1 |
| 2015-02-28 | std: Implement stdio for `std::io` | Alex Crichton | -0/+6 |
| 2015-02-18 | Round 4 test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2015-02-18 | Remove `i`, `is`, `u`, or `us` suffixes that are not necessary. | Niko Matsakis | -1/+1 |