| Age | Commit message (Expand) | Author | Lines |
| 2024-03-26 | std library unix/thread.rs: fix NetBSD code for ILP32 CPUs. | Havard Eidnes | -1/+1 |
| 2024-03-25 | lib: fix some unnecessary_cast clippy lint | klensy | -2/+2 |
| 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 #122984 - RalfJung:panic-in-hook, r=Amanieu | Matthias Krüger | -5/+10 |
| 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 | panic-in-panic-hook: formatting a message that's just a string is risk-free | Ralf Jung | -5/+10 |
| 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 | Fixed builds with modified libc | Adam Gastineau | -0/+3 |
| 2024-03-23 | Rollup merge of #122930 - RalfJung:panic-in-panic-fmt, r=Amanieu | Matthias Krüger | -1/+7 |
| 2024-03-23 | Rollup merge of #122916 - MultisampledNight:docs-sync-typo, r=jhpratt | Matthias Krüger | -2/+2 |
| 2024-03-23 | rename ptr::from_exposed_addr -> ptr::with_exposed_provenance | Ralf Jung | -7/+7 |
| 2024-03-23 | add panic location to 'panicked while processing panic' | Ralf Jung | -1/+7 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -1/+7 |
| 2024-03-22 | docs(sync): normalize dot in fn summaries | MultisampledNight | -2/+2 |
| 2024-03-22 | Remove RustcEncodable/Decodable from 2024 prelude | Jacob Pratt | -17/+23 |
| 2024-03-22 | Soft-destabilize `RustcEncodable`/`RustcDecodable` | Jacob Pratt | -1/+6 |
| 2024-03-22 | Avoid a panic in `set_output_capture` in the default panic handler | John Kåre Alsaker | -9/+29 |
| 2024-03-22 | Rollup merge of #121881 - devnexen:bsd_acceptfilter, r=Amanieu | Matthias Krüger | -0/+83 |
| 2024-03-21 | Implement macro-based deref!() syntax for deref patterns | Michael Goulet | -0/+9 |
| 2024-03-20 | Rollup merge of #122729 - m-ou-se:relax, r=Amanieu | Jacob Pratt | -49/+63 |
| 2024-03-20 | std::net: adding acceptfilter feature for netbsd/freebsd. | David Carlier | -0/+83 |
| 2024-03-20 | SeqCst->Relaxed in condvar test. | Mara Bos | -2/+2 |
| 2024-03-20 | SeqCst->Relaxed in thread local test. | Mara Bos | -8/+11 |
| 2024-03-20 | SeqCst->Relaxed in std::net::test. | Mara Bos | -2/+2 |
| 2024-03-20 | Use less restricted memory ordering in xous::thread_local_key. | Mara Bos | -5/+5 |
| 2024-03-20 | Auto merge of #122754 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -8/+5 |
| 2024-03-20 | step cfgs | Mark Rousskov | -5/+2 |
| 2024-03-20 | Rollup merge of #122739 - Sky9x:insert-put, r=jhpratt | Matthias Krüger | -2/+2 |
| 2024-03-20 | Rollup merge of #122730 - ferrocene:hoverbear/qnx-ucred-cfgs, r=Amanieu | Matthias Krüger | -3/+6 |
| 2024-03-19 | branch 1.78: replace-version-placeholder | Mark Rousskov | -3/+3 |
| 2024-03-20 | resolve clippy errors | onur-ozkan | -4/+3 |
| 2024-03-19 | Add "put" as a confusable for insert on hash map/set | Sky | -2/+2 |
| 2024-03-19 | Expose ucred::peer_cred on QNX targets to enable dist builds | Ana Hobden | -3/+6 |
| 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 | SeqCst->{Release,Acquire} in sys_common::thread_local_key. | Mara Bos | -3/+3 |
| 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-19 | SeqCst->Relaxed for FIRST_PANIC. | Mara Bos | -1/+1 |
| 2024-03-19 | SeqCst->{Release,Acquire} for alloc error hook. | Mara Bos | -3/+3 |
| 2024-03-18 | Support for visionOS | Adam Gastineau | -20/+389 |
| 2024-03-17 | Expand sys/os for UEFI | Ayush Singh | -10/+81 |
| 2024-03-16 | Rollup merge of #122583 - Zoxc:tls-non-mut, r=joboet | Chris Denton | -8/+7 |
| 2024-03-16 | Rollup merge of #122390 - ChrisDenton:bindgen, r=Mark-Simulacrum | Chris Denton | -213/+212 |
| 2024-03-16 | Use `UnsafeCell` for fast constant thread locals | John Kåre Alsaker | -8/+7 |