about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-01-08Auto merge of #38797 - abhijeetbhagat:master, r=petrochenkovbors-18/+67
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2017-01-07Auto merge of #38469 - tbu-:pr_writeln_no_args, r=brsonbors-1/+1
2017-01-07Auto merge of #38327 - Yamakaky:into-ipaddr, r=brsonbors-0/+28
2017-01-06Auto merge of #38835 - alexcrichton:less-overlapped, r=brsonbors-29/+63
2017-01-05Deprecate TcpListener::set_only_v6Steven Fackler-32/+6
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-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-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-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-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-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
2016-12-22Revert rt.rsJeremy Soller-0/+2
2016-12-22Remove start functions, use newlib instead of openlibm + rallocJeremy Soller-162/+0
2016-12-22Fix fs tests on Windows systems with non-english locales.Peter Atashian-20/+25
2016-12-21Add RawFd traits for netJeremy Soller-15/+64
2016-12-21Removes magenta build warning.Jason Campbell-1/+0
2016-12-21Merge branch 'redox_cross' of https://github.com/redox-os/rust into redox_crossJeremy Soller-3/+6
2016-12-21Update liblibc, go back to lazy linking openlibmJeremy Soller-1/+1
2016-12-21Add missing examples in some thread functionsGuillaume Gomez-8/+43