about summary refs log tree commit diff
path: root/src/libstd/sys/unix/weak.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-101/+0
2020-07-22Move the pipe2 call behind a hard target `#[cfg]`Josh Stone-0/+5
2019-11-29Format libstd/sys with rustfmtDavid Tolnay-5/+1
2019-02-28libstd => 2018Taiki Endo-9/+6
2019-02-13Return without a reference in unix Weak::get()Josh Stone-5/+4
2019-02-13Avoid allocation in std::sys::unix::weakJosh Stone-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-21Properly report ENOSYS by modifying errnoAdrian Budau-21/+4
2018-12-20Fix typo in commentAdrian Budau-1/+1
2018-12-20Fix pipe2 and accept4 on static linked executables on linux (like musl).Adrian Budau-0/+52
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-1/+1
2016-04-04std: Fix linking against `signal` on AndroidAlex Crichton-7/+1
2016-02-05std: Add support for accept4 on LinuxAlex Crichton-1/+5
2016-02-05std: Add a helper for symbols that may not existAlex Crichton-0/+81