about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-11-03Remove unused AsciiExt imports and fix tests related to ascii methodsLukas Kalbertodt-3/+5
2017-11-03Copy `AsciiExt` methods to `str` directlyLukas Kalbertodt-3/+13
2017-11-03Copy `AsciiExt` methods to `[u8]` directlyLukas Kalbertodt-0/+10
2017-11-03Remove examples in doc-comments of `AsciiExt` methodsLukas Kalbertodt-319/+48
2017-11-03Use direct implementation on u8/char to implement AsciiExtLukas Kalbertodt-280/+41
2017-11-03Copy `AsciiExt` methods to `char` directlyLukas Kalbertodt-1/+0
2017-11-03Revert signature of eq_ignore_ascii_case() to originalLukas Kalbertodt-1/+1
2017-11-03Add all methods of AsciiExt to u8 directlyLukas Kalbertodt-1/+1
2017-11-03auto trait future compatibility lintleonardo.yvens-0/+4
2017-11-03Fix std compile error for windows-gnu targets without `backtrace` featureRolf Karp-2/+2
2017-11-02Make join a link to the function's documentationSebastian Dröge-1/+1
2017-11-02Mention that panics can't possibly be caught when compiling with panic=abortSebastian Dröge-1/+1
2017-11-02Use ` instead of ' for function namesSebastian Dröge-2/+2
2017-11-02Update the std::thread docs and clarify that panics can nowadays be caughtSebastian Dröge-5/+9
2017-11-01RwLock guards are Sync if T isRalf Jung-3/+8
2017-11-01Auto merge of #45674 - kennytm:rollup, r=kennytmbors-7/+20
2017-11-01Rollup merge of #45664 - mbrubeck:docs, r=estebankkennytm-4/+5
2017-11-01Rollup merge of #45652 - malbarbo:x32-2, r=alexcrichtonkennytm-1/+3
2017-11-01Rollup merge of #45649 - tbu-:pr_doc_bufread_eof, r=estebankkennytm-0/+4
2017-11-01Rollup merge of #45648 - tbu-:pr_doc_unix_ext, r=estebankkennytm-2/+8
2017-11-01Auto merge of #45267 - oconnor663:rwlock_send, r=alexcrichtonbors-1/+1
2017-10-31Auto merge of #44764 - nvzqz:master, r=alexcrichtonbors-0/+10
2017-10-31add missing docs for MetadataExtGuillaume Gomez-0/+246
2017-10-31add description to libstdDoug Goldstein-0/+1
2017-10-31add repository info to libstdDoug Goldstein-0/+1
2017-10-31add license data to libstdDoug Goldstein-0/+1
2017-10-31Fix incorrect error type in Read::byte docsMatt Brubeck-4/+5
2017-10-31Fix NR_GETRANDOM for linux x32Marco A L Barbosa-1/+3
2017-10-31Add a hint what `BufRead` functions do on EOFTobias Bucher-0/+4
2017-10-31Update doc comment for the Unix extension moduleTobias Bucher-2/+8
2017-10-31Implement From<SendError<T>> for TrySendError<T>Julien Cretin-2/+11
2017-10-29Auto merge of #45295 - Technius:docs/process, r=steveklabnikbors-11/+72
2017-10-28Add no_run to process examples involving unix commandsBryan Tan-2/+2
2017-10-28Rollup merge of #45449 - frewsxcv:frewsxcv-udp-nonblocking, r=sfacklerkennytm-4/+33
2017-10-27Auto merge of #45285 - alexcrichton:update-bootstrap, r=Mark-Simulacrumbors-18/+12
2017-10-27Auto merge of #45524 - alexcrichton:improve-park-unpark, r=dtolnaybors-15/+72
2017-10-26Bump to 1.23 and update bootstrapAlex Crichton-18/+12
2017-10-26Improve docs for UdpSocket::set_nonblocking.Corey Farwell-4/+33
2017-10-26Rollup merge of #45059 - tmccombs:pid, r=alexcrichtonkennytm-0/+31
2017-10-25std: Optimize thread park/unpark implementationAlex Crichton-15/+72
2017-10-25Rollup merge of #45361 - GuillaumeGomez:fs-docs, r=QuietMisdreavusGuillaume Gomez-1/+241
2017-10-25Implement From<RecvError> for TryRecvError and RecvTimeoutErrorJulien Cretin-0/+18
2017-10-24Auto merge of #45446 - leodasvacas:remove-libcollections, r=alexcrichtonbors-1/+0
2017-10-24Fix doc build on other architectures than linuxGuillaume Gomez-17/+17
2017-10-22Auto merge of #45451 - durka:patch-45, r=steveklabnikbors-2/+2
2017-10-22fix stringify docs in stdAlex Burka-2/+2
2017-10-22Remove deprecated `collections` crate.leonardo.yvens-1/+0
2017-10-22Improve docs around `Once::call_once_force` and `OnceState`.Corey Farwell-13/+81
2017-10-22Auto merge of #45400 - alexcrichton:bootstrap-thinlto, r=Mark-Simulacrumbors-0/+3
2017-10-21Rollup merge of #45419 - steveklabnik:fix-commonmark-renderings, r=QuietMisdr...Corey Farwell-6/+7