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
2020-07-27
mv std libs to library/
mark
-168
/
+0
2020-07-12
adjust remaining targets
Ralf Jung
-1
/
+1
2020-07-12
rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_key
Ralf Jung
-2
/
+2
2020-05-17
abort_internal is safe
Ralf Jung
-2
/
+2
2020-04-14
Add illumos triple
Patrick Mooney
-0
/
+2
2020-03-06
fix various typos
Matthias Krüger
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-29
/
+39
2019-11-06
rename cfg(rustdoc) into cfg(doc)
Guillaume Gomez
-15
/
+15
2019-10-06
redesign of the interface to the unikernel HermitCore
Stefan Lankes
-1
/
+0
2019-08-06
redox: convert to target_family unix
Jeremy Soller
-0
/
+1
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
[next]