| Age | Commit message (Expand) | Author | Lines |
| 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 | -104/+0 |
| 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 | -5/+5 |
| 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 | 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-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-18 | Support for visionOS | Adam Gastineau | -12/+98 |
| 2024-03-17 | Expand sys/os for UEFI | Ayush Singh | -10/+81 |
| 2024-03-16 | Rollup merge of #122390 - ChrisDenton:bindgen, r=Mark-Simulacrum | Chris Denton | -213/+211 |
| 2024-03-14 | Rollup merge of #121650 - GrigorenkoPV:cap_setgid, r=Amanieu | Matthias Krüger | -3/+11 |
| 2024-03-14 | Auto merge of #114038 - Stargateur:108277, r=ChrisDenton | bors | -51/+35 |
| 2024-03-13 | Provide `cabi_realloc` on `wasm32-wasip2` by default | Alex Crichton | -0/+67 |
| 2024-03-13 | Get wasm32-wasip2 compiling with its custom pal implementation | Alex Crichton | -9/+3 |
| 2024-03-12 | Bump windows-bindgen to 0.55.0 | Chris Denton | -183/+181 |
| 2024-03-12 | Bump windows-bindgen to 0.54.0 | Chris Denton | -31/+31 |
| 2024-03-12 | std: move `Once` implementations to `sys` | joboet | -115/+0 |
| 2024-03-12 | Allow dead code in sys/pal | Arthur Carcano | -0/+6 |
| 2024-03-12 | Allow dead code in thread local dtor | Arthur Carcano | -1/+1 |
| 2024-03-12 | std::rand: fix dragonflybsd after #121942. | David Carlier | -7/+13 |
| 2024-03-11 | Auto merge of #122331 - jhpratt:rollup-cbl8xsy, r=jhpratt | bors | -21/+45 |
| 2024-03-11 | Rollup merge of #122326 - Zoxc:win-alloc-tweak, r=ChrisDenton | Jacob Pratt | -19/+36 |
| 2024-03-11 | Rollup merge of #122002 - devnexen:thread_stack_netbsd_fix, r=workingjubilee,... | Jacob Pratt | -2/+3 |
| 2024-03-11 | Rollup merge of #121633 - ChrisDenton:precise, r=Nilstrieb | Jacob Pratt | -0/+6 |
| 2024-03-11 | Auto merge of #117156 - jmillikin:os-unix-socket-ext, r=Amanieu,dtolnay | bors | -10/+16 |
| 2024-03-11 | Optimize `process_heap_alloc` | John Kåre Alsaker | -19/+36 |
| 2024-03-10 | Rollup merge of #121942 - devnexen:getrandom_for_dfbsd, r=joboet | Matthias Krüger | -1/+9 |
| 2024-03-10 | Rollup merge of #113525 - workingjubilee:handle-dynamic-minsigstksz, r=m-ou-se | Matthias Krüger | -11/+39 |
| 2024-03-09 | Rollup merge of #121711 - ChrisDenton:junction, r=Mark-Simulacrum | Guillaume Boisseau | -74/+69 |
| 2024-03-08 | further changes from feedback | David Carlier | -19/+1 |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -1/+1 |