about summary refs log tree commit diff
path: root/src/libstd/sys_common/mod.rs
AgeCommit message (Expand)AuthorLines
2018-04-13std: Minimize size of panicking on wasmAlex Crichton-4/+10
2018-01-11Add shims for modules that we can't implement on CloudABI.Ed Schouten-4/+1
2018-01-11Implement libstd for CloudABI.Ed Schouten-0/+3
2017-12-31Auto merge of #46713 - Manishearth:memchr, r=blussbors-1/+0
2017-12-24Capture environment at spawnDiggory Blake-0/+1
2017-12-18Add lossless debug implementation for unix OsStrsDiggory Blake-0/+1
2017-12-13Move rust memchr impl to libcoreManish Goregaokar-1/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-5/+9
2017-09-14Auto merge of #43972 - TobiasSchaffner:std_clean, r=alexcrichtonbors-2/+2
2017-09-08Re-enable networking module fo rL4ReSebastian Humenda-1/+1
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-1/+1
2017-09-02Add libbacktrace support for Apple platformsJohn Colanduoni-1/+1
2017-07-13Fix backtrace on RedoxJeremy Soller-1/+2
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-2/+2
2016-12-20Fix compile errors and suchAlex Crichton-0/+1
2016-11-10Merge branch 'master' into redoxJeremy Soller-1/+1
2016-11-10Use target_os = redox for cfgJeremy Soller-2/+2
2016-11-10doc: fix typosTshepang Lekhonkhobe-1/+1
2016-11-03Merge branch 'master' into redoxJeremy Soller-0/+128
2016-11-01Clean up and add more comments to libstd/lib.rsBrian Anderson-12/+4
2016-11-01Document sys_common and sysBrian Anderson-0/+14
2016-11-01std: Move sys_common to libstd/sys_commonBrian Anderson-0/+117