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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
unix
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-05-25
std: Depend on `backtrace` crate from crates.io
Alex Crichton
-2
/
+0
2019-05-13
Remove bitrig support from rust
Marcel Hellwig
-1
/
+0
2019-03-21
Unify OsString/OsStr for byte-based implementations
Jethro Beekman
-1
/
+2
2019-02-28
libstd => 2018
Taiki Endo
-24
/
+23
2019-02-13
Add vectored read and write support
Steven Fackler
-4
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-11
std: Delete the `alloc_system` crate
Alex Crichton
-0
/
+1
2018-09-01
Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomez
kennytm
-16
/
+16
2018-08-31
use cfg(rustdoc) instead of cfg(dox) in std and friends
QuietMisdreavus
-16
/
+16
2018-08-29
Replace usages of 'bad_style' with 'nonstandard_style'.
Corey Farwell
-1
/
+1
2018-07-30
Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...
Colin Finck
-0
/
+1
2018-04-11
Prevent EPIPE causing ICEs in rustc and rustdoc
varkor
-2
/
+2
2017-11-09
std: Avoid use of `libc` in portable modules
Alex Crichton
-0
/
+1
2017-11-08
std: Move the `cmath` module into the `sys` module
Alex Crichton
-0
/
+1
2017-11-08
std: Remove `rand` crate and module
Alex Crichton
-0
/
+2
2017-10-05
Remove nacl from libstd
est31
-3
/
+2
2017-09-08
Re-enable networking module fo rL4Re
Sebastian Humenda
-0
/
+4
2017-09-08
Add modifications needed for L4re in libstd
Tobias Schaffner
-0
/
+1
2017-09-08
Match c_char definitions and enable signal reset for L4Re
Sebastian Humenda
-0
/
+1
2017-08-10
Exposed all platform-specific documentation.
kennytm
-14
/
+15
2017-07-05
rustc: Implement the #[global_allocator] attribute
Alex Crichton
-20
/
+0
2017-04-03
Replace magic number with readable sig constant
Anatol Pomozov
-1
/
+1
2017-02-06
std: Remove cfg(cargobuild) annotations
Alex Crichton
-1
/
+1
2016-11-01
std: Move platform-specific out of sys_common::util
Brian Anderson
-0
/
+11
2016-11-01
std: Move elf TLS to sys::fast_thread_local
Brian Anderson
-0
/
+1
2016-10-22
Add Fuchsia support
Raph Levien
-2
/
+3
2016-10-08
Use less `size_t` casts in libstd since it's now defined as `usize`
Tobias Bucher
-1
/
+1
2016-10-02
Move platform-specific arg handling to sys::args
Brian Anderson
-0
/
+1
2016-10-01
std: Move platform specific memchr code into sys
Brian Anderson
-0
/
+1
2016-10-01
std: Move platform specific env code into sys
Brian Anderson
-0
/
+1
2016-10-01
std: Move platform specific path code into sys
Brian Anderson
-0
/
+1
2016-09-25
Add support for the Haiku operating system on x86 and x86_64 machines
Niels Sascha Reedijk
-0
/
+1
2016-08-10
[emscripten] Disable code paths that don't work on emscripten
Jan-Erik Rediger
-2
/
+2
2016-07-26
keep backtraces if using the old build system
Jorge Aparicio
-1
/
+1
2016-07-26
rustbuild: make backtraces (RUST_BACKTRACE) optional
Jorge Aparicio
-0
/
+1
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-6
/
+19
2016-04-27
std: Add compatibility with android-9
Alex Crichton
-30
/
+2
2016-04-04
std: Fix linking against `signal` on Android
Alex Crichton
-1
/
+35
2016-02-17
std: restructure rand os code into sys modules
Sean McArthur
-0
/
+1
2016-02-06
Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichton
bors
-0
/
+1
2016-02-06
Add the asmjs-unknown-emscripten triple. Add cfgs to libs.
Brian Anderson
-0
/
+1
2016-02-05
std: Add a helper for symbols that may not exist
Alex Crichton
-0
/
+3
2016-01-31
Rename sunos to solaris
Nikita Baksalyar
-1
/
+1
2016-01-31
Add Illumos support
Nikita Baksalyar
-0
/
+1
2016-01-26
Fix warnings during tests
Alex Crichton
-26
/
+27
2016-01-12
Add set_oom_handler and use it print a message when out of memory
Amanieu d'Antras
-1
/
+22
2015-12-29
Fix warnings when compiling stdlib with --test
Florian Hahn
-2
/
+3
2015-11-09
std: Migrate to the new libc
Alex Crichton
-4
/
+2
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-1
/
+4
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-1
/
+1
[next]