summary refs log tree commit diff
path: root/src/libstd/sys/wasm
AgeCommit message (Expand)AuthorLines
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-2/+6
2018-04-12Import the `alloc` crate as `alloc_crate` in stdSimon Sapin-1/+1
2018-04-12Move Utf8Lossy decoder to libcoreSimon Sapin-1/+1
2018-04-04Auto merge of #48575 - ishitatsuyuki:unix-no-thread, r=alexcrichtonbors-0/+1
2018-03-27Implement `shrink_to` method on collectionsDiggory Blake-0/+5
2018-03-24Fix build on non-Unix platformsTatsuyuki Ishi-0/+1
2018-03-03Move process::ExitCode internals to sysScott McMurray-0/+12
2018-02-04Rollup merge of #47912 - cuviper:glibc-stack-guard, r=alexcrichtonkennytm-2/+3
2018-01-31Use a range to identify SIGSEGV in stack guardsJosh Stone-2/+3
2018-01-30Implement extensible syscall interface for wasmDiggory Blake-129/+259
2018-01-07Make wasm obey backtrace feature, like other targetsAidan Hobson Sayers-0/+1
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-1/+1
2017-12-24Auto merge of #46789 - Diggsey:command-env-capture, r=dtolnaybors-8/+7
2017-12-24Capture environment at spawnDiggory Blake-8/+7
2017-12-19Add Hash impl for SystemTime and InstantVitaly _Vi Shukela-2/+2
2017-12-18Add lossless debug implementation for unix OsStrsDiggory Blake-1/+2
2017-12-13Move rust memchr impl to libcoreManish Goregaokar-1/+1
2017-11-25Implement `Rc`/`Arc` conversions for string-like typesMurarth-0/+24
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-0/+2011