| Age | Commit message (Expand) | Author | Lines |
| 2017-10-11 | ffi/c_str.rs: Make all descriptions have a single-sentence summary at the beg... | Federico Mena Quintero | -15/+16 |
| 2017-10-11 | Auto merge of #44963 - JLockerman:fix_spsc, r=alexcrichton | bors | -107/+192 |
| 2017-10-10 | Remove misleading line on Windows Subsystem stdio | Pirh | -9/+0 |
| 2017-10-10 | Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfackler | kennytm | -46/+35 |
| 2017-10-10 | Auto merge of #45141 - kennytm:rollup, r=kennytm | bors | -6/+115 |
| 2017-10-10 | Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi | bors | -3/+1 |
| 2017-10-09 | Document defaults for stdin, stdout, and stderr methods of Command | Pirh | -0/+27 |
| 2017-10-09 | Refactor to use `debug_struct` in several Debug impls | Malo Jaffré | -46/+35 |
| 2017-10-10 | Rollup merge of #45106 - Pirh:process_stdio_docs, r=dtolnay | kennytm | -1/+108 |
| 2017-10-10 | Rollup merge of #44962 - shepmaster:no-ignore-result, r=steveklabnik | kennytm | -5/+7 |
| 2017-10-09 | Auto merge of #45041 - est31:master, r=alexcrichton | bors | -232/+4 |
| 2017-10-08 | Remove Queue::new. | Joshua Lockerman | -29/+5 |
| 2017-10-08 | cfg out Queue::new for emscripten | JLockerman | -1/+1 |
| 2017-10-08 | Link std::process::Output to Command and Child | Pirh | -1/+8 |
| 2017-10-08 | Auto merge of #45030 - raggi:zircon-handle-t, r=alexcrichton | bors | -18/+17 |
| 2017-10-08 | Remove ./ prefix from relative URLs | Pirh | -10/+10 |
| 2017-10-08 | Add links and examples for std::process::Stdio | Pirh | -1/+108 |
| 2017-10-08 | Don't encourage people to ignore threading errors in the docs | Jake Goulding | -5/+7 |
| 2017-10-08 | Rollup merge of #45083 - fhartwig:slice-read-to-end, r=bluss | kennytm | -0/+8 |
| 2017-10-07 | Change current_pid to just `id`. | Thayne McCombs | -3/+4 |
| 2017-10-07 | Add read_to_end implementation to &[u8]'s Read impl | Florian Hartwig | -0/+8 |
| 2017-10-07 | Auto merge of #44913 - leavehouse:patch-1, r=BurntSushi | bors | -3/+3 |
| 2017-10-07 | Add missing colon. | Thayne McCombs | -1/+1 |
| 2017-10-06 | Auto merge of #44734 - mchlrhw:wip/hashmap-entry-and-then, r=BurntSushi | bors | -0/+35 |
| 2017-10-06 | Auto merge of #44965 - oconnor663:res_init_glibc, r=dtolnay | bors | -4/+92 |
| 2017-10-06 | Implement `entry_and_modify` | mchlrhw | -0/+35 |
| 2017-10-06 | Add current_pid function | Thayne McCombs | -0/+30 |
| 2017-10-05 | replace libc::res_init with res_init_if_glibc_before_2_26 | Jack O'Connor | -4/+92 |
| 2017-10-05 | Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnay | bors | -5/+5 |
| 2017-10-05 | Rollup merge of #45017 - GuillaumeGomez:mutex-links, r=estebank | kennytm | -7/+17 |
| 2017-10-05 | Remove nacl from libstd | est31 | -232/+4 |
| 2017-10-04 | zircon: update some more zx and lp constants | James Tucker | -22/+16 |
| 2017-10-04 | zircon: the type of zx_handle_t is now unsigned | James Tucker | -1/+6 |
| 2017-10-04 | Auto merge of #44890 - nvzqz:str-box-transmute, r=alexcrichton | bors | -23/+28 |
| 2017-10-04 | Add missing urls for Mutex | Guillaume Gomez | -7/+17 |
| 2017-10-04 | Auto merge of #44905 - Pirh:process_abort_docs, r=steveklabnik | bors | -2/+13 |
| 2017-10-04 | Auto merge of #44979 - hinaria:master, r=dtolnay | bors | -0/+13 |
| 2017-10-03 | Auto merge of #44895 - stephaneyfx:master, r=dtolnay | bors | -7/+22 |
| 2017-10-02 | Fix broken links in documentation | Federico Mena Quintero | -3/+3 |
| 2017-10-02 | Clarify the ffi module's toplevel docs, per @clarcharr's comments | Federico Mena Quintero | -54/+65 |
| 2017-10-02 | Document that process::abort will not call the panic hook | Pirh | -1/+3 |
| 2017-10-02 | Remove the implication that CString contains UTF-8 data. | Federico Mena Quintero | -3/+4 |
| 2017-10-03 | windows: make `backtrace = false` compile | hinaria | -0/+13 |
| 2017-10-01 | Improve performance of spsc_queue and stream. | Joshua Lockerman | -99/+208 |
| 2017-09-30 | Merge remote-tracking branch 'upstream/master' | Nikolai Vazquez | -170/+448 |
| 2017-09-30 | Cast inner type in OsStr::bytes | Nikolai Vazquez | -1/+1 |
| 2017-09-30 | Auto merge of #44936 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -3/+67 |
| 2017-09-30 | address some `FIXME`s whose associated issues were marked as closed | Niv Kaminer | -5/+5 |
| 2017-09-29 | Rollup merge of #44824 - dtolnay:22really21, r=alexcrichton | Mark Simulacrum | -1/+1 |
| 2017-09-29 | Rollup merge of #44797 - lucasem:master, r=frewsxcv | Mark Simulacrum | -2/+55 |