about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-03-31Rollup merge of #40763 - pirate:patch-2, r=steveklabnikCorey Farwell-0/+12
2017-03-31Rollup merge of #40703 - GuillaumeGomez:pointer-docs, r=steveklabnikCorey Farwell-4/+9
2017-03-31Rollup merge of #40904 - rap2hpoutre:patch-1, r=steveklabnikCorey Farwell-0/+14
2017-03-31Rollup merge of #40869 - ctjhoa:master, r=steveklabnikCorey Farwell-0/+19
2017-03-31Rollup merge of #40842 - Mic92:RawFd, r=aturonCorey Farwell-0/+15
2017-03-30Replace hardcoded forward slash with path::MAIN_SEPARATORThomas Jespersen-2/+2
2017-03-30Update process.rsraph-1/+1
2017-03-29Improve os::linux documentation (#29367)Camille TJHOA-0/+19
2017-03-29Removing trailing spacesraph-3/+3
2017-03-29adding ///raph-0/+1
2017-03-29Add example to std::process::abortraph-0/+13
2017-03-29Rollup merge of #40866 - projektir:once_docs, r=estebankCorey Farwell-8/+29
2017-03-29Adding linking for Once docs #29377projektir-8/+29
2017-03-28Rollup merge of #40838 - lukaramu:std-net-docs, r=GuillaumeGomezCorey Farwell-140/+476
2017-03-28Rollup merge of #40783 - stepancheg:cursor-new-0, r=aturonCorey Farwell-0/+4
2017-03-28add missing importNick Sweeting-0/+2
2017-03-27Rollup merge of #40837 - alanstoate:ascii-docs, r=steveklabnikAlex Crichton-9/+15
2017-03-27Fix tidy errors and simplify exampleNick Sweeting-8/+6
2017-03-27Rollup merge of #40516 - alexcrichton:no-cache-handles, r=aturonAlex Crichton-55/+46
2017-03-27Rollup merge of #40317 - malbarbo:update-libc, r=alexcrichtonAlex Crichton-10/+35
2017-03-27Addressed requested changes for PR #40838lukaramu-26/+17
2017-03-27Fixed spelling mistakesAlan Stoate-2/+2
2017-03-26Implement AsRawFd/IntoRawFd for RawFdJörg Thalheim-0/+15
2017-03-26fix trailing whitespacelukaramu-1/+1
2017-03-26Expanded std::net module docslukaramu-0/+26
2017-03-26Expanded top-level docs for std::net{TcpListener,TcpStream,UdpSocket}lukaramu-9/+58
2017-03-26Added links to std::net::Shutdown docs and made them more consistentlukaramu-6/+19
2017-03-26Added examples to std::net::{SocketAddr, SocketAddrV4, SocketAddrV6} docslukaramu-0/+36
2017-03-26Expanded and added links to std::net::{SocketAddr,SocketAddrV4,SocketAddrV6} ...lukaramu-26/+90
2017-03-26Removed link in std::net::ToSocketAddr's summary sentencelukaramu-3/+1
2017-03-26Expanded and added links to std::net::{IpAddr,Ipv4Addr,Ipv6Addr} docslukaramu-42/+160
2017-03-26Added links to std::net::AddrParseError's documentationlukaramu-1/+13
2017-03-26Added links throughout std::net::ToSocketAddrs' documentationlukaramu-17/+35
2017-03-26std::net docs: changed occurences of "RFC" to say "IETF RFC"lukaramu-24/+24
2017-03-26Update std::net:Incoming's docs to use standard iterator boilerplatelukaramu-8/+8
2017-03-26added missing links in std::net TCP docslukaramu-6/+17
2017-03-26change string references in asciiext r? @steveklabnikaStoate-9/+15
2017-03-25Avoid using libc::sigemptyset on AndroidMarco A L Barbosa-2/+25
2017-03-25Rollup merge of #40642 - frewsxcv:io-bufread-doc-examples, r=GuillaumeGomezCorey Farwell-53/+84
2017-03-25Fix libc::bind call on aarch64-linux-androidMarco A L Barbosa-4/+4
2017-03-25Fix c_char (u8 -> i8) definition for i686-linux-androidMarco A L Barbosa-4/+6
2017-03-24Rollup merge of #40794 - s3rvac:fix-formatting-in-command-envs-docs, r=stevek...Corey Farwell-0/+3
2017-03-24Add a missing feature attribute to the example for std::process::Command::env...Petr Zemek-0/+2
2017-03-24Fix formatting in the docs for std::process::Command::envs().Petr Zemek-0/+1
2017-03-23Rewrite `io::BufRead` doc examples to better demonstrate behaviors.Corey Farwell-53/+84
2017-03-24Document Cursor::new position is 0Stepan Koltsov-0/+4
2017-03-23newline for breathing roomNick Sweeting-0/+1
2017-03-23requested changesNick Sweeting-1/+2
2017-03-23Add helpful hint on io function for beginnersNick Sweeting-0/+10
2017-03-23std: Don't cache stdio handles on WindowsAlex Crichton-55/+46