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
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
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-0
/
+14
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-8
/
+0
2015-08-11
Register new snapshots
Alex Crichton
-3
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-0
/
+1
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+1
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-3
/
+3
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-0
/
+10
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-19
/
+5
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-110
/
+1
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+2
2015-03-19
std: Stablize io::ErrorKind
Alex Crichton
-8
/
+5
2015-03-13
Fallout of std::old_io deprecation
Alex Crichton
-0
/
+9
[next]