| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-02-21 | Fixes for 32-bit | Paul Dicker | -10/+11 |
| 2016-02-21 | Fix `struct stat` usage on NetBSD | Sebastian Wicki | -1/+25 |
| 2016-02-21 | std: Use Android LFS off64_t, ftruncate64, and lseek64 | Josh Stone | -1/+4 |
| 2016-02-20 | Auto merge of #31608 - frewsxcv:osstring-simple-functions, r=alexcrichton | bors | -0/+90 |
| 2016-02-20 | Add Capacity/length methods for OsString. | Corey Farwell | -0/+90 |
| 2016-02-20 | Remove dead code from sys::windows::c | Paul Dicker | -210/+36 |
| 2016-02-19 | Auto merge of #31738 - seanmonstar:sys-rand, r=alexcrichton | bors | -0/+347 |
| 2016-02-18 | Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichton | bors | -5/+24 |
| 2016-02-18 | Remove alternate stack with sigaltstack before unmapping it. | Tomasz Miąsko | -5/+24 |
| 2016-02-17 | std: restructure rand os code into sys modules | Sean McArthur | -0/+347 |
| 2016-02-16 | Auto merge of #31675 - pitdicker:fs_metadata, r=alexcrichton | bors | -28/+26 |
| 2016-02-15 | Refactor windows::fs::FileAttr | Paul Dicker | -28/+26 |
| 2016-02-14 | std: use LFS open64 on Linux | Josh Stone | -3/+3 |
| 2016-02-14 | std: use LFS readdir64_r on Linux | Josh Stone | -5/+7 |
| 2016-02-14 | std: use LFS lseek64 on Linux | Josh Stone | -7/+7 |
| 2016-02-14 | std: use LFS ftruncate64 on Linux | Josh Stone | -3/+4 |
| 2016-02-14 | Auto merge of #31630 - pitdicker:read_link, r=alexcrichton | bors | -58/+72 |
| 2016-02-14 | Auto merge of #31551 - alexcrichton:deprecate-std-os-raw, r=brson | bors | -109/+114 |
| 2016-02-14 | Rollup merge of #31589 - reem:remove-unnecessary-poison-bounds, r=sfackler | Manish Goregaokar | -4/+7 |
| 2016-02-13 | std: Deprecate all std::os::*::raw types | Alex Crichton | -109/+114 |
| 2016-02-13 | Fixes #28528 | Paul Dicker | -58/+72 |
| 2016-02-13 | Auto merge of #31557 - retep998:house-directory, r=alexcrichton | bors | -2/+2 |
| 2016-02-11 | Remove unnecessary bounds on Error and Display implementations for TryLockErr... | Jonathan Reem | -4/+7 |