summaryrefslogtreecommitdiff
path: root/src/libstd/os
Commit message (Expand)AuthorAgeFilesLines
* mv std libs to library/mark2020-07-2762-4612/+0
* libstd/libcore: fix various typosAndy Russell2020-07-092-2/+2
* Remove unused crate imports in 2018 edition cratesyuqio2020-06-231-2/+0
* Hexagon libstd: fix typo for c_ulonglongBrian Cain2020-06-031-1/+1
* Add illumos triplePatrick Mooney2020-04-144-0/+200
* add basic support of OsStrExt for HermitCoreStefan Lankes2020-03-191-1/+1
* fix various typosMatthias Krüger2020-03-061-1/+1
* Add support for RISC-V 64-bit GNU/Linuxmsizanoen12020-01-012-3/+10
* Format libstd/os with rustfmtDavid Tolnay2019-11-2943-433/+657
* rename cfg(rustdoc) into cfg(doc)Guillaume Gomez2019-11-061-1/+1
* redesign of the interface to the unikernel HermitCoreStefan Lankes2019-10-064-401/+0
* Handle cfg(bootstrap) throughoutMark Rousskov2019-08-141-32/+16
* Rollup merge of #63327 - lzutao:fix-as_raw_stat-dep-msg, r=Mark-SimulacrumMazdak Farrokhzad2019-08-081-3/+4
|\
| * doc: Reword deprecation message of MetadataExt::as_raw_statLzu Tao2019-08-061-3/+4
* | redox: convert to target_family unixJeremy Soller2019-08-064-0/+457
|/
* Rollup merge of #60938 - jonas-schievink:doc-include-paths, r=petrochenkovMazdak Farrokhzad2019-07-251-16/+32
|\
| * stage0 -> bootstrapJonas Schievink2019-07-231-32/+32
| * Make #[doc(include)] paths behave like other pathsJonas Schievink2019-07-231-16/+32
* | add support for hexagon-unknown-linux-muslBrian Cain2019-07-222-0/+58
|/
* Add supporting for vxWorksBaoshan Pang2019-07-165-1/+107
* std: Remove internal definitions of `cfg_if!` macroAlex Crichton2019-06-101-1/+1
* Remove bitrig support from rustMarcel Hellwig2019-05-134-216/+0
* Categorize WASI as an "OS" rather than as an "environment".Dan Gohman2019-05-031-1/+1
* Remove double trailing newlinesvarkor2019-04-229-9/+0
* Add a new wasm32-unknown-wasi targetAlex Crichton2019-03-292-0/+7
* SGX target: Expose thread id function in os moduleJethro Beekman2019-03-051-0/+5
* libstd => 2018Taiki Endo2019-02-2830-119/+93
* Rollup merge of #58182 - jethrogb:jb/sgx-bytebuffer-len-0, r=joshtriplettkennytm2019-02-061-1/+1
|\
| * Expose correct items in `os::fortanix_sgx::usercalls::alloc`Jethro Beekman2019-02-051-1/+1
* | Fix `std::os::fortanix_sgx::usercalls::raw::UsercallNrs`Jethro Beekman2019-02-011-16/+1
|/
* Add os::fortanix_sgx::ffi moduleJethro Beekman2019-01-231-1/+1
* Auto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=joshtriplettbors2018-12-271-0/+2
|\
| * Add `io` and `arch` modules to `std::os::fortanix_sgx`Jethro Beekman2018-12-251-0/+2
* | Remove licensesMark Rousskov2018-12-2545-450/+0
|/
* Add `std::os::fortanix_sgx` moduleJethro Beekman2018-12-202-0/+68
* Show platform-specific modules in `std::os` when building those platformsJethro Beekman2018-12-191-17/+16
* Add FreeBSD unsigned char platforms to std::os::rawmyfreeweb2018-12-091-0/+8
* Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearerariasuni2018-11-221-6/+12
* Move std::os::raw::c_void into libcore and re-export in libstdIsaac Woods2018-09-141-35/+2
* Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm2018-09-011-1/+1
|\
| * use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus2018-08-311-1/+1
* | Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell2018-08-291-1/+1
|/
* Add aarch64-unknown-netbsd targetJonathan A. Kollasch2018-08-071-2/+4
* NetBSD: fix signedess of charJonathan A. Kollasch2018-08-061-0/+4
* Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck2018-07-304-0/+433
* Add doc links to `std::os` extension traitsDylan MacKenzie2018-04-1413-13/+39
* Remove hidden `foo` functions from doc examples; use `Termination` trait.Corey Farwell2018-03-281-119/+119
* fix docs linkQuietMisdreavus2018-02-061-1/+1
* Reworded to avoid fuzziness, mention ! in c_void docs.Clar Charr2018-01-2914-13/+23
* Revisions suggested in commentsClar Charr2018-01-294-6/+4