about summary refs log tree commit diff
path: root/library/std/src/sys/pal
AgeCommit message (Expand)AuthorLines
2024-06-23wasm64 build with target-feature=+simd128,+atomicswooden-worm-10/+15
2024-06-24Rollup merge of #126854 - devnexen:std_unix_os_fallback_upd, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-06-24Rollup merge of #126807 - devnexen:copy_file_macos_simpl, r=Mark-SimulacrumMatthias Krüger-35/+15
2024-06-23fix buildDavid Carlier-2/+1
2024-06-23std::unix::os::home_dir: fallback's optimisation.David Carlier-2/+3
2024-06-22Rollup merge of #126140 - eduardosm:stabilize-fs_try_exists, r=AmanieuMatthias Krüger-9/+9
2024-06-22Auto merge of #124101 - the8472:pidfd-methods, r=cuviperbors-101/+199
2024-06-22to extract a pidfd we must consume the childThe 8472-5/+4
2024-06-22Add PidFd::{kill, wait, try_wait}The 8472-101/+200
2024-06-21std::unix::fs: copy simplification for apple.David Carlier-35/+15
2024-06-20Don't perform mitigation for thread-unsafe libc::exit under Miri.Zachary S-1/+9
2024-06-20fix rustdoc URLZachary S-3/+4
2024-06-20On `target_os = "linux"`, ensure that only one Rust thread calls `libc::exit`...Zachary S-0/+90
2024-06-20Add blank lines after module-level `//!` comments.Nicholas Nethercote-0/+4
2024-06-15Rollup merge of #126229 - ChrisDenton:bindgen, r=Mark-SimulacrumGuillaume Gomez-417/+66
2024-06-15std: refactor the TLS implementationjoboet-998/+5
2024-06-14Auto merge of #126473 - matthiaskrgr:rollup-8w2xm09, r=matthiaskrgrbors-91/+180
2024-06-14Rollup merge of #126135 - hermit-os:fuse, r=jhprattMatthias Krüger-91/+180
2024-06-13std::unix::fs::link using direct linkat call for Solaris and macOs.David Carlier-19/+2
2024-06-12Update a cranelift patch file for formatting changes.Nicholas Nethercote-2/+2
2024-06-11Rename `std::fs::try_exists` to `std::fs::exists` and stabilize fs_try_existsEduardo Sánchez Muñoz-9/+9
2024-06-10Bump windows-bindgen to 0.57Chris Denton-417/+66
2024-06-10fix: build on haikuSteve Lau-2/+2
2024-06-09Migrate more things to WinErrorChris Denton-30/+69
2024-06-09Rollup merge of #126168 - devnexen:current_exe_haiku_simpl, r=ChrisDentonMatthias Krüger-10/+10
2024-06-08std::unix::os current_exe implementation simplification for haiku.David Carlier-10/+10
2024-06-08std::unix::process adding few specific freebsd signals to be able to id.David Carlier-0/+4
2024-06-08Rollup merge of #125998 - devnexen:get_mode_illumos, r=NilstriebLeón Orell Valerian Liehr-0/+4
2024-06-07add HermitOS support of vectored read/write operationsStefan Lankes-91/+180
2024-06-07Rollup merge of #126030 - ChrisDenton:update-wingen-readme, r=Mark-SimulacrumMatthias Krüger-1/+1
2024-06-05Raise `DEFAULT_MIN_STACK_SIZE` to at least 64KiBJubilee Young-4/+4
2024-06-05Auto merge of #126038 - matthiaskrgr:rollup-h4rm3x2, r=matthiaskrgrbors-12/+6
2024-06-05Rollup merge of #125800 - fortanix:raoul/rte-99-fix_mut_static_task_queue, r=...Matthias Krüger-12/+6
2024-06-05Rollup merge of #125940 - devnexen:unix_fs_netbsd_get_path, r=cuviperMatthias Krüger-9/+13
2024-06-05Update `./x fmt` commandChris Denton-1/+1
2024-06-04std::unix::fs::get_mode implementation for illumos/solaris.David Carlier-0/+4
2024-06-04Let compiler auto impl `Send` for `Task`Raoul Strackx-2/+0
2024-06-04Store `Task::p` as `dyn FnOnce() + Send`Raoul Strackx-3/+3
2024-06-04std::unix::fs::get_path: using fcntl codepath for netbsd instead.David Carlier-9/+13
2024-06-03Remove stray "this"Tobias Bucher-2/+1
2024-06-02Auto merge of #125577 - devnexen:netbsd_stack_min, r=joboetbors-1/+10
2024-05-30Avoid `mut` and simplify initialization of `TASK_QUEUE`Raoul Strackx-9/+5
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-33/+29
2024-05-28Disable stack overflow handler tests on iOS-like platformsMads Marquart-0/+8
2024-05-26Auto merge of #122079 - tbu-:pr_copy_file_range_probe, r=the8472bors-19/+48
2024-05-26std::pal::unix::thread fetching min stack size on netbsd.David Carlier-1/+10
2024-05-25Rollup merge of #125271 - RalfJung:posix_memalign, r=workingjubileeMatthias Krüger-9/+7
2024-05-21Rollup merge of #125225 - madsmtm:ios-crt_externs.h, r=workingjubileeMatthias Krüger-150/+127
2024-05-20switch also the default implementation for read_vectoredStefan Lankes-13/+2
2024-05-20switch to the default implementation of `write_vectored`Stefan Lankes-8/+2