about summary refs log tree commit diff
path: root/src/libstd/sys/wasm
AgeCommit message (Expand)AuthorLines
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