| Age | Commit message (Expand) | Author | Lines |
| 2023-11-30 | move exposed-provenance APIs into separate feature gate and explain the relat... | Ralf Jung | -48/+62 |
| 2023-11-29 | Use OnceCell in cell module documentation | Marcin Serwin | -4/+4 |
| 2023-11-29 | Auto merge of #118315 - WaffleLapkin:don't-repeat_byte, r=m-ou-se | bors | -16/+2 |
| 2023-11-29 | Rollup merge of #118231 - RalfJung:const-raw-slice-empty, r=cuviper | Matthias Krüger | -3/+21 |
| 2023-11-29 | Rollup merge of #118265 - RalfJung:memcpy, r=cuviper | Matthias Krüger | -3/+2 |
| 2023-11-29 | Auto merge of #114841 - bvanjoi:fix-114814, r=cuviper | bors | -0/+14 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -40/+316 |
| 2023-11-28 | Rollup merge of #118397 - Zalathar:nonzero, r=WaffleLapkin | Matthias Krüger | -2/+2 |
| 2023-11-28 | Rollup merge of #118236 - ksw2000:update_mod_comment, r=cuviper | Matthias Krüger | -3/+3 |
| 2023-11-28 | Rollup merge of #115331 - the8472:chars_advance, r=cuviper | Matthias Krüger | -0/+50 |
| 2023-11-28 | Fix comments for unsigned non-zero `checked_add`, `saturating_add` | Zalathar | -2/+2 |
| 2023-11-27 | optimize str::iter::Chars::advance_by | The 8472 | -0/+50 |
| 2023-11-27 | use the usual attributes for panic_misaligned_pointer_dereference | Ralf Jung | -2/+2 |
| 2023-11-27 | make sure panic_nounwind_fmt can still be fully inlined (e.g. for panic_immed... | Ralf Jung | -1/+4 |
| 2023-11-27 | Auto merge of #118321 - WaffleLapkin:unspace-fn-pointer-fake-variadic, r=notr... | bors | -1/+1 |
| 2023-11-27 | Simplify Default for tuples | DaniPopes | -9/+6 |
| 2023-11-27 | Auto merge of #118313 - WaffleLapkin:fixup_comments_in_some_nonzero_ops, r=th... | bors | -14/+44 |
| 2023-11-26 | Add `is_aligned{,_to}` convenience methods to `NonNull` | Maybe Waffle | -0/+234 |
| 2023-11-26 | Add `align_offset` convenience method to `NonNull` | Maybe Waffle | -0/+60 |
| 2023-11-26 | Add `replace` and `swap` convenience methods to `NonNull` | Maybe Waffle | -0/+35 |
| 2023-11-26 | Add `offset_from`-ish convenience methods to `NonNull` | Maybe Waffle | -11/+209 |
| 2023-11-26 | Add offset-ish convenience methods to `NonNull` | Maybe Waffle | -0/+274 |
| 2023-11-26 | Add read/write/copy convenience methods to `NonNull` | Maybe Waffle | -14/+223 |
| 2023-11-26 | rustdoc: Remove space from fake-variadic fn ptr impls | Maybe Waffle | -1/+1 |
| 2023-11-26 | Update std::simd usage and test outputs | Caleb Zulawski | -9/+9 |
| 2023-11-26 | Use inner docs to fix links | Caleb Zulawski | -1/+2 |
| 2023-11-26 | Fix library tests | Caleb Zulawski | -3/+2 |
| 2023-11-26 | Use `usize::repeat_u8` instead of implementing `repeat_byte` in `memchr.rs` | Maybe Waffle | -16/+2 |
| 2023-11-26 | Improve some comments for non-zero ops | Maybe Waffle | -14/+44 |
| 2023-11-26 | Auto merge of #110303 - nbdd0121:master, r=Mark-Simulacrum | bors | -147/+154 |
| 2023-11-25 | Address review feedback | Gary Guo | -5/+11 |
| 2023-11-25 | Convert many `assert_unsafe_precondition` to `debug_assert_nounwind` | Gary Guo | -132/+98 |
| 2023-11-25 | Add `debug_assert_nounwind` | Gary Guo | -19/+54 |
| 2023-11-25 | Rollup merge of #117968 - Urgau:stabilize-ptr-addr-eq, r=dtolnay | Michael Goulet | -4/+5 |
| 2023-11-24 | Auto merge of #118138 - Nilstrieb:one-previous-error, r=WaffleLapkin | bors | -1/+1 |
| 2023-11-24 | remove the memcpy-on-equal-ptrs assumption | Ralf Jung | -3/+2 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 |
| 2023-11-24 | Rollup merge of #118238 - RalfJung:memcpy, r=Mark-Simulacrum | Michael Goulet | -1/+1 |
| 2023-11-24 | Auto merge of #118228 - Mark-Simulacrum:alloc-opt, r=scottmcm | bors | -1/+5 |
| 2023-11-24 | memcpy assumptions: update GCC link | Ralf Jung | -1/+1 |
| 2023-11-24 | correct grammar | Kashiwa | -1/+1 |
| 2023-11-24 | Auto merge of #118232 - matthiaskrgr:rollup-x8crvm0, r=matthiaskrgr | bors | -2/+6 |
| 2023-11-24 | Update comment for consistent context logic. | Kashiwa | -2/+2 |
| 2023-11-24 | also add is_empty to const raw slices | Ralf Jung | -3/+21 |
| 2023-11-24 | Rollup merge of #118028 - Jules-Bertholet:dyn-any-doc, r=thomcc | Matthias Krüger | -0/+5 |
| 2023-11-24 | Rollup merge of #117940 - zhiqiangxu:remove_redundant_drop, r=thomcc | Matthias Krüger | -2/+1 |
| 2023-11-24 | Auto merge of #117722 - okaneco:binarysearch, r=thomcc | bors | -9/+8 |
| 2023-11-23 | Indicate that multiplication in Layout::array cannot overflow | Mark Rousskov | -1/+5 |
| 2023-11-24 | add track_caller for arith ops | bohan | -0/+14 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -0/+7 |