| Age | Commit message (Expand) | Author | Lines |
| 2016-03-02 | Fix compiling libstd with emscripten target. | ashleysommer | -1/+1 |
| 2016-03-01 | Explicitly opt out of `Sync` for `cell` and `mpsc` types | Andrew Paseltiner | -0/+6 |
| 2016-03-01 | Auto merge of #31335 - SimonSapin:ascii-into, r=alexcrichton | bors | -0/+106 |
| 2016-02-29 | std: Stabilize APIs for the 1.8 release | Alex Crichton | -30/+78 |
| 2016-02-28 | Auto merge of #31897 - tshepang:ref-not-needed, r=steveklabnik | bors | -1/+1 |
| 2016-02-28 | Fix windows | Steven Fackler | -174/+55 |
| 2016-02-28 | Add UDP functionality from net2 | Steven Fackler | -4/+387 |
| 2016-02-28 | Add TCP functionality from net2 | Steven Fackler | -0/+440 |
| 2016-02-28 | doc: "ref" not needed in the example | Tshepang Lekhonkhobe | -1/+1 |
| 2016-02-27 | add indexing with RangeInclusive in libcore and libcollections | Alex Burka | -0/+1 |
| 2016-02-27 | core: add inclusive ranges to core::ops | Alex Burka | -1/+0 |
| 2016-02-27 | Rollup merge of #31918 - GuillaumeGomez:patch-3, r=steveklabnik | Manish Goregaokar | -0/+6 |
| 2016-02-27 | Auto merge of #31914 - bluss:copy-from-slice-everywhere, r=alexcrichton | bors | -7/+8 |
| 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 | -7/+8 |
| 2016-02-26 | fixup #31878 | Manish Goregaokar | -1/+1 |
| 2016-02-26 | Rollup merge of #31904 - bluss:writer-formatter-error, r=alexcrichton | Manish Goregaokar | -1/+8 |
| 2016-02-26 | Rollup merge of #31896 - tshepang:idiom, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2016-02-26 | Rollup merge of #31894 - tshepang:more-clear, r=steveklabnik | Manish Goregaokar | -2/+1 |
| 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 |