| Age | Commit message (Expand) | Author | Lines |
| 2022-05-25 | fix links | Jane Lusby | -11/+13 |
| 2022-05-24 | add aliases for current_dir | julio | -0/+3 |
| 2022-05-24 | explained unwrap vs expect | Jane Losare-Lusby | -12/+15 |
| 2022-05-25 | Rollup merge of #97364 - notriddle:continue-keyword, r=JohnTitor | Yuki Okushi | -6/+6 |
| 2022-05-24 | Fix weird indentation in continue_keyword docs | Michael Howell | -6/+6 |
| 2022-05-24 | Rollup merge of #97321 - RalfJung:int-to-fnptr, r=Dylan-DPC | Dylan DPC | -0/+26 |
| 2022-05-24 | Fix stabilization version of `Ipv6Addr::to_ipv4_mapped` | Tobias Bucher | -1/+1 |
| 2022-05-23 | sync primitive_docs | Ralf Jung | -0/+26 |
| 2022-05-23 | Auto merge of #97315 - Dylan-DPC:rollup-2wee2oz, r=Dylan-DPC | bors | -0/+13 |
| 2022-05-23 | Put a bound on collection misbehavior | Christopher Durham | -8/+10 |
| 2022-05-23 | Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPC | Dylan DPC | -0/+13 |
| 2022-05-23 | Auto merge of #92461 - rust-lang:const_tls_local_panic_count, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-05-23 | Rollup merge of #97294 - jersou:patch-1, r=Dylan-DPC | Dylan DPC | -2/+2 |
| 2022-05-23 | Auto merge of #96455 - dtolnay:writetmp, r=m-ou-se | bors | -6/+6 |
| 2022-05-23 | Implement `FusedIterator` for `std::net::[Into]Incoming` | Chayim Refael Friedman | -0/+7 |
| 2022-05-23 | Auto merge of #96906 - tbu-:pr_stabilize_to_ipv4_mapped, r=dtolnay | bors | -5/+5 |
| 2022-05-22 | Make write/print macros eagerly drop temporaries | David Tolnay | -6/+6 |
| 2022-05-23 | std::time : fix doc variable name | jersou | -2/+2 |
| 2022-05-22 | small change | Proloy Mishra | -1/+1 |
| 2022-05-22 | Rollup merge of #97245 - m-ou-se:rwlock-state-typo, r=JohnTitor | Yuki Okushi | -3/+2 |
| 2022-05-22 | Rollup merge of #97144 - samziz:patch-1, r=Dylan-DPC | Yuki Okushi | -4/+4 |
| 2022-05-21 | Expand the explanation of OsString capacity | Josh Triplett | -3/+14 |
| 2022-05-21 | Fix typo in futex RwLock::write_contended. | Mara Bos | -3/+2 |
| 2022-05-21 | Use GRND_INSECURE instead of /dev/urandom when possible | Jason A. Donenfeld | -0/+15 |
| 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 |