| Age | Commit message (Expand) | Author | Lines |
| 2022-07-20 | owner is not micro (correct typo) | joboet | -1/+1 |
| 2022-07-20 | Rollup merge of #98101 - vladimir-ea:stdlib_watch_os, r=thomcc | Dylan DPC | -20/+61 |
| 2022-07-20 | Library changes for Apple WatchOS | Vladimir Michael Eatwell | -20/+61 |
| 2022-07-20 | Rollup merge of #98916 - ChrisDenton:hiberfil.sys, r=thomcc | Dylan DPC | -26/+82 |
| 2022-07-18 | std: panic instead of deadlocking in mutex implementation on Fuchsia | joboet | -16/+15 |
| 2022-07-17 | Simplify Windows `hashmap_random_keys` | Chris Denton | -60/+8 |
| 2022-07-15 | Don't fall back to futimes on Android; it needs a newer API level than futimens | Josh Triplett | -7/+18 |
| 2022-07-15 | Also use fallback for futimens on Android | Josh Triplett | -3/+3 |
| 2022-07-15 | Return an error if trying to set a file timestamp to 0 on Windows | Josh Triplett | -5/+12 |
| 2022-07-15 | Support setting file accessed/modified timestamps | Josh Triplett | -1/+143 |
| 2022-07-12 | std: fix issue with perma-locked mutexes on Fuchsia | joboet | -9/+20 |
| 2022-07-09 | Auto merge of #98950 - ChrisDenton:getoverlapped-io, r=thomcc | bors | -8/+53 |
| 2022-07-07 | Rollup merge of #97917 - AronParker:master, r=ChrisDenton | Matthias Krüger | -0/+6 |
| 2022-07-06 | changes from feedback | David Carlier | -12/+8 |
| 2022-07-06 | doc additions | David Carlier | -0/+5 |
| 2022-07-06 | socket `set_mark` addition. | David Carlier | -0/+10 |
| 2022-07-06 | Tests for unsound Windows file methods | Chris Denton | -0/+25 |
| 2022-07-06 | Windows: Fallback for overlapped I/O | Chris Denton | -1/+26 |
| 2022-07-06 | Use `rtabort!` instead of `process::abort` | Chris Denton | -7/+2 |
| 2022-07-05 | Windows: Use `FindFirstFileW` if `metadata` fails | Chris Denton | -10/+61 |
| 2022-07-05 | `impl From<c::WIN32_FIND_DATAW> for FileAttr` | Chris Denton | -16/+21 |
| 2022-06-30 | std: use futex-based locks on Fuchsia | joboet | -64/+246 |
| 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-27 | make Condvar, Mutex, RwLock const constructors work with unsupported impl | Jorge Aparicio | -0/+3 |
| 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-24 | scan mountinfo when hardcoded cgroupv1 mountpoints don't work | The 8472 | -19/+83 |
| 2022-06-23 | Optimize `Wtf8Buf::into_string` for the case where it contains UTF-8. | Dan Gohman | -3/+1 |
| 2022-06-23 | Represent SocketAddrV4 and SocketAddrV6 as Rust native encoding | Linus Färnstrand | -4/+4 |
| 2022-06-22 | std: reimplement SGX thread joining to use `Parker` | joboet | -12/+9 |
| 2022-06-22 | std: rewrite SGX thread parker | joboet | -0/+94 |
| 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 |