summary refs log tree commit diff
path: root/src/libstd/sys
AgeCommit message (Expand)AuthorLines
2018-01-11Add shims for modules that we can't implement on CloudABI.Ed Schouten-0/+979
2018-01-11Implement libstd for CloudABI.Ed Schouten-0/+1157
2018-01-11Import the CloudABI system call bindings into the libstd tree.Ed Schouten-0/+2898
2018-01-09Rollup merge of #47254 - rkruppe:no-more-align-hack, r=alexcrichtonkennytm-11/+3
2018-01-07Replace empty array hack with repr(align)Robin Kruppe-11/+3
2018-01-07Make wasm obey backtrace feature, like other targetsAidan Hobson Sayers-0/+1
2018-01-04[unix] Don't clone command-line args on startupMatt Brubeck-23/+16
2018-01-02Auto merge of #47042 - redox-os:redox, r=estebankbors-7/+34
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-4/+4
2017-12-27Implement rename using new system callJeremy Soller-7/+34
2017-12-25Auto merge of #46914 - mikeyhew:raw_pointer_self, r=arielb1bors-2/+2
2017-12-24Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnaybors-163/+151
2017-12-24Capture environment at spawnDiggory Blake-163/+151
2017-12-23Annotate raw pointer target typesChristopher Durham-1/+1
2017-12-22fix some errors in libstdMichael Hewson-1/+1
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-9/+32
2017-12-18Add lossless debug implementation for unix OsStrsDiggory Blake-3/+6
2017-12-13Move rust memchr impl to libcoreManish Goregaokar-4/+4
2017-12-11Merge remote-tracking branch 'origin/master' into miriOliver Schneider-4/+1
2017-12-09Use Try syntax for Option in place of macros or matchMatt Brubeck-4/+1
2017-12-06Update miri to rustc changesOliver Schneider-552/+3166
2017-11-30NetBSD: add sysctl backend for std::env::current_exeJonathan A. Kollasch-1/+28
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+96
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-46/+63
2017-11-24std: Flag Windows TLS dtor symbol as #[used]Alex Crichton-1/+2
2017-11-21Rollup merge of #46092 - sfackler:ppid, r=alexcrichtonkennytm-0/+14
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+2014
2017-11-19Add process::parent_idSteven Fackler-0/+14
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