| Age | Commit message (Expand) | Author | Lines |
| 2022-06-28 | Rollup merge of #98617 - ChrisDenton:const-unwrap, r=Mark-Simulacrum | Matthias Krüger | -4/+15 |
| 2022-06-28 | Add a fixme comment | Chris Denton | -0/+3 |
| 2022-06-28 | Remove feature `const_option` from std | Chris Denton | -4/+12 |
| 2022-06-28 | Rollup merge of #98555 - mkroening:hermit-lock-init, r=m-ou-se | Dylan DPC | -9/+25 |
| 2022-06-26 | Hermit: Make Mutex::init a no-op | Martin Kröning | -3/+1 |
| 2022-06-26 | Hermit: Fix initializing lazy locks | Martin Kröning | -6/+24 |
| 2022-06-26 | Rollup merge of #97140 - joboet:solid_parker, r=m-ou-se | Matthias Krüger | -3/+119 |
| 2022-06-25 | Rollup merge of #98194 - m-ou-se:leak-locked-pthread-mutex, r=Amanieu | Matthias Krüger | -1/+35 |
| 2022-06-25 | Rollup merge of #98126 - fortanix:raoul/mitigate_stale_data_vulnerability, r=... | Matthias Krüger | -10/+142 |
| 2022-06-25 | Rollup merge of #96412 - ChrisDenton:remove-dir-all, r=thomcc | Matthias Krüger | -75/+81 |
| 2022-06-22 | Address reviewer comments | Raoul Strackx | -5/+10 |
| 2022-06-22 | Rollup merge of #96768 - m-ou-se:futex-fuchsia, r=tmandry | Yuki Okushi | -0/+51 |
| 2022-06-21 | Use futex based thread parker on Fuchsia. | Mara Bos | -0/+51 |
| 2022-06-20 | Leak pthreax_rwlock_t when it's dropped while locked. | Mara Bos | -0/+16 |
| 2022-06-19 | Auto merge of #97791 - m-ou-se:const-locks, r=m-ou-se | bors | -0/+8 |
| 2022-06-19 | Rollup merge of #98165 - WaffleLapkin:once_things_renamings, r=m-ou-se | Matthias Krüger | -4/+4 |
| 2022-06-17 | Rollup merge of #97844 - ChrisDenton:dont-panic, r=JohnTitor | Dylan DPC | -4/+5 |
| 2022-06-17 | Auto merge of #98143 - cuviper:futex-rwlock-inline, r=thomcc | bors | -0/+9 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -4/+4 |
| 2022-06-16 | Leak pthreax_mutex_t when it's dropped while locked. | Mara Bos | -1/+19 |
| 2022-06-15 | Auto merge of #97178 - sunfishcode:ownedfd-and-dup, r=joshtriplett | bors | -1/+1 |
| 2022-06-15 | Add `#[inline]` to small fns of futex `RwLock` | Josh Stone | -0/+9 |
| 2022-06-15 | Document that `BorrowedFd` may be used to do a `dup`. | Dan Gohman | -1/+1 |
| 2022-06-15 | Auto merge of #95897 - AzureMarker:feature/horizon-std, r=nagisa | bors | -55/+96 |
| 2022-06-15 | Test `copy_to_userspace` function | Raoul Strackx | -1/+33 |
| 2022-06-15 | Ensure userspace allocation is 8-byte aligned | Raoul Strackx | -1/+4 |
| 2022-06-15 | Mitigate MMIO stale data vulnerabilities | Raoul Strackx | -2/+98 |
| 2022-06-15 | Unify copying data from enclave to userspace | Raoul Strackx | -7/+3 |
| 2022-06-14 | Implement stabilization of `#[feature(io_safety)]`. | Dan Gohman | -6/+6 |
| 2022-06-14 | Rollup merge of #98042 - DrMeepster:winfred_std_changes, r=ChrisDenton | Dylan DPC | -8/+10 |
| 2022-06-13 | Enable thread_local_dtor on horizon OS | Ian Chamberlain | -1/+1 |
| 2022-06-13 | Update libc::stat field names | Ian Chamberlain | -1/+6 |
| 2022-06-13 | Enable argv support for horizon OS | Ian Chamberlain | -4/+7 |
| 2022-06-13 | Use the right wait_timeout implementation | AzureMarker | -7/+7 |
| 2022-06-13 | Horizon OS STD support | Meziu | -54/+87 |
| 2022-06-13 | add inline(always) to option | DrMeepster | -0/+1 |
| 2022-06-11 | fix compat_fn option method on miri | DrMeepster | -8/+9 |
| 2022-06-10 | Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplett | bors | -35/+56 |
| 2022-06-10 | use fcntl fallback for additional poll-specific errors | The 8472 | -7/+8 |
| 2022-06-08 | remove unneeded code | Stefan Lankes | -5/+0 |
| 2022-06-07 | Windows: No panic if function not (yet) available | Chris Denton | -4/+5 |
| 2022-06-06 | Make all {Mutex, Condvar, RwLock}::new #[inline]. | Mara Bos | -0/+8 |
| 2022-06-05 | Remove SIGIO reference on Haiku | Ryan Zoeller | -0/+1 |
| 2022-06-04 | Auto merge of #97191 - wesleywiser:main_thread_name, r=ChrisDenton | bors | -1/+15 |
| 2022-06-04 | keep using poll as fast path and only use fcntl as fallback | The 8472 | -19/+64 |
| 2022-06-04 | Rollup merge of #97647 - m-ou-se:lazy-box-locks, r=Amanieu | Dylan DPC | -90/+101 |
| 2022-06-03 | Auto merge of #95833 - notriddle:notriddle/human-readable-signals, r=yaahc | bors | -6/+82 |
| 2022-06-03 | Lazily allocate+initialize locks. | Mara Bos | -28/+62 |
| 2022-06-03 | Use Drop instead of destroy() for locks. | Mara Bos | -62/+39 |
| 2022-06-02 | Fix MIPS-specific signal bug | Michael Howell | -1/+10 |