index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
os
Age
Commit message (
Expand
)
Author
Lines
2019-06-10
std: Remove internal definitions of `cfg_if!` macro
Alex Crichton
-1
/
+1
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-216
/
+0
2019-05-03
Categorize WASI as an "OS" rather than as an "environment".
Dan Gohman
-1
/
+1
2019-04-22
Remove double trailing newlines
varkor
-9
/
+0
2019-03-29
Add a new wasm32-unknown-wasi target
Alex Crichton
-0
/
+7
2019-03-05
SGX target: Expose thread id function in os module
Jethro Beekman
-0
/
+5
2019-02-28
libstd => 2018
Taiki Endo
-119
/
+93
2019-02-06
Rollup merge of #58182 - jethrogb:jb/sgx-bytebuffer-len-0, r=joshtriplett
kennytm
-1
/
+1
2019-02-05
Expose correct items in `os::fortanix_sgx::usercalls::alloc`
Jethro Beekman
-1
/
+1
2019-02-01
Fix `std::os::fortanix_sgx::usercalls::raw::UsercallNrs`
Jethro Beekman
-16
/
+1
2019-01-23
Add os::fortanix_sgx::ffi module
Jethro Beekman
-1
/
+1
2018-12-27
Auto merge of #57119 - jethrogb:jb/sgx-os-mod2, r=joshtriplett
bors
-0
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-450
/
+0
2018-12-25
Add `io` and `arch` modules to `std::os::fortanix_sgx`
Jethro Beekman
-0
/
+2
2018-12-20
Add `std::os::fortanix_sgx` module
Jethro Beekman
-0
/
+68
2018-12-19
Show platform-specific modules in `std::os` when building those platforms
Jethro Beekman
-17
/
+16
2018-12-09
Add FreeBSD unsigned char platforms to std::os::raw
myfreeweb
-0
/
+8
2018-11-22
Make std::os::unix/linux::fs::MetadataExt::a/m/ctime* documentation clearer
ariasuni
-6
/
+12
2018-09-14
Move std::os::raw::c_void into libcore and re-export in libstd
Isaac Woods
-35
/
+2
2018-09-01
Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez
kennytm
-1
/
+1
2018-08-31
use cfg(rustdoc) instead of cfg(dox) in std and friends
QuietMisdreavus
-1
/
+1
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-1
/
+1
2018-08-07
Add aarch64-unknown-netbsd target
Jonathan A. Kollasch
-2
/
+4
2018-08-06
NetBSD: fix signedess of char
Jonathan A. Kollasch
-0
/
+4
2018-07-30
Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...
Colin Finck
-0
/
+433
2018-04-14
Add doc links to `std::os` extension traits
Dylan MacKenzie
-13
/
+39
2018-03-28
Remove hidden `foo` functions from doc examples; use `Termination` trait.
Corey Farwell
-119
/
+119
2018-02-06
fix docs link
QuietMisdreavus
-1
/
+1
2018-01-29
Reworded to avoid fuzziness, mention ! in c_void docs.
Clar Charr
-13
/
+23
2018-01-29
Revisions suggested in comments
Clar Charr
-6
/
+4
2018-01-29
Document std::os::raw.
Clar Charr
-5
/
+115
2017-12-17
add aarch64-unknown-openbsd support
Sébastien Marie
-0
/
+2
2017-11-25
rustbuild: Enable WebAssembly backend by default
Alex Crichton
-30
/
+48
2017-10-24
Fix doc build on other architectures than linux
Guillaume Gomez
-17
/
+17
2017-10-19
Add missing code examples
Guillaume Gomez
-1
/
+241
2017-10-05
Remove nacl from libstd
est31
-201
/
+0
2017-09-08
Add modifications needed for L4re in libstd
Tobias Schaffner
-1
/
+1
2017-09-08
Match c_char definitions and enable signal reset for L4Re
Sebastian Humenda
-0
/
+2
2017-08-28
Update the libc submodule
Alex Crichton
-4
/
+2
2017-08-10
Exposed all platform-specific documentation.
kennytm
-16
/
+26
2017-08-01
Fix the Solaris pthread_t raw type in std to match what's in libc
Danek Duvall
-1
/
+1
2017-04-20
Add x86_64-linux-android target
Marco A L Barbosa
-0
/
+63
2017-03-29
Improve os::linux documentation (#29367)
Camille TJHOA
-0
/
+19
2017-03-25
Fix c_char (u8 -> i8) definition for i686-linux-android
Marco A L Barbosa
-4
/
+6
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-2
/
+2
2017-01-29
Fix a few impl stability attributes
Oliver Middleton
-1
/
+1
2016-12-30
sparc64-linux support
Jorge Aparicio
-6
/
+3
2016-12-20
Fix compile errors and such
Alex Crichton
-2
/
+2
2016-12-18
Implement `fmt::Debug` for all structures in libstd.
Corey Farwell
-1
/
+11
2016-11-10
Use target_os = redox for cfg
Jeremy Soller
-4
/
+1
[next]