| Age | Commit message (Expand) | Author | Lines |
| 2022-10-16 | PhantomData: inline a macro that is used only once | Ralf Jung | -59/+53 |
| 2022-10-16 | Rollup merge of #102023 - SUPERCILEX:maybeuninit-transpose, r=scottmcm | Yuki Okushi | -0/+37 |
| 2022-10-16 | Rollup merge of #101717 - Pointerbender:unsafecell-memory-layout, r=Amanieu | Yuki Okushi | -0/+44 |
| 2022-10-15 | Add MaybeUninit array transpose impls | Alex Saveau | -0/+37 |
| 2022-10-15 | Auto merge of #100579 - joboet:sync_mutex_everywhere, r=thomcc | bors | -123/+47 |
| 2022-10-15 | More slice::partition_point examples | Scott McMurray | -0/+32 |
| 2022-10-15 | Stabilize `duration_checked_float` | Ryan Lopopolo | -26/+21 |
| 2022-10-15 | Documentation BTreeMap::append's behavior for already existing keys | philipp | -3/+6 |
| 2022-10-15 | Rollup merge of #102773 - joboet:apple_parker, r=thomcc | Dylan DPC | -1/+165 |
| 2022-10-15 | Auto merge of #98033 - joshtriplett:is-terminal-fd-handle, r=thomcc | bors | -36/+161 |
| 2022-10-15 | Use Align8 to avoid misalignment if the allocator or Vec doesn't align alloca... | Josh Triplett | -7/+7 |
| 2022-10-15 | Rewrite FILE_NAME_INFO handling to avoid enlarging slice reference | Josh Triplett | -4/+4 |
| 2022-10-15 | Make is_terminal fail fast if a process has no console at all | Josh Triplett | -1/+9 |
| 2022-10-15 | Add `IsTerminal` trait to determine if a descriptor or handle is a terminal | Josh Triplett | -35/+152 |
| 2022-10-14 | Auto merge of #103069 - matthiaskrgr:rollup-xxsx6sk, r=matthiaskrgr | bors | -52/+63 |
| 2022-10-14 | Rollup merge of #103067 - Nilstrieb:tidy-likes-the-alphabet, r=jackh726 | Matthias Krüger | -39/+50 |
| 2022-10-14 | Rollup merge of #103059 - beetrees:duration-from-negative-zero, r=thomcc | Matthias Krüger | -1/+10 |
| 2022-10-14 | Rollup merge of #103045 - lukas-code:blank-lines, r=GuillaumeGomez | Matthias Krüger | -11/+0 |
| 2022-10-14 | Rollup merge of #103017 - fortanix:raoul/sgx_tls_fix, r=ChrisDenton | Matthias Krüger | -0/+1 |
| 2022-10-14 | Rollup merge of #102781 - StackOverflowExcept1on:master, r=joshtriplett | Matthias Krüger | -1/+2 |
| 2022-10-14 | Auto merge of #101030 - woppopo:const_location, r=scottmcm | bors | -3/+41 |
| 2022-10-14 | Sort target features alphabetically | nils | -38/+48 |
| 2022-10-14 | Add some tidy-alphabetical | nils | -1/+2 |
| 2022-10-14 | Auto merge of #102783 - RalfJung:tls, r=thomcc | bors | -12/+27 |
| 2022-10-14 | Bugfix: keep TLS data in sync | Raoul Strackx | -0/+1 |
| 2022-10-14 | Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)` | beetrees | -1/+10 |
| 2022-10-14 | Auto merge of #102529 - colinba:master, r=joshtriplett | bors | -1/+1 |
| 2022-10-14 | Tweak grammar | Josh Triplett | -1/+1 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -16/+16 |
| 2022-10-14 | Rollup merge of #102847 - joshtriplett:bugfix-impl-fd-traits-for-io-types, r=... | Dylan DPC | -98/+54 |
| 2022-10-14 | remove leading newlines from integer primitive doc examples | Lukas Markeffsky | -11/+0 |
| 2022-10-14 | more dupe word typos | Rageking8 | -16/+16 |
| 2022-10-13 | Auto merge of #103009 - Dylan-DPC:rollup-9c2tng6, r=Dylan-DPC | bors | -0/+10 |
| 2022-10-13 | Rollup merge of #102854 - semarie:openbsd-immutablestack, r=m-ou-se | Dylan DPC | -0/+10 |
| 2022-10-13 | smarter way to avoid 'unused' warning when building for tests | Ralf Jung | -9/+2 |
| 2022-10-13 | sync thread_local key conditions exactly with what the macro uses | Ralf Jung | -10/+32 |
| 2022-10-13 | Auto merge of #102919 - luojia65:update-stdarch, r=Amanieu | bors | -0/+2 |
| 2022-10-13 | std: use `sync::Mutex` for internal statics | joboet | -123/+47 |
| 2022-10-13 | Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDenton | bors | -117/+202 |
| 2022-10-13 | kmc-solid: Handle errors returned by `SOLID_FS_ReadDir` | Tomoaki Kawada | -8/+12 |
| 2022-10-13 | Auto merge of #102995 - JohnTitor:rollup-yomkwge, r=JohnTitor | bors | -2/+2 |
| 2022-10-13 | library: update stdarch submodule | luojia65 | -0/+2 |
| 2022-10-13 | Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitor | Yuki Okushi | -2/+2 |
| 2022-10-13 | Auto merge of #102372 - abrown:issue-102157, r=thomcc | bors | -9/+28 |
| 2022-10-12 | expand documentation on type conversion w.r.t. `UnsafeCell` | Pointerbender | -8/+13 |
| 2022-10-13 | fix small word dupe typos | Rageking8 | -2/+2 |
| 2022-10-12 | Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3 | bors | -58/+84 |
| 2022-10-12 | Update docs for `CStr::from_ptr`. | Markus Reiter | -4/+13 |
| 2022-10-12 | Make `CStr::from_ptr` `const`. | Markus Reiter | -7/+25 |
| 2022-10-12 | Auto merge of #102460 - flba-eb:fix_85261_prevent_alloc_after_fork, r=thomcc | bors | -4/+23 |