about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-25Update ChildStderr docs to be clearerMichael Gattozzi-2/+3
2017-03-25Remove extra wait from Child docsMichael Gattozzi-1/+1
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-24Update `Child` docs to not have a note sectionMichael Gattozzi-11/+9
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-23add link to contribution guidelines and IRC roomNick Sweeting-3/+7
2017-03-23newline for breathing roomNick Sweeting-0/+1
2017-03-23requested changesNick Sweeting-1/+2
2017-03-23Add contribution instructions to stdlib docsNick Sweeting-0/+6
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
2017-03-22Simplify hash table dropsJosh Stone-47/+18
2017-03-21Add missing urls in ptr docsGuillaume Gomez-4/+9
2017-03-20Rollup merge of #40556 - cramertj:stabilize-pub-restricted, r=petrochenkovCorey Farwell-1/+1
2017-03-20Rollup merge of #40332 - steveklabnik:extract-book, r=alexcrichtonCorey Farwell-7/+7
2017-03-20Rollup merge of #40312 - jdhorwitz:papercut, r=steveklabnikCorey Farwell-0/+21
2017-03-20Fix up various linkssteveklabnik-7/+7
2017-03-19Rollup merge of #40566 - clarcharr:never_error, r=sfacklerCorey Farwell-0/+6
2017-03-19Auto merge of #39799 - dpc:create_dir_all, r=alexcrichtonbors-4/+56
2017-03-19Rollup merge of #40648 - s3rvac:fix-path-docs-typo, r=frewsxcvCorey Farwell-1/+1
2017-03-19Rollup merge of #40621 - jswalden:dependant-spelling-fix, r=sfacklerCorey Farwell-2/+2
2017-03-19Rollup merge of #40611 - ScottAbbey:patch-1, r=GuillaumeGomezCorey Farwell-1/+1
2017-03-19Rollup merge of #40590 - z1mvader:master, r=steveklabnikCorey Farwell-0/+2
2017-03-19Fix a typo in path.rs docsPetr Zemek-1/+1
2017-03-18Fix problems left in `concurrent_recursive_mkdir`Dawid Ciężarkiewicz-3/+4
2017-03-17Fix `create_dir_all("")`Dawid Ciężarkiewicz-0/+14
2017-03-17Reorder match checks in `create_dir_all`Dawid Ciężarkiewicz-1/+1
2017-03-17Fix problems found on Windows in `dir_create_all`Dawid Ciężarkiewicz-4/+3
2017-03-17Break line longer than 100 charactersDawid Ciężarkiewicz-1/+2
2017-03-17Add `concurrent_recursive_mkdir` testDawid Ciężarkiewicz-1/+22
2017-03-17Fix new version of `create_dir_all`Dawid Ciężarkiewicz-2/+2
2017-03-17Fix race condition in fs::create_dir_allDavid Roundy-4/+20
2017-03-17Fix a spelling error in HashMap documentation, and slightly reword it to be m...Jeff Walden-2/+2
2017-03-17Stabilize rc_raw feature, closes #37197Aaron Turon-2/+1