about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2016-08-05Rollup merge of #35239 - dns2utf8:doc_park_timeout, r=steveklabnikGuillaume Gomez-1/+25
2016-08-05Rollup merge of #35182 - frewsxcv:nulerror, r=steveklabnikGuillaume Gomez-0/+12
2016-08-05Rollup merge of #35175 - frewsxcv:tcp, r=GuillaumeGomezGuillaume Gomez-1/+10
2016-08-05Rollup merge of #35109 - GuillaumeGomez:io_docs, r=steveklabnikGuillaume Gomez-2/+222
2016-08-05Rollup merge of #35076 - GuillaumeGomez:file_type_docs, r=steveklabnikGuillaume Gomez-1/+59
2016-08-03Add link to replacement functionStefan Schindler-1/+6
2016-08-03Add an example to `std::thread::park_timeout`Stefan Schindler-0/+19
2016-08-03Add doc examples for FileType structGuillaume Gomez-1/+59
2016-08-02Add doc example for `std::ffi::NulError::nul_position`.Corey Farwell-0/+12
2016-08-02Auto merge of #35084 - tbu-:pr_lowercase_wtf8_debug, r=brsonbors-2/+2
2016-08-01Link to relevant method/struct for `std::net::Shutdown` docs.Corey Farwell-1/+5
2016-08-01Indicate where the `std::net::Incoming` struct is created.Corey Farwell-0/+5
2016-07-30remove some `any`s that are no longer necessaryJorge Aparicio-3/+3
2016-07-30arm-musl targets now use cfg(env = "musl")Jorge Aparicio-9/+3
2016-07-30Add ARM MUSL targets.Timon Van Overveldt-3/+9
2016-07-30Update gcc crate dependency to 0.3.27.Timon Van Overveldt-1/+1
2016-07-30Add urls in std::io typesGuillaume Gomez-2/+14
2016-07-30Add io::Take doc exampleGuillaume Gomez-0/+18
2016-07-30Auto merge of #35051 - japaric:backtrace, r=alexcrichtonbors-10/+25
2016-07-30Add doc example for StdoutGuillaume Gomez-0/+15
2016-07-30Add doc example for StdinGuillaume Gomez-0/+15
2016-07-30Add doc example for io::StderrGuillaume Gomez-0/+15
2016-07-29Add io::Error doc examplesGuillaume Gomez-0/+145
2016-07-29Rollup merge of #35087 - GuillaumeGomez:fs_docs, r=steveklabnikGuillaume Gomez-0/+101
2016-07-29Escape the unmatched surrogates with lower-case hexadecimal numbersTobias Bucher-2/+2
2016-07-28Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichtonbors-10/+11
2016-07-28Add OpenOptionsExt doc examplesGuillaume Gomez-0/+38
2016-07-28Add doc examples for std::fs::unix::OpenOptionsExtGuillaume Gomez-0/+12
2016-07-27Auto merge of #34946 - alexcrichton:fix-cfg, r=brsonbors-2/+2
2016-07-28Add doc examples for std::fs::MetadataGuillaume Gomez-0/+51
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-10/+11
2016-07-27Auto merge of #33312 - Byron:double-ended-iterator-for-args, r=alexcrichtonbors-10/+32
2016-07-26keep backtraces if using the old build systemJorge Aparicio-14/+16
2016-07-26Rollup merge of #35010 - GuillaumeGomez:file_doc, r=steveklabnikSteve Klabnik-5/+23
2016-07-26Rollup merge of #35009 - GuillaumeGomez:dir_entry_doc, r=steveklabnikSteve Klabnik-12/+100
2016-07-26Rollup merge of #35001 - rdwilliamson:patch-1, r=alexcrichtonSteve Klabnik-1/+1
2016-07-26Rollup merge of #34995 - GuillaumeGomez:dir_builder_doc, r=steveklabnikSteve Klabnik-1/+28
2016-07-26Rollup merge of #34935 - GuillaumeGomez:hash_map_doc, r=steveklabnikSteve Klabnik-5/+198
2016-07-26rustbuild: make backtraces (RUST_BACKTRACE) optionalJorge Aparicio-5/+18
2016-07-26DoubleEndedIterator for ArgsSebastian Thiel-10/+32
2016-07-24Improve Open docGuillaume Gomez-5/+23
2016-07-24Add DirEntry doc examplesGuillaume Gomez-0/+71
2016-07-24Add missing linksGuillaume Gomez-12/+29
2016-07-24Rollup merge of #34975 - GuillaumeGomez:random_state_doc, r=steveklabnikManish Goregaokar-0/+19
2016-07-23Fix HashMap's values_mut example to use println!Robert Williamson-1/+1
2016-07-23Add DirBuilder doc examplesGuillaume Gomez-1/+28
2016-07-22Add Random state docggomez-0/+19
2016-07-22Add HashMap Entry enums examplesggomez-5/+198
2016-07-21Auto merge of #34724 - mitchmindtree:mpsc_receiver_try_recv, r=alexcrichtonbors-0/+56
2016-07-21Fix issue in receiver_try_iter test where response sender would panic instead...mitchmindtree-3/+3