| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-02-12 | Auto merge of #31123 - alexcrichton:who-doesnt-want-two-build-systems, r=brson | bors | -2/+9 |
| 2016-02-11 | bootstrap: Add directives to not double-link libs | Alex Crichton | -2/+9 |
| 2016-02-11 | Fix usage of GetUserProfileDirectoryW in env::home_dir | Peter Atashian | -2/+2 |
| 2016-02-11 | Auto merge of #31532 - tomaka:fix-emscripten, r=brson | bors | -2/+2 |
| 2016-02-10 | std: Move constant back to where it needs to be | Alex Crichton | -2/+2 |
| 2016-02-10 | std: Use macros from libc instead of locally | Alex Crichton | -24/+3 |
| 2016-02-10 | std: Implement CommandExt::exec | Alex Crichton | -2/+40 |
| 2016-02-10 | std: Push process stdio setup in std::sys | Alex Crichton | -282/+396 |
| 2016-02-10 | std: Lift out Windows' CreateProcess lock a bit | Alex Crichton | -13/+20 |
| 2016-02-10 | std: Rename Stdio::None to Stdio::Null | Alex Crichton | -15/+12 |
| 2016-02-10 | std: Push Child's exit status to sys::process | Alex Crichton | -25/+25 |
| 2016-02-10 | std: Implement CommandExt::before_exec | Alex Crichton | -2/+51 |
| 2016-02-10 | std: Refactor process spawning on Unix | Alex Crichton | -167/+163 |