| Age | Commit message (Expand) | Author | Lines |
| 2024-04-09 | Disallow or quote all specials in bat args | Chris Denton | -12/+93 |
| 2024-04-08 | Store all args in the unsupported Command implementation | bjorn3 | -31/+118 |
| 2024-04-08 | Rollup merge of #115984 - hermit-os:fuse, r=m-ou-se | Matthias Krüger | -103/+251 |
| 2024-04-05 | Rollup merge of #123505 - ChrisDenton:revert-121666, r=workingjubilee | Guillaume Gomez | -141/+9 |
| 2024-04-05 | Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwco | Guillaume Gomez | -13/+102 |
| 2024-04-05 | Revert #121666 | Chris Denton | -141/+9 |
| 2024-04-05 | macOS: Use `libc` definitions for copyfile | Mads Marquart | -39/+10 |
| 2024-04-04 | Rollup merge of #123389 - ChrisDenton:dont-panic-on-startup, r=joboet | Matthias Krüger | -30/+14 |
| 2024-04-04 | Add comments about using debug_assert | Chris Denton | -0/+4 |
| 2024-04-03 | Rollup merge of #122356 - devnexen:dfbsd_build_fix, r=jhpratt | Jacob Pratt | -7/+13 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -2/+2 |
| 2024-04-02 | Rollup merge of #122411 - alexcrichton:wasm32-wasip2-cabi-realloc, r=m-ou-se | Jubilee | -9/+70 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -6/+6 |
| 2024-04-02 | Avoid panicking unnecessarily on startup | Chris Denton | -30/+10 |
| 2024-04-02 | style: fmt | Steve Lau | -1/+2 |
| 2024-04-02 | fix: build on haiku by adding missing import | Steve Lau | -1/+1 |
| 2024-04-01 | Rollup merge of #123323 - devnexen:thread_set_name_solaris_fix, r=workingjubilee | Jubilee | -1/+6 |
| 2024-04-01 | std::thread: set_name change for solaris/illumos. | David Carlier | -1/+6 |
| 2024-04-01 | Auto merge of #123315 - devnexen:thread_get_name_solaris, r=ChrisDenton | bors | -3/+11 |
| 2024-04-01 | Auto merge of #123265 - joboet:guardians_of_the_unix, r=ChrisDenton | bors | -418/+289 |
| 2024-04-01 | std::thread: adding get_name implementation for solaris/illumos. | David Carlier | -3/+11 |
| 2024-03-31 | std::thread: adding get_name haiku implementation. | David Carlier | -1/+19 |
| 2024-03-31 | std: move `thread::current` TLS variable out of `thread_info` | joboet | -108/+2 |
| 2024-03-31 | std: move UNIX stack overflow guard page handling into `stack_overflow.rs` | joboet | -310/+287 |
| 2024-03-30 | std::thread: adding freebsd/netbsd to the linux's get_name implementation. | David Carlier | -1/+8 |
| 2024-03-27 | Rollup merge of #123038 - he32:netbsd-ilp32-fix, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-03-27 | Rollup merge of #122880 - a1phyr:preadv_more_platform, r=workingjubilee | Matthias Krüger | -6/+22 |
| 2024-03-26 | unix fs: Make hurd and horizon using explicit new rather than From | Samuel Thibault | -2/+2 |
| 2024-03-26 | Unix: Support more platforms with `preadv` and `pwritev` | Benoît du Garreau | -6/+22 |
| 2024-03-26 | std library unix/thread.rs: fix NetBSD code for ILP32 CPUs. | Havard Eidnes | -1/+1 |
| 2024-03-24 | Rollup merge of #122992 - devnexen:available_parallelism_sol_upd, r=Amanieu | Matthias Krüger | -2/+6 |
| 2024-03-24 | Rollup merge of #122983 - taiki-e:bsd, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-03-24 | fix build. | David Carlier | -5/+3 |
| 2024-03-24 | std::thread: refine available_parallelism for solaris/illumos. | David Carlier | -0/+6 |
| 2024-03-24 | Fix build failure on ARM/AArch64/PowerPC/RISC-V FreeBSD/NetBSD | Taiki Endo | -1/+1 |
| 2024-03-23 | Rollup merge of #120419 - Ayush1325:uefi-sys-os, r=nicholasbishop,workingjubilee | Jubilee | -10/+81 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -6/+6 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -1/+7 |
| 2024-03-22 | Rollup merge of #121881 - devnexen:bsd_acceptfilter, r=Amanieu | Matthias Krüger | -0/+31 |
| 2024-03-20 | Rollup merge of #122729 - m-ou-se:relax, r=Amanieu | Jacob Pratt | -30/+41 |
| 2024-03-20 | std::net: adding acceptfilter feature for netbsd/freebsd. | David Carlier | -0/+31 |
| 2024-03-20 | Use less restricted memory ordering in xous::thread_local_key. | Mara Bos | -5/+5 |
| 2024-03-20 | step cfgs | Mark Rousskov | -2/+1 |
| 2024-03-19 | SeqCst->Relaxed for xous set_nonblocking. | Mara Bos | -1/+1 |
| 2024-03-19 | SeqCst->{Release,Acquire} for xous DropLock. | Mara Bos | -3/+6 |
| 2024-03-19 | SeqCst->Relaxed in pal::windows::pipe. | Mara Bos | -4/+4 |
| 2024-03-19 | SeqCst->{Release,Acquire} for wasm DropLock. | Mara Bos | -3/+6 |
| 2024-03-19 | Use less restricted memory ordering in thread_parking::pthread. | Mara Bos | -10/+12 |
| 2024-03-19 | SeqCst->{Release,Acquire} in xous mutex. | Mara Bos | -4/+7 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -13/+102 |