about summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+2014
2017-11-14Auto merge of #45896 - malbarbo:use-libc-const, r=alexcrichtonbors-50/+5
2017-11-13Rollup merge of #45893 - redox-os:futex_timeout, r=alexcrichtonkennytm-22/+38
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-17/+19
2017-11-08std: Move the `cmath` module into the `sys` moduleAlex Crichton-0/+192
2017-11-08std: Change how EBADF is handled in `sys`Alex Crichton-3/+12
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-300/+107
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-07Rollup merge of #45470 - GuillaumeGomez:unix-metadata-ext, r=QuietMisdreavuskennytm-0/+246
2017-11-05Auto merge of #44042 - LukasKalbertodt:ascii-methods-on-instrinsics, r=alexcr...bors-3/+1
2017-11-04Remove import of now unused AsciiExtLukas Kalbertodt-3/+1
2017-11-03Fix std compile error for windows-gnu targets without `backtrace` featureRolf Karp-2/+2
2017-11-01Rollup merge of #45652 - malbarbo:x32-2, r=alexcrichtonkennytm-1/+3
2017-10-31add missing docs for MetadataExtGuillaume Gomez-0/+246
2017-10-31Fix NR_GETRANDOM for linux x32Marco A L Barbosa-1/+3
2017-10-31Update doc comment for the Unix extension moduleTobias Bucher-2/+8
2017-10-26Rollup merge of #45059 - tmccombs:pid, r=alexcrichtonkennytm-0/+12
2017-10-21Rollup merge of #45419 - steveklabnik:fix-commonmark-renderings, r=QuietMisdr...Corey Farwell-1/+1
2017-10-21Auto merge of #45391 - malbarbo:x32-1, r=alexcrichtonbors-7/+8
2017-10-20Fix most rendering warnings from switching to CommonMarksteveklabnik-1/+1
2017-10-20Fix some tests for linux gnux32Marco A L Barbosa-7/+8
2017-10-18std: Update randomness implementation on WindowsAlex Crichton-46/+10
2017-10-17Remove duplicated wordGuillaume Gomez-2/+2
2017-10-14Fix TcpStream::connect_timeout on linuxSteven Fackler-4/+9
2017-10-13Rollup merge of #44855 - federicomenaquintero:master, r=steveklabnikkennytm-0/+56
2017-10-09Auto merge of #45041 - est31:master, r=alexcrichtonbors-29/+4
2017-10-08Auto merge of #45030 - raggi:zircon-handle-t, r=alexcrichtonbors-18/+17
2017-10-06Add current_pid functionThayne McCombs-0/+12
2017-10-05replace libc::res_init with res_init_if_glibc_before_2_26Jack O'Connor-0/+83
2017-10-05Remove nacl from libstdest31-29/+4
2017-10-04zircon: update some more zx and lp constantsJames Tucker-22/+16
2017-10-04zircon: the type of zx_handle_t is now unsignedJames Tucker-1/+6
2017-10-04Auto merge of #44979 - hinaria:master, r=dtolnaybors-0/+13
2017-10-03windows: make `backtrace = false` compilehinaria-0/+13
2017-09-27Made `fs::copy` return the length of the main streamStephane Raux-4/+4
2017-09-25Module overview for std::os::windows:ffiFederico Mena Quintero-0/+56
2017-09-24LP_CLONE_FDIO_ROOT is now LP_CLONE_FDIO_NAMESPACEJames Tucker-2/+2
2017-09-24Fixed casing issues.P.Y. Laligand-16/+16
2017-09-24The Magenta kernel is now called Zircon.P.Y. Laligand-134/+134
2017-09-22Auto merge of #44624 - tmerr:master, r=sfacklerbors-3/+3
2017-09-19Rollup merge of #44513 - redox-os:master, r=alexcrichtonGuillaume Gomez-26/+186
2017-09-17Remove st_mode maskTrevor Merrifield-3/+3
2017-09-16Fix network familiesJeremy Soller-2/+2
2017-09-15Retain suid/sgid/sticky bits in Metadata.permissionsTrevor Merrifield-3/+3
2017-09-14Merge branch 'master' into threadnameJoshua Sheard-58/+592
2017-09-14Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichtonbors-21/+508