| Age | Commit message (Expand) | Author | Lines |
| 2021-11-15 | Also note tool expectations of fork vs clone3 | Josh Stone | -0/+2 |
| 2021-11-15 | Update another comment on fork vs. clone3 | Josh Stone | -2/+2 |
| 2021-11-15 | Only use `clone3` when needed for pidfd | Josh Stone | -7/+6 |
| 2021-11-15 | Ensure that pushing empty path works as before | Sean Young | -1/+5 |
| 2021-11-15 | Document the valid values for `HandleOrNull` and `HandleOrInvalid`. | Dan Gohman | -0/+8 |
| 2021-11-15 | Fix Windows compilation errors. | Dan Gohman | -11/+6 |
| 2021-11-15 | Fix assertion failures in `OwnedHandle` with `windows_subsystem`. | Dan Gohman | -40/+72 |
| 2021-10-17 | Auto merge of #88652 - AGSaidi:linux-aarch64-should-be-actually-monotonic, r=... | bors | -0/+15 |
| 2021-10-17 | Rollup merge of #89953 - woppopo:option_const_as_mut, r=oli-obk | Yuki Okushi | -1/+11 |
| 2021-10-17 | Rollup merge of #89507 - lopopolo:lopopolo/ordering-repr-i8, r=joshtriplett | Yuki Okushi | -0/+1 |
| 2021-10-17 | Add `#![cfg_attr(bootstrap, feature(const_panic))]` to `library/core/tests/li... | woppopo | -0/+1 |
| 2021-10-17 | Make Option::as_mut const | woppopo | -1/+10 |
| 2021-10-16 | Rollup merge of #89925 - gilescope:update-docs-atomic-usage, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2021-10-16 | Rollup merge of #89921 - joshuaseaton:zircon-process, r=tmandry | Matthias Krüger | -4/+7 |
| 2021-10-16 | Rollup merge of #89898 - Amanieu:remove_alloc_prelude, r=joshtriplett | Matthias Krüger | -30/+0 |
| 2021-10-16 | Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli... | Matthias Krüger | -3/+2 |
| 2021-10-15 | Auto merge of #85379 - mdaverde:uds-abstract, r=joshtriplett | bors | -4/+416 |
| 2021-10-15 | updating docs to reflect current situation | Giles Cope | -1/+1 |
| 2021-10-15 | Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnay | bors | -27/+14 |
| 2021-10-15 | [fuchsia] Update process info struct | Joshua Seaton | -4/+7 |
| 2021-10-15 | Auto merge of #89337 - mbrubeck:vec-leak, r=m-ou-se | bors | -3/+5 |
| 2021-10-15 | Auto merge of #88717 - tabokie:vecdeque-fast-append, r=m-ou-se | bors | -2/+30 |
| 2021-10-15 | Use BCryptGenRandom instead of RtlGenRandom on Windows. | Mara Bos | -27/+14 |
| 2021-10-15 | Auto merge of #88540 - ibraheemdev:swap-unchecked, r=kennytm | bors | -13/+85 |
| 2021-10-15 | Remove alloc::prelude | Amanieu d'Antras | -30/+0 |
| 2021-10-14 | Rollup merge of #89878 - GuillaumeGomez:add-missing-cfg-hide, r=notriddle | Matthias Krüger | -1/+10 |
| 2021-10-14 | Rollup merge of #89873 - askoufis:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2021-10-14 | Rollup merge of #89433 - arlosi:stdin-fix, r=joshtriplett | Matthias Krüger | -9/+19 |
| 2021-10-14 | don't duplicate slice `panic_bounds_check` | Ibraheem Ahmed | -10/+4 |
| 2021-10-14 | Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obk | bors | -0/+71 |
| 2021-10-14 | Fix missing remaining compiler specific cfg information | Guillaume Gomez | -1/+10 |
| 2021-10-14 | Fix const stability | Deadbeef | -0/+2 |
| 2021-10-14 | Avoid tupling at the callee | Deadbeef | -6/+6 |
| 2021-10-14 | Add missing word to `FromStr` trait docs | Adam Skoufis | -1/+1 |
| 2021-10-13 | Rollup merge of #89670 - yoshuawuyts:available-parallelism-docs, r=joshtriplett | Matthias Krüger | -20/+57 |
| 2021-10-13 | Improve `std::thread::available_parallelism` docs | Yoshua Wuyts | -20/+57 |
| 2021-10-13 | Rollup merge of #89817 - m-ou-se:int-log-10-inline, r=the8472 | Yuki Okushi | -0/+12 |
| 2021-10-13 | Rollup merge of #89814 - jkugelman:must-use-string-transforms-typo, r=joshtri... | Yuki Okushi | -1/+1 |
| 2021-10-13 | Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplett | Yuki Okushi | -2/+38 |
| 2021-10-13 | Rollup merge of #89781 - Wilfred:patch-2, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2021-10-12 | Auto merge of #89774 - the8472:inline-mut-iter-next, r=m-ou-se | bors | -13/+7 |
| 2021-10-12 | Add #[inline] to int log10 functions. | Mara Bos | -0/+12 |
| 2021-10-12 | Remove potentially unsound note on reconstructing a leaked Vec. | Mara Bos | -3/+0 |
| 2021-10-12 | Fix uppercase/lowercase error | John Kugelman | -1/+1 |
| 2021-10-12 | Rollup merge of #89799 - ast-ral:ready-method-spellck, r=joshtriplett | the8472 | -1/+1 |
| 2021-10-12 | Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplett | the8472 | -0/+47 |
| 2021-10-12 | Rollup merge of #89796 - jkugelman:must-use-non-mutating-verb-methods, r=josh... | the8472 | -1/+15 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+54 |
| 2021-10-12 | Mention Rust version in Vec::leak docs. | Mara Bos | -4/+5 |
| 2021-10-12 | Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplett | bors | -0/+2 |