| Age | Commit message (Expand) | Author | Lines |
| 2022-10-22 | Rollup merge of #103346 - HeroicKatora:metadata_of_const_pointer_argument, r=... | Dylan DPC | -1/+5 |
| 2022-10-22 | Rollup merge of #103329 - saethlin:nonnull-precondition, r=thomcc | Dylan DPC | -1/+5 |
| 2022-10-22 | Fix mod_inv termination for the last iteration | Simonas Kazlauskas | -26/+28 |
| 2022-10-21 | Auto merge of #101263 - lopopolo:lopopolo/c-unwind-fn-ptr-impls, r=thomcc | bors | -7/+21 |
| 2022-10-21 | Argument type for mutable with_metadata_of (#75091) | Andreas Molzer | -1/+5 |
| 2022-10-20 | Add a missing precondition check | Ben Kimock | -1/+5 |
| 2022-10-20 | Rollup merge of #103281 - thomcc:long-overdue, r=jyn514 | Matthias Krüger | -20/+23 |
| 2022-10-20 | Update tests to match error message changes | b4den | -1/+1 |
| 2022-10-20 | Skip C-unwind fn pointer impls with the bootstrap compiler | Ryan Lopopolo | -0/+1 |
| 2022-10-20 | clarify documentation about the memory layout of `UnsafeCell` | Pointerbender | -25/+34 |
| 2022-10-19 | Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ... | Thom Chiovoloni | -20/+23 |
| 2022-10-20 | Use a faster allocation size check in slice::from_raw_parts | Ben Kimock | -5/+16 |
| 2022-10-19 | Update stability annotations on fnptr impls for C-unwind ABI | Ryan Lopopolo | -13/+19 |
| 2022-10-19 | Add default trait implementations for "c-unwind" ABI function pointers | Ryan Lopopolo | -0/+7 |
| 2022-10-19 | Remove extra spaces | clubby789 | -8/+8 |
| 2022-10-19 | Derive `Eq` and `Hash` for `ControlFlow` | inquisitivecrystal | -1/+3 |
| 2022-10-19 | doc: rewrite doc for signed int::{carrying_add,borrowing_sub} | Trevor Spiteri | -36/+75 |
| 2022-10-19 | Rollup merge of #103127 - SUPERCILEX:inline-const-uninit, r=scottmcm | Dylan DPC | -2/+5 |
| 2022-10-19 | Auto merge of #103225 - matthiaskrgr:rollup-1zkv87y, r=matthiaskrgr | bors | -0/+74 |
| 2022-10-19 | Rollup merge of #103166 - the8472:copied-next-chunk, r=m-ou-se | Matthias Krüger | -0/+74 |
| 2022-10-19 | specialize slice_iter.copied().next_chunk() | The 8472 | -0/+74 |
| 2022-10-18 | Rollup merge of #102507 - scottmcm:more-binary-search-docs, r=m-ou-se | Matthias Krüger | -0/+32 |
| 2022-10-18 | Rollup merge of #101889 - tspiteri:redoc-uint-adc-sbb, r=m-ou-se | Matthias Krüger | -31/+49 |
| 2022-10-18 | Rollup merge of #103163 - SUPERCILEX:uninit-array-assume2, r=scottmcm | Yuki Okushi | -4/+3 |
| 2022-10-18 | Rollup merge of #103159 - cuviper:check_pow-final-try_opt, r=Mark-Simulacrum | Yuki Okushi | -2/+2 |
| 2022-10-17 | Remove all uses of array_assume_init | Alex Saveau | -4/+3 |
| 2022-10-17 | Remove the redundant `Some(try_opt!(..))` in `checked_pow` | Josh Stone | -2/+2 |
| 2022-10-17 | Fix typo in `ReverseSearcher` docs | Sky | -1/+1 |
| 2022-10-16 | Fix types in documentation for Alignment::as_usize and Alignmnet::as_nonzero | Thayne McCombs | -2/+2 |
| 2022-10-16 | Make transpose const and inline | Alex Saveau | -2/+5 |
| 2022-10-16 | Rollup merge of #103109 - RalfJung:phantom-data-impl, r=thomcc | Matthias Krüger | -59/+53 |
| 2022-10-16 | Rollup merge of #103102 - H4x5:len_utf16_docs, r=scottmcm | Matthias Krüger | -0/+5 |
| 2022-10-16 | Clarify the possible return values of len_utf16 | Sky | -0/+5 |
| 2022-10-16 | remove redundant Send impls for references | Ralf Jung | -7/+6 |
| 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 | More slice::partition_point examples | Scott McMurray | -0/+32 |
| 2022-10-15 | Stabilize `duration_checked_float` | Ryan Lopopolo | -22/+19 |
| 2022-10-14 | Auto merge of #103069 - matthiaskrgr:rollup-xxsx6sk, r=matthiaskrgr | bors | -12/+1 |
| 2022-10-14 | Rollup merge of #103059 - beetrees:duration-from-negative-zero, r=thomcc | Matthias Krüger | -1/+1 |
| 2022-10-14 | Rollup merge of #103045 - lukas-code:blank-lines, r=GuillaumeGomez | Matthias Krüger | -11/+0 |
| 2022-10-14 | Auto merge of #101030 - woppopo:const_location, r=scottmcm | bors | -3/+6 |
| 2022-10-14 | Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)` | beetrees | -1/+1 |
| 2022-10-14 | remove leading newlines from integer primitive doc examples | Lukas Markeffsky | -11/+0 |
| 2022-10-14 | more dupe word typos | Rageking8 | -12/+12 |
| 2022-10-13 | Auto merge of #102919 - luojia65:update-stdarch, r=Amanieu | bors | -0/+2 |
| 2022-10-13 | library: update stdarch submodule | luojia65 | -0/+2 |
| 2022-10-12 | expand documentation on type conversion w.r.t. `UnsafeCell` | Pointerbender | -8/+13 |