about summary refs log tree commit diff
path: root/src/libstd/sys/unix/mod.rs
AgeCommit message (Expand)AuthorLines
2019-05-25std: Depend on `backtrace` crate from crates.ioAlex Crichton-2/+0
2019-05-13Remove bitrig support from rustMarcel Hellwig-1/+0
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-1/+2
2019-02-28libstd => 2018Taiki Endo-24/+23
2019-02-13Add vectored read and write supportSteven Fackler-4/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-11std: Delete the `alloc_system` crateAlex Crichton-0/+1
2018-09-01Rollup merge of #53076 - QuietMisdreavus:cfg-rustdoc, r=GuillaumeGomezkennytm-16/+16
2018-08-31use cfg(rustdoc) instead of cfg(dox) in std and friendsQuietMisdreavus-16/+16
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-0/+1
2018-04-11Prevent EPIPE causing ICEs in rustc and rustdocvarkor-2/+2
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