about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-04-16Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea...Jeremy Soller-9/+18
2017-04-15Cleaned up throughout std::path's docslukaramu-47/+78
2017-04-15Rollup merge of #41311 - tedsta:fuchsia_error_codes, r=eddybCorey Farwell-34/+43
2017-04-15Auto merge of #41286 - lukaramu:std-collections-docs, r=frewsxcvbors-92/+195
2017-04-14Update magenta error codesTheodore DeRego-34/+43
2017-04-14Auto merge of #41122 - palango:mod-desc-floats, r=frewsxcvbors-2/+6
2017-04-13Various consistency and phrasing fixes in std::collections' docslukaramu-14/+11
2017-04-13Various fixes throughout std::collections' docslukaramu-66/+88
2017-04-13Update std::collections' docs to use iterator (etc.) boilerplatelukaramu-14/+98
2017-04-12Auto merge of #41008 - sagebind:thread_id, r=alexcrichtonbors-24/+13
2017-04-12Rollup merge of #41243 - projektir:prim_str_docs, r=GuillaumeGomezTim Neumann-4/+4
2017-04-12Auto merge of #40765 - pirate:patch-3, r=aturonbors-0/+11
2017-04-12Minor nits in primitive strprojektir-4/+4
2017-04-11Rollup merge of #41204 - remexre:master, r=steveklabnikCorey Farwell-1/+1
2017-04-11Improve module description for std::f32 and std::f64.Paul Lange-2/+6
2017-04-11Auto merge of #41096 - clarcharr:as_bytes_mut, r=alexcrichtonbors-3/+3
2017-04-10Fixes incorrect formatting in array's documentation.Nathaniel Ringo-1/+1
2017-04-10Auto merge of #41103 - projektir:channel_error_docs, r=GuillaumeGomezbors-51/+87
2017-04-09Minor fix to mutex exampleGeoffry Song-1/+1
2017-04-09Reduce str transmutes, add mut versions of methods.Clar Charr-3/+3
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-08Adding links around Sender/SyncSender/Receiver errors; Adding more documentat...projektir-51/+87
2017-04-07fix build errorsNick Sweeting-2/+3
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-04Use derived Debug for ThreadIdStephen M. Coakley-8/+1
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