about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-10-11ffi/c_str.rs: Make all descriptions have a single-sentence summary at the beg...Federico Mena Quintero-15/+16
2017-10-11Auto merge of #44963 - JLockerman:fix_spsc, r=alexcrichtonbors-107/+192
2017-10-10Remove misleading line on Windows Subsystem stdioPirh-9/+0
2017-10-10Rollup merge of #44775 - MaloJaffre:debug-struct, r=sfacklerkennytm-46/+35
2017-10-10Auto merge of #45141 - kennytm:rollup, r=kennytmbors-6/+115
2017-10-10Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundibors-3/+1
2017-10-09Document defaults for stdin, stdout, and stderr methods of CommandPirh-0/+27
2017-10-09Refactor to use `debug_struct` in several Debug implsMalo Jaffré-46/+35
2017-10-10Rollup merge of #45106 - Pirh:process_stdio_docs, r=dtolnaykennytm-1/+108
2017-10-10Rollup merge of #44962 - shepmaster:no-ignore-result, r=steveklabnikkennytm-5/+7
2017-10-09Auto merge of #45041 - est31:master, r=alexcrichtonbors-232/+4
2017-10-08Remove Queue::new.Joshua Lockerman-29/+5
2017-10-08cfg out Queue::new for emscriptenJLockerman-1/+1
2017-10-08Link std::process::Output to Command and ChildPirh-1/+8
2017-10-08Auto merge of #45030 - raggi:zircon-handle-t, r=alexcrichtonbors-18/+17
2017-10-08Remove ./ prefix from relative URLsPirh-10/+10
2017-10-08Add links and examples for std::process::StdioPirh-1/+108
2017-10-08Don't encourage people to ignore threading errors in the docsJake Goulding-5/+7
2017-10-08Rollup merge of #45083 - fhartwig:slice-read-to-end, r=blusskennytm-0/+8
2017-10-07Change current_pid to just `id`.Thayne McCombs-3/+4
2017-10-07Add read_to_end implementation to &[u8]'s Read implFlorian Hartwig-0/+8
2017-10-07Auto merge of #44913 - leavehouse:patch-1, r=BurntSushibors-3/+3
2017-10-07Add missing colon.Thayne McCombs-1/+1
2017-10-06Auto merge of #44734 - mchlrhw:wip/hashmap-entry-and-then, r=BurntSushibors-0/+35
2017-10-06Auto merge of #44965 - oconnor663:res_init_glibc, r=dtolnaybors-4/+92
2017-10-06Implement `entry_and_modify`mchlrhw-0/+35
2017-10-06Add current_pid functionThayne McCombs-0/+30
2017-10-05replace libc::res_init with res_init_if_glibc_before_2_26Jack O'Connor-4/+92
2017-10-05Auto merge of #44943 - nivkner:fixme_fixup, r=dtolnaybors-5/+5
2017-10-05Rollup merge of #45017 - GuillaumeGomez:mutex-links, r=estebankkennytm-7/+17
2017-10-05Remove nacl from libstdest31-232/+4
2017-10-04zircon: update some more zx and lp constantsJames Tucker-22/+16
2017-10-04zircon: the type of zx_handle_t is now unsignedJames Tucker-1/+6
2017-10-04Auto merge of #44890 - nvzqz:str-box-transmute, r=alexcrichtonbors-23/+28
2017-10-04Add missing urls for MutexGuillaume Gomez-7/+17
2017-10-04Auto merge of #44905 - Pirh:process_abort_docs, r=steveklabnikbors-2/+13
2017-10-04Auto merge of #44979 - hinaria:master, r=dtolnaybors-0/+13
2017-10-03Auto merge of #44895 - stephaneyfx:master, r=dtolnaybors-7/+22
2017-10-02Fix broken links in documentationFederico Mena Quintero-3/+3
2017-10-02Clarify the ffi module's toplevel docs, per @clarcharr's commentsFederico Mena Quintero-54/+65
2017-10-02Document that process::abort will not call the panic hookPirh-1/+3
2017-10-02Remove the implication that CString contains UTF-8 data.Federico Mena Quintero-3/+4
2017-10-03windows: make `backtrace = false` compilehinaria-0/+13
2017-10-01Improve performance of spsc_queue and stream.Joshua Lockerman-99/+208
2017-09-30Merge remote-tracking branch 'upstream/master'Nikolai Vazquez-170/+448
2017-09-30Cast inner type in OsStr::bytesNikolai Vazquez-1/+1
2017-09-30Auto merge of #44936 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-3/+67
2017-09-30address some `FIXME`s whose associated issues were marked as closedNiv Kaminer-5/+5
2017-09-29Rollup merge of #44824 - dtolnay:22really21, r=alexcrichtonMark Simulacrum-1/+1
2017-09-29Rollup merge of #44797 - lucasem:master, r=frewsxcvMark Simulacrum-2/+55