about summary refs log tree commit diff
path: root/src/libstd/sys_common/mod.rs
AgeCommit message (Expand)AuthorLines
2020-01-02Use drop instead of the toilet closure `|_| ()`Lzu Tao-1/+1
2019-12-22Format the worldMark Rousskov-16/+19
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-1/+1
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-0/+2
2019-09-14std: always depend on backtrace, but only enable its features on demandRalf Jung-1/+0
2019-08-06redox: convert to target_family unixJeremy Soller-1/+0
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-1/+1
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-6/+0
2019-04-23Debug-print error when using rtunwrapJethro Beekman-4/+6
2019-04-04Auto merge of #59619 - alexcrichton:wasi-fs, r=fitzgenbors-0/+1
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-0/+1
2019-04-01SGX target: convert a bunch of panics to abortsJethro Beekman-0/+9
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-0/+7
2019-02-28libstd => 2018Taiki Endo-4/+4
2018-12-31Bound sgx target_env with fortanix as target_vendorYu Ding-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-07Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman-3/+5
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-0/+1
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