summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-01-06std: Add a nonblocking `Child::try_wait` methodAlex Crichton-0/+75
2017-01-06Auto merge of #38835 - alexcrichton:less-overlapped, r=brsonbors-29/+63
2017-01-05std: Ignore close_read_wakes_up on WindowsAlex Crichton-0/+1
2017-01-05Deprecate TcpListener::set_only_v6Steven Fackler-32/+6
2017-01-05Add std::process::Command::envs()Zack Weinberg-0/+32
2017-01-05Add time module missing docsGuillaume Gomez-14/+115
2017-01-05Expand {Path,OsStr}::{to_str,to_string_lossy} doc examples.Corey Farwell-4/+32
2017-01-05Fix typo in tuple docsOliver Middleton-1/+1
2017-01-04std: Don't pass overlapped handles to processesAlex Crichton-29/+63
2017-01-04Fix formattingabhijeetbhagat-1/+1
2017-01-04Fix formattingabhijeetbhagat-10/+10
2017-01-04Auto merge of #38707 - redox-os:master, r=brsonbors-26/+128
2017-01-03Doc fixMina Naguib-1/+1
2017-01-03Fix process module tests to run on Windowsabhijeetbhagat-18/+67
2017-01-02Reword 'stupid' and 'crazy' in docs.Clar Charr-1/+1
2017-01-01Auto merge of #38548 - GuillaumeGomez:thread_struct_docs, r=frewsxcvbors-0/+65
2017-01-01Added Default impl to PathBufAaron Power-0/+7
2017-01-01Add 'platform-specific' section to `sleep_ms` to match `sleep`.Corey Farwell-3/+6
2017-01-01Merge branch 'master' into sparc64Seo Sanghyeon-15/+111
2016-12-31Add missing example for Thread structGuillaume Gomez-0/+65
2016-12-30sparc64-linux supportJorge Aparicio-6/+3
2016-12-30Sum for Duration.Clar Charr-0/+15
2016-12-30Add socket timeout and ttl supportJeremy Soller-26/+128
2016-12-30Make rustdoc aware of the primitive i128 typeest31-0/+22
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+7
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-29libstd: define std::env::consts::ARCH for sparc64Jonathan A. Kollasch-0/+6
2016-12-29Rollup merge of #38622 - alexcrichton:read-lengths, r=sfacklerAlex Crichton-12/+24
2016-12-29Rollup merge of #38491 - GuillaumeGomez:builder_docs, r=frewsxcvAlex Crichton-3/+58
2016-12-28Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`Andrew Paseltiner-7/+5
2016-12-27Fix arguments on RedoxJeremy Soller-9/+5
2016-12-27Auto merge of #38577 - redox-os:master, r=alexcrichtonbors-2/+3
2016-12-26Auto merge of #38274 - elahn:windows-readconsole-ctrl-z, r=alexcrichtonbors-4/+33
2016-12-26std: Clamp max read/write sizes on UnixAlex Crichton-12/+24
2016-12-26Auto merge of #38536 - retep998:flauschige-kaninchen, r=petrochenkovbors-20/+25
2016-12-25Impl From<inner> for IpAddr and SocketAddr.Yamakaky-0/+16
2016-12-24Impl From<Ipv4Addr, Ipv6Addr> for IpAddr.Yamakaky-0/+12
2016-12-24Auto merge of #38594 - steveklabnik:rollup, r=steveklabnikbors-15/+89
2016-12-24Rollup merge of #38572 - GuillaumeGomez:join_handle_docs, r=frewsxcvSteve Klabnik-6/+40
2016-12-24Rollup merge of #38521 - jxson:remove-magenta-warnings, r=sfacklerSteve Klabnik-1/+0
2016-12-24Rollup merge of #38513 - GuillaumeGomez:thread_fn_docs, r=frewsxcvSteve Klabnik-8/+43
2016-12-24Rollup merge of #38505 - estebank:why-lines, r=frewsxcvSteve Klabnik-0/+6
2016-12-24Auto merge of #38443 - frewsxcv:file-docs, r=brsonbors-6/+38
2016-12-24Auto merge of #38062 - alexcrichton:fix-line-writer, r=brsonbors-13/+86
2016-12-24Add JoinHandle missing examplesGuillaume Gomez-6/+40
2016-12-24Add missing doc examples for BuilderGuillaume Gomez-3/+58
2016-12-23Comparison between IpAddr and Ipv[46]Addr.Clar Charr-4/+100
2016-12-23Cloexec when creating directoriesJeremy Soller-1/+1
2016-12-23Add Debug to OpenOptions and DirBuilderJeremy Soller-1/+2
2016-12-23Auto merge of #38401 - redox-os:redox_cross, r=brsonbors-23/+1318