about summary refs log tree commit diff
path: root/src/libstd/os/mod.rs
AgeCommit message (Expand)AuthorLines
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-1/+0
2019-08-06redox: convert to target_family unixJeremy Soller-0/+1
2019-07-16Add supporting for vxWorksBaoshan Pang-1/+2
2019-06-10std: Remove internal definitions of `cfg_if!` macroAlex Crichton-1/+1
2019-05-13Remove bitrig support from rustMarcel Hellwig-1/+0
2019-05-03Categorize WASI as an "OS" rather than as an "environment".Dan Gohman-1/+1
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-0/+1
2019-02-28libstd => 2018Taiki Endo-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-20Add `std::os::fortanix_sgx` moduleJethro Beekman-0/+1
2018-12-19Show platform-specific modules in `std::os` when building those platformsJethro Beekman-17/+16
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-1/+1
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-1/+1
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-0/+1
2017-11-25rustbuild: Enable WebAssembly backend by defaultAlex Crichton-30/+48
2017-10-05Remove nacl from libstdest31-1/+0
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-1/+1
2017-08-10Exposed all platform-specific documentation.kennytm-16/+26
2016-12-20Fix compile errors and suchAlex Crichton-1/+1
2016-11-10Use target_os = redox for cfgJeremy Soller-4/+1
2016-10-27Add redox systemJeremy Soller-0/+3
2016-10-22Add Fuchsia supportRaph Levien-0/+1
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+1
2016-03-08Auto merge of #31986 - ashleysommer:emscripten_fixes, r=alexcrichtonbors-5/+1
2016-03-07Fix building libstd on on emscripten targets.ashleysommer-5/+1
2016-03-04End stdlib module summaries with a full stop.Steve Klabnik-1/+1
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-0/+5
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-0/+1
2015-11-18Add missing annotations and some testsVadim Petrochenkov-2/+6
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+29