about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-11-29Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichtonkennytm-43/+166
2017-11-29Rollup merge of #45969 - ia0:mpsc_recv_deadline, r=alexcrichtonkennytm-2/+63
2017-11-28Fix doc test of previous commitJulien Cretin-0/+2
2017-11-27Use an unstable feature linked to #46316Julien Cretin-1/+1
2017-11-28Rollup merge of #45506 - ia0:mpsc_recv_error_from, r=alexcrichtonkennytm-0/+27
2017-11-26fix NetBSDAriel Ben-Yehuda-1/+2
2017-11-26Auto merge of #46272 - kennytm:rollup, r=kennytmbors-2/+1
2017-11-26Rollup merge of #46224 - GuillaumeGomez:io-missing-link, r=QuietMisdreavuskennytm-2/+1
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+283
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-76/+111
2017-11-24std: Flag Windows TLS dtor symbol as #[used]Alex Crichton-1/+3
2017-11-24Auto merge of #46012 - Gankro:float-conv-transmute, r=sfacklerbors-76/+86
2017-11-23Make float::from_bits transmute (and update the documentation to reflect this).Alexis Beingessner-76/+86
2017-11-23Rollup merge of #46220 - rust-lang:frewsxcv-issue-44929, r=kennytmGuillaume Gomez-2/+4
2017-11-23Remove invalid doc linkGuillaume Gomez-2/+1
2017-11-22Clarify stdin behavior of `Command::output`.Corey Farwell-2/+4
2017-11-22Rollup merge of #46157 - martinlindhe:master, r=kennytmkennytm-1/+1
2017-11-22Rollup merge of #46141 - aqrln:tosocketaddrs-doc-fix-typo, r=frewsxcvkennytm-1/+1
2017-11-22Rollup merge of #46050 - sunfishcode:read_to_end, r=sfacklerkennytm-6/+3
2017-11-21fix some typosMartin Lindhe-1/+1
2017-11-21Auto merge of #45039 - QuietMisdreavus:doc-spotlight, r=GuillaumeGomez,QuietM...bors-0/+3
2017-11-21Fix a typo in ToSocketAddrs documentationAlexey Orlenko-1/+1
2017-11-21Rollup merge of #46122 - malbarbo:docs, r=steveklabnikkennytm-5/+7
2017-11-21Rollup merge of #46092 - sfackler:ppid, r=alexcrichtonkennytm-0/+14
2017-11-21Rollup merge of #46088 - vitiral:read_doc, r=steveklabnikkennytm-7/+27
2017-11-21Rollup merge of #46082 - Enet4:mutex_from, r=sfacklerkennytm-0/+22
2017-11-20Fix some docs summary nitsMarco A L Barbosa-5/+7
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-9/+2067
2017-11-19Add process::parent_idSteven Fackler-0/+14
2017-11-18Add doc for `Read`ing from `&str` and some related cleanupGarrett Berg-7/+27
2017-11-18impl From<T> for RwLock<T>Eduardo Pinho-0/+11
2017-11-18impl From<T> for Mutex<T>Eduardo Pinho-0/+11
2017-11-18Remove inherent `ascii_ctype` methods from `str` and `[u8]`Lukas Kalbertodt-43/+166
2017-11-17add doc_highlight feature flag and testsQuietMisdreavus-0/+1
2017-11-17spotlight Iterator/Read/Write impls on function return typesQuietMisdreavus-0/+2
2017-11-16Optimize `read_to_end`.Dan Gohman-6/+3
2017-11-14Auto merge of #45981 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-2/+2
2017-11-14Auto merge of #45896 - malbarbo:use-libc-const, r=alexcrichtonbors-50/+5
2017-11-14Fixed several pulldown warnings when documenting libstd.kennytm-2/+2
2017-11-13Add std::sync::mpsc::Receiver::recv_deadline()Julien Cretin-2/+61
2017-11-13Rollup merge of #45893 - redox-os:futex_timeout, r=alexcrichtonkennytm-22/+38
2017-11-13Rollup merge of #45892 - redox-os:is_absolute_fix, r=alexcrichtonkennytm-4/+4
2017-11-11Auto merge of #45152 - Binero:master, r=dtolnaybors-11/+43
2017-11-11Improvided map_entry_replace examplesJeroen Bollen-12/+22
2017-11-11Changed tabs back into spaces to fix formatting.Jeroen Bollen-2/+2
2017-11-11Addressed issues raised in #44286.Jeroen Bollen-5/+27
2017-11-11Add missing links and examples for FileExtGuillaume Gomez-2/+40
2017-11-09Use getrandom syscall for all Linux and Android targets.Marco A L Barbosa-50/+5
2017-11-09Add futex timeoutJeremy Soller-22/+38
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-31/+33