| Age | Commit message (Expand) | Author | Lines |
| 2016-03-31 | allow RUST_BACKTRACE=0 to act as if unset | Emanuel Czirai | -1/+1 |
| 2016-03-31 | Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt` | Tobias Bucher | -1/+1 |
| 2016-03-28 | style: Use `iter` for IntoIterator parameter names | Kamal Marhubi | -2/+2 |
| 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 | -17/+12 |
| 2016-03-22 | fix alignment | Jorge Aparicio | -21/+21 |
| 2016-03-22 | std: undo conversion of user defined try!s | Jorge Aparicio | -11/+11 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -307/+307 |
| 2016-03-22 | std: Change `encode_utf{8,16}` to return iterators | Alex Crichton | -19/+12 |
| 2016-03-20 | Add unix socket support to the standard library | Steven Fackler | -21/+1138 |
| 2016-03-15 | std: Fix overflow when subtracting Instant | Alex Crichton | -4/+4 |
| 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 | -231/+172 |
| 2016-03-11 | std: Remove unstable from ReentrantMutex | Alex Crichton | -3/+0 |
| 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 | -17/+438 |
| 2016-03-08 | std: Don't always create stdin for children | Alex Crichton | -7/+12 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -4/+114 |
| 2016-03-08 | Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichton | bors | -3/+7 |
| 2016-03-07 | Fix building libstd on on emscripten targets. | ashleysommer | -3/+7 |
| 2016-03-06 | rustbuild: fix cross compilation of libstd to i686-unknown-linux-musl | Jorge Aparicio | -2/+8 |
| 2016-03-04 | Auto merge of #31945 - sfackler:net2, r=alexcrichton | bors | -3/+286 |
| 2016-03-03 | Fix netbsd | Steven Fackler | -4/+4 |
| 2016-03-03 | Fix android build | Steven Fackler | -3/+3 |
| 2016-03-02 | Fix comments and OSX build | Steven Fackler | -3/+21 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -2/+2 |
| 2016-02-28 | Fix windows | Steven Fackler | -131/+55 |
| 2016-02-28 | Add UDP functionality from net2 | Steven Fackler | -3/+135 |
| 2016-02-28 | Add TCP functionality from net2 | Steven Fackler | -0/+209 |
| 2016-02-27 | Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichton | bors | -1/+1 |
| 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 | -5/+10 |
| 2016-02-26 | Use .copy_from_slice() where applicable | Ulrik Sverdrup | -1/+1 |
| 2016-02-25 | Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 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 | -5/+10 |
| 2016-02-24 | Auto merge of #31782 - pitdicker:clean_out_windows_c, r=alexcrichton | bors | -210/+38 |
| 2016-02-24 | Auto merge of #31778 - aturon:snapshot, r=alexcrichton | bors | -49/+1 |
| 2016-02-24 | Warn when reexporting a private extern crate | Jeffrey Seyfried | -1/+1 |
| 2016-02-23 | #31820 - Utilize `if..let` instead of single `match` branch | dileepb | -3/+2 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -49/+1 |
| 2016-02-23 | Fix reading/writing 4 GiB or larger files on Windows 64-bit | Oliver Middleton | -5/+11 |
| 2016-02-22 | Auto merge of #31813 - nbaksalyar:solaris-fix, r=sanxiyn | bors | -1/+2 |
| 2016-02-22 | Auto merge of #31805 - cuviper:android-lfs, r=alexcrichton | bors | -1/+4 |
| 2016-02-22 | Fix broken Solaris build | Nikita Baksalyar | -1/+2 |
| 2016-02-21 | RaiseException is used by everything except x86 gnu | Paul Dicker | -0/+1 |