| Age | Commit message (Expand) | Author | Lines |
| 2022-05-21 | Use GRND_INSECURE instead of /dev/urandom when possible | Jason A. Donenfeld | -0/+15 |
| 2022-05-21 | Update libc dependency of std to 0.2.126 | Jason A. Donenfeld | -1/+1 |
| 2022-05-20 | Add complexity estimation of iterating over HashSet and HashMap | AngelicosPhosphoros | -0/+50 |
| 2022-05-20 | Auto merge of #96422 - tmccombs:mutex-unpoison, r=m-ou-se | bors | -0/+83 |
| 2022-05-20 | Remove references to guards in documentation for clear_poison | Thayne McCombs | -10/+10 |
| 2022-05-19 | OsString: Consolidate all documentation about capacity in top-level docs | Josh Triplett | -28/+12 |
| 2022-05-19 | impl Read and Write for VecDeque<u8> | Evan Richter | -0/+48 |
| 2022-05-19 | std: fix deadlock in `Parker` | joboet | -8/+13 |
| 2022-05-19 | Remove unnecessay .report() on ExitCode | benediktwerner | -2/+2 |
| 2022-05-19 | Change clear_poison to take the lock instead of a guard | Thayne McCombs | -8/+18 |
| 2022-05-19 | Auto merge of #97033 - nbdd0121:unwind3, r=Amanieu | bors | -1/+1 |
| 2022-05-19 | Rollup merge of #97131 - gimbles:patch-2, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2022-05-19 | Rollup merge of #97127 - Mark-Simulacrum:revert-96441, r=m-ou-se | Yuki Okushi | -132/+31 |
| 2022-05-18 | std: Add capacity guarantees notes for OsString | Xuanwo | -0/+35 |
| 2022-05-18 | Fix rusty grammar in `std::error::Reporter` docs | Sam Robinson-Adams | -4/+4 |
| 2022-05-18 | std: use an event flag based thread parker on SOLID | joboet | -6/+214 |
| 2022-05-18 | Rollup merge of #97101 - coolreader18:exitcode-method-issue, r=yaahc | Dylan DPC | -1/+1 |
| 2022-05-18 | Rollup merge of #96917 - marti4d:master, r=ChrisDenton | Dylan DPC | -4/+74 |
| 2022-05-18 | Update macros.rs | Gim | -1/+1 |
| 2022-05-17 | Revert "Auto merge of #96441 - ChrisDenton:sync-pipes, r=m-ou-se" | Mark Rousskov | -132/+31 |
| 2022-05-16 | Add tracking issue for ExitCode::exit_process | Noa | -1/+1 |
| 2022-05-16 | Improve error message for fallback RNG failure | Chris Martin | -1/+1 |
| 2022-05-16 | Allow `unused_macro_rules` in path tests | Raoul Strackx | -0/+1 |
| 2022-05-15 | Rollup merge of #97060 - bdbai:fix/uwphandle, r=ChrisDenton | Dylan DPC | -1/+15 |
| 2022-05-15 | Rollup merge of #96947 - sunfishcode:sunfishcode/rustc-nonnull-optimization-g... | Dylan DPC | -0/+47 |
| 2022-05-15 | fix use of SetHandleInformation on UWP | bdbai | -1/+15 |
| 2022-05-14 | Use Rust ABI for `__rust_start_panic` and `_{rdl,rg}_oom` | Gary Guo | -1/+1 |
| 2022-05-13 | Address review feedback | Chris Martin | -31/+22 |
| 2022-05-13 | Auto merge of #95356 - coolreader18:exitstatus-exit-method, r=<try> | bors | -28/+56 |
| 2022-05-13 | Guarantee less in docs | Noa | -2/+2 |
| 2022-05-13 | Add ExitCode::exit_process example | Noa | -0/+23 |
| 2022-05-13 | Rollup merge of #96932 - sunfishcode:sunfishcode/document-borrowed-handle, r=... | Matthias Krüger | -12/+26 |
| 2022-05-11 | Fix comment syntax. | Dan Gohman | -0/+1 |
| 2022-05-11 | Relax the wording about the meaning of -1. | Dan Gohman | -6/+11 |
| 2022-05-11 | Fix attribute name. | Dan Gohman | -2/+2 |
| 2022-05-11 | RawSocket is unsigned on Windows. | Dan Gohman | -10/+9 |
| 2022-05-11 | Fix duplicate import on Windows. | Dan Gohman | -1/+1 |
| 2022-05-11 | Add rustc_nonnull_optimization_guaranteed to Owned/Borrowed Fd/Socket | Dan Gohman | -0/+48 |
| 2022-05-11 | HandleOrNull can hold null, and HandleOrInvalid can hold INVALID_HANDLE_VALUE. | Dan Gohman | -9/+5 |
| 2022-05-11 | Use `fcntl(fd, F_GETFD)` to detect if standard streams are open | Tomasz Miąsko | -31/+6 |
| 2022-05-10 | Fix incorrect mentions of `OwnedFd` and `BorrowedFd` in Windows docs. | Dan Gohman | -4/+4 |
| 2022-05-11 | to_timespec could be unused by some targets | Sébastien Marie | -0/+1 |
| 2022-05-11 | avoid using both Some() and ? on linux/android/freebsd code | Sébastien Marie | -1/+1 |
| 2022-05-11 | openbsd: convert futex timeout managment to Timespec usage | Sébastien Marie | -9/+7 |
| 2022-05-10 | Also document that `as_raw_handle` may return NULL. | Dan Gohman | -0/+7 |
| 2022-05-10 | Clarify what values `BorrowedHandle`, `OwnedHandle` etc. can hold. | Dan Gohman | -12/+17 |
| 2022-05-10 | Auto merge of #96232 - sunfishcode:sunfishcode/io-safety-const-fns, r=joshtri... | bors | -5/+5 |
| 2022-05-10 | Recommend `Ipv6Addr::to_ipv4_mapped` over `Ipv6Addr::to_ipv4` | Tobias Bucher | -2/+4 |
| 2022-05-10 | Stabilize `Ipv6Addr::to_ipv4_mapped` | Tobias Bucher | -3/+1 |
| 2022-05-10 | Make HashMap fall back to RtlGenRandom if BCryptGenRandom fails | Chris Martin | -4/+83 |