about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-28Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichtonbors-10/+11
2016-07-27Auto merge of #34946 - alexcrichton:fix-cfg, r=brsonbors-2/+2
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-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-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
2016-07-21Rollup merge of #34937 - GuillaumeGomez:hash_map_entry_debug, r=apasel422Guillaume Gomez-0/+33
2016-07-21Rollup merge of #34895 - mark-buer:patch-1, r=steveklabnikGuillaume Gomez-2/+2
2016-07-20std: Fix usage of SOCK_CLOEXECAlex Crichton-2/+2
2016-07-20Auto merge of #34694 - mathphreak:master, r=alexcrichtonbors-0/+121
2016-07-20Auto merge of #33526 - steveklabnik:gh21889, r=alexcrichtonbors-0/+38
2016-07-20Add the missing tracking issue field for #34931 to the receiver_try_iter stab...mitchmindtree-3/+3
2016-07-19re-work exampleSteve Klabnik-12/+35
2016-07-19Auto merge of #33974 - habnabit:eintr-retry-for-read-iterators, r=alexcrichtonbors-11/+18
2016-07-18Remove rustdoc reference to `walk_dir`Mark Buer-2/+2
2016-07-18Add debug for hash_map::{Entry, VacantEntry, OccupiedEntry}ggomez-0/+33
2016-07-16Revert "Refactored code to access TLS only in case of panic"Tim Neumann-11/+9
2016-07-16Merge pull request #34836 from cynicaldevil/panic-counterAlex Crichton-9/+11
2016-07-16Refactored code to access TLS only in case of panicNikhil Shagrithaya-9/+11
2016-07-15Rollup merge of #34794 - frewsxcv:exitstatus-success, r=GuillaumeGomezGuillaume Gomez-0/+17
2016-07-15Rollup merge of #34777 - glandium:issue34697, r=GuillaumeGomezGuillaume Gomez-1/+3
2016-07-15Rollup merge of #34456 - tbu-:pr_ptr_null, r=aturonGuillaume Gomez-17/+22
2016-07-13Auto merge of #34776 - cuviper:solaris-readdir, r=alexcrichtonbors-22/+40
2016-07-12Auto merge of #34756 - habnabit:mutex-refunwindsafe, r=alexcrichtonbors-0/+5
2016-07-12Auto merge of #34739 - therealbstern:ipv4unspec, r=alexcrichtonbors-0/+4
2016-07-12Add doc example for `std::process::ExitStatus::success`.Corey Farwell-0/+17
2016-07-12Auto merge of #34705 - alexcrichton:clean-deprecated, r=brsonbors-732/+234
2016-07-12std: Clean out deprecated APIsAlex Crichton-732/+234
2016-07-12Auto merge of #34757 - sourcefrog:debug-filetype, r=alexcrichtonbors-3/+3
2016-07-12Rollup merge of #34750 - GuillaumeGomez:error_doc, r=steveklabnikGuillaume Gomez-0/+70
2016-07-12Rollup merge of #34737 - frewsxcv:libstd-process-child, r=GuillaumeGomezGuillaume Gomez-11/+29
2016-07-12Use `ptr::{null, null_mut}` instead of `0 as *{const, mut}`Tobias Bucher-17/+22
2016-07-12doc: Mention that writeln! and println! always use LFMike Hommey-1/+3