about summary refs log tree commit diff
path: root/src/libstd/sys/unix/mod.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-168/+0
2020-07-12adjust remaining targetsRalf Jung-1/+1
2020-07-12rename fast_thread_local -> thread_local_dtor; thread_local -> thread_local_keyRalf Jung-2/+2
2020-05-17abort_internal is safeRalf Jung-2/+2
2020-04-14Add illumos triplePatrick Mooney-0/+2
2020-03-06fix various typosMatthias Krüger-1/+1
2019-12-22Format the worldMark Rousskov-29/+39
2019-11-06rename cfg(rustdoc) into cfg(doc)Guillaume Gomez-15/+15
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-1/+0
2019-08-06redox: convert to target_family unixJeremy Soller-0/+1
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