summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-31/+33
2017-11-08std: Move the `cmath` module into the `sys` moduleAlex Crichton-133/+196
2017-11-08std: Change how EBADF is handled in `sys`Alex Crichton-6/+13
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-610/+114
2017-11-08Rollup merge of #45830 - pornel:dosglobs, r=dtolnayGuillaume Gomez-0/+4
2017-11-08Rollup merge of #45582 - GuillaumeGomez:doc-unix-missing-links, r=frewsxcvGuillaume Gomez-4/+70
2017-11-07Add missing links and examplesGuillaume Gomez-4/+70
2017-11-07Add `std::fs::read_utf8`, based on `File::open` and `read_to_string`Simon Sapin-1/+53
2017-11-07Move `File::{read,write}_contents` to `fs::{read,write}` free functions.Simon Sapin-71/+72
2017-11-07Warn about non-portability of glob patternsKornel-0/+4
2017-11-07Add File::read_contents and File::write_contents convenience functions.Simon Sapin-0/+80
2017-11-07Rollup merge of #45714 - sdroege:thread-panic-docs, r=dtolnaykennytm-5/+9
2017-11-07Rollup merge of #45682 - RalfJung:rwlock-guards, r=alexcrichtonkennytm-3/+8
2017-11-07Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavuskennytm-0/+246
2017-11-06Auto merge of #45369 - fintelia:patch-1, r=BurntSushibors-0/+25
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-604/+114
2017-11-04rustc: Handle some libstd symbole exports betterAlex Crichton-0/+11
2017-11-04Allow absolute if either contains root or a schemeJeremy Soller-4/+4
2017-11-04Remove import of now unused AsciiExtLukas Kalbertodt-3/+1
2017-11-04Rollup merge of #45739 - rkarp:master, r=petrochenkovkennytm-2/+2
2017-11-04Rollup merge of #45669 - cardoe:metadata, r=kennytmkennytm-0/+3
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-0/+1
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