| Age | Commit message (Expand) | Author | Lines |
| 2016-02-26 | Rollup merge of #31893 - tshepang:comma, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-02-26 | Rollup merge of #31878 - frewsxcv:path-cleanup, r=alexcrichton | Manish Goregaokar | -6/+3 |
| 2016-02-26 | Make sure formatter errors are emitted by the default Write::write_fmt | Ulrik Sverdrup | -1/+8 |
| 2016-02-25 | doc: follow the idiom of adding a trailing comma | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-25 | doc: that explanation was a mess | Tshepang Lekhonkhobe | -2/+1 |
| 2016-02-25 | doc: add missing comma | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-25 | Add f32 and f64 examples warning | Guillaume Gomez | -0/+6 |
| 2016-02-25 | Rollup merge of #31362 - jseyfried:fix_extern_crate_visibility, r=nikomatsakis | Manish Goregaokar | -1/+1 |
| 2016-02-24 | Prefer 'match' pattern guard over conditional within body. | Corey Farwell | -5/+2 |
| 2016-02-24 | Prefer `slice::get` over length check with indexing. | Corey Farwell | -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 #31843 - Wafflespeanut:bool_docs, r=steveklabnik | Manish Goregaokar | -1/+44 |
| 2016-02-25 | Rollup merge of #31842 - dileepbapat:master, r=alexcrichton | Manish Goregaokar | -9/+6 |
| 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 | -71/+23 |
| 2016-02-24 | Warn when reexporting a private extern crate | Jeffrey Seyfried | -1/+1 |
| 2016-02-23 | Auto merge of #30614 - arcnmx:cstr-bytes, r=alexcrichton | bors | -0/+78 |
| 2016-02-24 | Updated the primitive docs for bool | Ravi Shankar | -1/+44 |
| 2016-02-23 | Auto merge of #31751 - gkoz:os_str_path_cmp, r=aturon | bors | -6/+113 |
| 2016-02-23 | CStr::from_bytes_with_nul tests | arcnmx | -0/+27 |
| 2016-02-23 | #31820 - Utilize `if..let` instead of single `match` branch | dileepb | -9/+6 |
| 2016-02-23 | Register new snapshots | Aaron Turon | -71/+23 |
| 2016-02-23 | Link cstr from_bytes to tracking issue | arcnmx | -5/+5 |
| 2016-02-23 | Rename CStr::from_bytes to from_bytes_with_nul | arcnmx | -5/+5 |
| 2016-02-23 | CStr::from_bytes | arcnmx | -0/+51 |
| 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 | -2/+3 |
| 2016-02-22 | Auto merge of #31811 - alexcrichton:clean-deps, r=sanxiyn | bors | -1/+0 |
| 2016-02-22 | Auto merge of #31805 - cuviper:android-lfs, r=alexcrichton | bors | -1/+4 |
| 2016-02-21 | Auto merge of #31810 - gandro:netbsd-fix-stat, r=alexcrichton | bors | -10/+29 |
| 2016-02-22 | Fix broken Solaris build | Nikita Baksalyar | -2/+3 |
| 2016-02-21 | RaiseException is used by everything except x86 gnu | Paul Dicker | -0/+1 |
| 2016-02-21 | Auto merge of #31792 - Zoxc:sysroot, r=alexcrichton | bors | -0/+7 |
| 2016-02-21 | rustbuild: Sync some Cargo.toml/lib.rs dependencies | Alex Crichton | -1/+0 |
| 2016-02-21 | Fixes for 32-bit | Paul Dicker | -10/+11 |
| 2016-02-21 | Fix `struct stat` usage on NetBSD | Sebastian Wicki | -10/+29 |
| 2016-02-21 | Fix liballoc dependencies | John Kåre Alsaker | -0/+7 |
| 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/+268 |
| 2016-02-20 | Add Capacity/length methods for OsString. | Corey Farwell | -0/+268 |
| 2016-02-20 | Remove dead code from sys::windows::c | Paul Dicker | -210/+36 |
| 2016-02-19 | Rollup merge of #31765 - tshepang:shorten, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-19 | Rollup merge of #31764 - tshepang:overlong-sentence, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-19 | Rollup merge of #31763 - tshepang:extraneous-word, r=steveklabnik | Steve Klabnik | -1/+1 |
| 2016-02-19 | Rollup merge of #31737 - dhuseby:netbsd_fixes, r=alexcrichton | Steve Klabnik | -2/+2 |
| 2016-02-19 | Auto merge of #31742 - frewsxcv:needless-lifetimes, r=pnkfelix | bors | -2/+2 |
| 2016-02-19 | Auto merge of #31738 - seanmonstar:sys-rand, r=alexcrichton | bors | -168/+167 |
| 2016-02-18 | Auto merge of #31684 - tmiasko:alternate-stack, r=alexcrichton | bors | -5/+24 |
| 2016-02-18 | doc: make the sentence more simple | Tshepang Lekhonkhobe | -1/+1 |