about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-04-09Auto merge of #40829 - mgattozzi:ChildStderr, r=steveklabnikbors-2/+3
2017-04-09Auto merge of #41095 - clarcharr:as_extras, r=alexcrichtonbors-0/+6
2017-04-07Add as_c_str.Clar Charr-0/+6
2017-04-07Rollup merge of #41120 - clarcharr:c_str_transmute, r=alexcrichtonCorey Farwell-2/+3
2017-04-06Remove some CStr transmutes.Clar Charr-2/+3
2017-04-06Rollup merge of #41111 - ollie27:docs_markdown_fix, r=GuillaumeGomezCorey Farwell-23/+40
2017-04-06Rollup merge of #41090 - rap2hpoutre:patch-2, r=steveklabnikCorey Farwell-0/+21
2017-04-06Fix Markdown issues in the docsOliver Middleton-23/+40
2017-04-06Auto merge of #41039 - alexcrichton:process-poll, r=nagisabors-13/+9
2017-04-06Update process.rsraph-3/+2
2017-04-05Rollup merge of #41054 - anatol:master, r=alexcrichtonAriel Ben-Yehuda-1/+1
2017-04-05Rollup merge of #40561 - arthurprs:hm-adapt2, r=pczarnAriel Ben-Yehuda-191/+165
2017-04-05Add example to std::process::abortraph-0/+22
2017-04-05Rollup merge of #41035 - jmesmon:revert-bad-raw-fd-impls, r=aturonCorey Farwell-15/+0
2017-04-05Rollup merge of #41014 - SimonSapin:patch-6, r=frewsxcvCorey Farwell-1/+1
2017-04-05Rollup merge of #41007 - pgerber:dir_builder, r=frewsxcvCorey Farwell-3/+6
2017-04-05Rollup merge of #40988 - eugene-bulkin:ascii-docs, r=frewsxcvCorey Farwell-8/+58
2017-04-05Rollup merge of #40981 - Technius:master, r=steveklabnikCorey Farwell-46/+172
2017-04-05Rollup merge of #40977 - projektir:BarrierWaitResult_doc, r=steveklabnikCorey Farwell-5/+4
2017-04-05Rollup merge of #40608 - GuillaumeGomez:mutex-doc-inconsistency, r=steveklabnikCorey Farwell-7/+7
2017-04-04Simplify HashMap Bucket interfacearthurprs-191/+165
2017-04-04Change docs to follow review requestsMichael Gattozzi-3/+3
2017-04-04std: Use `poll` instead of `select`Alex Crichton-13/+9
2017-04-03Replace magic number with readable sig constantAnatol Pomozov-1/+1
2017-04-03Fix styling issuesBryan Tan-6/+17
2017-04-03Fix mutex's docs inconsistencyGuillaume Gomez-7/+7
2017-04-03Revert "Implement AsRawFd/IntoRawFd for RawFd"Cody P Schafer-15/+0
2017-04-02std::thread docs: fix link to current()Simon Sapin-1/+1
2017-04-02Improve documentation for `std::fs::DirBuilder`Peter Gerber-3/+6
2017-04-01Add more std::ascii module-level docs.Eugene Bulkin-0/+14
2017-04-01Clean up std::ascii sub-level docs.Eugene Bulkin-8/+44
2017-03-31Fix warnings in examplesBryan Tan-9/+9
2017-03-31Fix broken links to std::iter::Iterator::nextBryan Tan-2/+2
2017-03-31Add links and examples to std::sync::mpsc docs (#29377)Bryan Tan-31/+136
2017-03-31Updating the description for BarrierWaitResult #29377projektir-5/+4
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-30Add links to std::sync::mpsc docs #29377Bryan Tan-15/+25
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