| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-02-11 | More test fixes and rebase conflicts | Alex Crichton | -0/+42 |
| 2015-02-01 | std: Add a new `env` module | Alex Crichton | -40/+150 |
| 2015-01-19 | std::dynamic_lib: Fix Windows error handling | klutzy | -0/+7 |
| 2015-01-06 | More test fixes | Alex Crichton | -20/+19 |
| 2015-01-06 | rollup merge of #20612: retep998/winsize | Alex Crichton | -0/+30 |
| 2015-01-06 | Implement TTY::get_winsize for Windows | Peter Atashian | -0/+30 |
| 2015-01-05 | std: Redesign c_str and c_vec | Alex Crichton | -9/+8 |
| 2015-01-02 | rollup merge of #20273: alexcrichton/second-pass-comm | Alex Crichton | -1/+0 |
| 2015-01-02 | std: Stabilize the prelude module | Alex Crichton | -2/+4 |
| 2015-01-02 | More fallout | Nick Cameron | -6/+6 |
| 2014-12-29 | Test fixes and rebase conflicts | Alex Crichton | -1/+0 |
| 2014-12-29 | std: Stabilize the prelude module | Alex Crichton | -2/+2 |
| 2014-12-18 | librustc: Always parse `macro!()`/`macro![]` as expressions if not | Patrick Walton | -6/+6 |
| 2014-11-25 | Fallout from stabilization | Aaron Turon | -1/+1 |
| 2014-11-08 | Runtime removal: add private sys, sys_common modules | Aaron Turon | -0/+250 |