about summary refs log tree commit diff
path: root/src/libstd/sys/unix/mod.rs
AgeCommit message (Expand)AuthorLines
2017-11-09std: Avoid use of `libc` in portable modulesAlex Crichton-0/+1
2017-11-08std: Move the `cmath` module into the `sys` moduleAlex Crichton-0/+1
2017-11-08std: Remove `rand` crate and moduleAlex Crichton-0/+2
2017-10-05Remove nacl from libstdest31-3/+2
2017-09-08Re-enable networking module fo rL4ReSebastian Humenda-0/+4
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-0/+1
2017-09-08Match c_char definitions and enable signal reset for L4ReSebastian Humenda-0/+1
2017-08-10Exposed all platform-specific documentation.kennytm-14/+15
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-20/+0
2017-04-03Replace magic number with readable sig constantAnatol Pomozov-1/+1
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-1/+1
2016-11-01std: Move platform-specific out of sys_common::utilBrian Anderson-0/+11
2016-11-01std: Move elf TLS to sys::fast_thread_localBrian Anderson-0/+1
2016-10-22Add Fuchsia supportRaph Levien-2/+3
2016-10-08Use less `size_t` casts in libstd since it's now defined as `usize`Tobias Bucher-1/+1
2016-10-02Move platform-specific arg handling to sys::argsBrian Anderson-0/+1
2016-10-01std: Move platform specific memchr code into sysBrian Anderson-0/+1
2016-10-01std: Move platform specific env code into sysBrian Anderson-0/+1
2016-10-01std: Move platform specific path code into sysBrian Anderson-0/+1
2016-09-25Add support for the Haiku operating system on x86 and x86_64 machinesNiels Sascha Reedijk-0/+1
2016-08-10[emscripten] Disable code paths that don't work on emscriptenJan-Erik Rediger-2/+2
2016-07-26keep backtraces if using the old build systemJorge Aparicio-1/+1
2016-07-26rustbuild: make backtraces (RUST_BACKTRACE) optionalJorge Aparicio-0/+1
2016-07-03std: Stabilize APIs for the 1.11.0 releaseAlex Crichton-6/+19
2016-04-27std: Add compatibility with android-9Alex Crichton-30/+2
2016-04-04std: Fix linking against `signal` on AndroidAlex Crichton-1/+35
2016-02-17std: restructure rand os code into sys modulesSean McArthur-0/+1
2016-02-06Auto merge of #30629 - brson:emscripten-upstream, r=alexcrichtonbors-0/+1
2016-02-06Add the asmjs-unknown-emscripten triple. Add cfgs to libs.Brian Anderson-0/+1
2016-02-05std: Add a helper for symbols that may not existAlex Crichton-0/+3
2016-01-31Rename sunos to solarisNikita Baksalyar-1/+1
2016-01-31Add Illumos supportNikita Baksalyar-0/+1
2016-01-26Fix warnings during testsAlex Crichton-26/+27
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-1/+22
2015-12-29Fix warnings when compiling stdlib with --testFlorian Hahn-2/+3
2015-11-09std: Migrate to the new libcAlex Crichton-4/+2
2015-10-28Port the standard crates to PNaCl/NaCl.Richard Diamond-1/+4
2015-10-08typos: fix a grabbag of typos all over the placeCristi Cobzarenco-1/+1
2015-09-11std: Internalize almost all of `std::rt`Alex Crichton-0/+14
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-8/+0
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-07-01Add netbsd amd64 supportAlex Newman-0/+1
2015-05-07std: Rename sys::foo2 modules to sys::fooAlex Crichton-3/+3
2015-04-27std: Expand the area of std::fsAlex Crichton-0/+10
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-19/+5
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-110/+1
2015-03-31Stabilize std::numAaron Turon-0/+2
2015-03-19std: Stablize io::ErrorKindAlex Crichton-8/+5
2015-03-13Fallout of std::old_io deprecationAlex Crichton-0/+9