| Age | Commit message (Expand) | Author | Lines |
| 2016-03-09 | Auto merge of #31618 - alexcrichton:no-thread-spawns, r=brson | bors | -52/+608 |
| 2016-03-09 | std: Don't spawn threads in `wait_with_output` | Alex Crichton | -33/+458 |
| 2016-03-08 | Auto merge of #31981 - achanda:unspecified-ip, r=alexcrichton | bors | -17/+20 |
| 2016-03-08 | std: Don't always create stdin for children | Alex Crichton | -10/+16 |
| 2016-03-08 | std: Funnel read_to_end through to one location | Alex Crichton | -11/+136 |
| 2016-03-08 | Auto merge of #32009 - alexcrichton:trim-fulldeps, r=brson | bors | -13/+0 |
| 2016-03-08 | Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichton | bors | -8/+232 |
| 2016-03-07 | mk: Distribute fewer TARGET_CRATES | Alex Crichton | -13/+0 |
| 2016-03-07 | Auto merge of #32081 - cmbrandenburg:spell_fix, r=apasel422 | bors | -1/+1 |
| 2016-03-07 | Auto merge of #32078 - japaric:rustbuild-i686-musl, r=alexcrichton | bors | -3/+9 |
| 2016-03-07 | Fix building libstd on on emscripten targets. | ashleysommer | -8/+232 |
| 2016-03-07 | Auto merge of #32051 - steveklabnik:gh9447, r=bluss | bors | -6/+6 |
| 2016-03-06 | Spelling fix for "because" | Craig M. Brandenburg | -1/+1 |
| 2016-03-06 | rustbuild: fix cross compilation of libstd to i686-unknown-linux-musl | Jorge Aparicio | -3/+9 |
| 2016-03-06 | Auto merge of #32020 - alexcrichton:stabilize-into-ascii, r=brson | bors | -8/+4 |
| 2016-03-06 | Auto merge of #30884 - durka:inclusive-ranges, r=aturon | bors | -1/+1 |
| 2016-03-04 | End stdlib module summaries with a full stop. | Steve Klabnik | -6/+6 |
| 2016-03-04 | Rollup merge of #32027 - japaric:rustbuild-mips, r=alexcrichton | Steve Klabnik | -1/+1 |
| 2016-03-04 | Formatting changes to make tidy pass | Abhishek Chanda | -3/+3 |
| 2016-03-04 | Reject the reserved block as not global | Abhishek Chanda | -1/+4 |
| 2016-03-04 | Exclude 0.0.0.0 from the list of globally routable addresses | Abhishek Chanda | -17/+17 |
| 2016-03-04 | Auto merge of #31945 - sfackler:net2, r=alexcrichton | bors | -4/+733 |
| 2016-03-03 | [rustbuild] fix cross compilation of std for mips(el)-linux-musl | Jorge Aparicio | -1/+1 |
| 2016-03-03 | Fix netbsd | Steven Fackler | -4/+4 |
| 2016-03-03 | std: Stabilize `into_*` ASCII methods | Alex Crichton | -8/+4 |
| 2016-03-03 | Fix android build | Steven Fackler | -3/+3 |
| 2016-03-02 | Fix comments and OSX build | Steven Fackler | -5/+30 |
| 2016-03-02 | Rollup merge of #31985 - ashleysommer:libbackgrace_emscripten_fix, r=alexcric... | Manish Goregaokar | -1/+1 |
| 2016-03-02 | Rollup merge of #31982 - apasel422:sync, r=alexcrichton | Manish Goregaokar | -0/+6 |
| 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 |