| Age | Commit message (Expand) | Author | Lines |
| 2016-07-15 | Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturon | Guillaume Gomez | -4/+5 |
| 2016-07-12 | Auto merge of #34705 - alexcrichton:clean-deprecated, r=brson | bors | -43/+49 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -43/+49 |
| 2016-07-12 | Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichton | bors | -1/+1 |
| 2016-07-12 | Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}` | Tobias Bucher | -4/+5 |
| 2016-07-10 | Derive Debug on FileType. | Martin Pool | -1/+1 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -1/+1 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -8/+35 |
| 2016-06-14 | Add ERROR_FILE_EXISTS to ErrorKind conversion on Windows | Gleb Kozyrev | -0/+2 |
| 2016-06-09 | use the slice_pat hack in libstd too | Ariel Ben-Yehuda | -3/+3 |
| 2016-06-03 | Auto merge of #33861 - Amanieu:lock_elision_fix, r=alexcrichton | bors | -0/+2 |
| 2016-06-02 | Fix undefined behavior when re-locking a mutex from the same thread | Amanieu d'Antras | -0/+2 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -15/+31 |
| 2016-05-09 | Auto merge of #32900 - alexcrichton:panic2abort, r=nikomatsakis | bors | -53/+0 |
| 2016-05-09 | Auto merge of #33224 - alexcrichton:create-exit-status, r=aturon | bors | -0/+21 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -53/+0 |
| 2016-05-03 | Fix build on Windows | Seo Sanghyeon | -1/+0 |
| 2016-04-26 | std: Allow creating ExitStatus from raw values | Alex Crichton | -0/+21 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -1/+3 |
| 2016-03-27 | libstd/sys/*/net: very minor clean up of cvt*() utility functions. | NODA, Kai | -10/+11 |
| 2016-03-26 | Fixup #32476 | Manish Goregaokar | -0/+1 |
| 2016-03-25 | Fix unsound behaviour with null characters in thread names (issue #32475) | David Henningsson | -1/+1 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -3/+3 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -117/+117 |
| 2016-03-20 | Add unix socket support to the standard library | Steven Fackler | -0/+9 |
| 2016-03-13 | Auto merge of #32184 - ollie27:win_stdout, r=alexcrichton | bors | -4/+19 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -119/+169 |
| 2016-03-12 | Further simplify Windows stdout/stderr | Oliver Middleton | -13/+8 |
| 2016-03-10 | Simplify Windows stdout/stderr | Oliver Middleton | -4/+2 |
| 2016-03-10 | Fixup stout/stderr on Windows | Oliver Middleton | -2/+24 |
| 2016-03-09 | std: Don't spawn threads in `wait_with_output` | Alex Crichton | -15/+366 |
| 2016-03-08 | std: Don't always create stdin for children | Alex Crichton | -2/+4 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -2/+68 |
| 2016-03-04 | Auto merge of #31945 - sfackler:net2, r=alexcrichton | bors | -2/+51 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -2/+2 |
| 2016-02-28 | Fix windows | Steven Fackler | -76/+43 |
| 2016-02-28 | Add TCP functionality from net2 | Steven Fackler | -0/+82 |
| 2016-02-26 | Auto merge of #31876 - ollie27:win_fill_bytes, r=brson | bors | -7/+11 |
| 2016-02-26 | Auto merge of #31858 - alexcrichton:fix-networking-cast, r=brson | bors | -2/+3 |
| 2016-02-25 | rand: Fix filling buffers 4 GiB or larger with OsRng::fill_bytes on Windows | Oliver Middleton | -7/+11 |
| 2016-02-25 | Rollup merge of #31842 - dileepbapat:master, r=alexcrichton | Manish Goregaokar | -3/+2 |
| 2016-02-24 | std: Cap read/write limits on Windows networking | Alex Crichton | -2/+3 |
| 2016-02-24 | Auto merge of #31782 - pitdicker:clean_out_windows_c, r=alexcrichton | bors | -210/+38 |
| 2016-02-23 | #31820 - Utilize `if..let` instead of single `match` branch | dileepb | -3/+2 |
| 2016-02-23 | Fix reading/writing 4 GiB or larger files on Windows 64-bit | Oliver Middleton | -5/+11 |
| 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 | Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichton | bors | -0/+35 |
| 2016-02-20 | Add Capacity/length methods for OsString. | Corey Farwell | -0/+35 |
| 2016-02-20 | Remove dead code from sys::windows::c | Paul Dicker | -210/+36 |