| Age | Commit message (Expand) | Author | Lines |
| 2024-07-18 | Rollup merge of #127748 - scottmcm:option_len, r=joboet | Matthias Krüger | -7/+17 |
| 2024-07-17 | Rollup merge of #127859 - RalfJung:ptr-dyn-metadata, r=scottmcm | Trevor Gross | -6/+10 |
| 2024-07-17 | Rollup merge of #127337 - celinval:intrinsics-fallback, r=oli-obk | Matthias Krüger | -59/+162 |
| 2024-07-17 | ptr::metadata: update comment on vtable_ptr work-around | Ralf Jung | -4/+7 |
| 2024-07-17 | ptr::metadata: avoid references to extern types | Ralf Jung | -2/+3 |
| 2024-07-17 | Split part of `adt_const_params` into `unsized_const_params` | Boxy | -19/+63 |
| 2024-07-17 | Forbid `!Sized` types and references | Boxy | -3/+12 |
| 2024-07-16 | Rollup merge of #127444 - Sky9x:cstr-bytes-iter, r=dtolnay | Trevor Gross | -2/+15 |
| 2024-07-16 | Rollup merge of #126776 - nnethercote:rustfmt-use-pre-cleanups-2, r=cuviper | Trevor Gross | -24/+24 |
| 2024-07-16 | Rollup merge of #126271 - diondokter:dec2flt-skip-fast-path, r=tgross35 | Trevor Gross | -2/+4 |
| 2024-07-17 | Cfg nit | Dion Dokter | -1/+1 |
| 2024-07-17 | Avoid comments that describe multiple `use` items. | Nicholas Nethercote | -20/+23 |
| 2024-07-17 | Merge some `core::iter` entries. | Nicholas Nethercote | -4/+1 |
| 2024-07-16 | Rollup merge of #127047 - tspiteri:f128-aconsts-lsd, r=tgross35 | Trevor Gross | -3/+3 |
| 2024-07-15 | `impl Send + Sync` and override `count` for the `CStr::bytes` iterator | Sky | -2/+15 |
| 2024-07-15 | Auto merge of #127777 - matthiaskrgr:rollup-qp2vkan, r=matthiaskrgr | bors | -18/+19 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -18/+19 |
| 2024-07-15 | lib: replace some `mem::forget`'s with `ManuallyDrop` | Pavel Grigorenko | -10/+5 |
| 2024-07-15 | Auto merge of #127020 - tgross35:f16-f128-classify, r=workingjubilee | bors | -33/+491 |
| 2024-07-15 | Remove generic lifetime parameter of trait `Pattern` | Benoît du Garreau | -146/+151 |
| 2024-07-15 | Mark some `f16` and `f128` functions unstably const | Trevor Gross | -32/+210 |
| 2024-07-15 | Use Option's discriminant as its size hint | Scott McMurray | -7/+17 |
| 2024-07-14 | Add `classify` and related methods for `f16` and `f128` | Trevor Gross | -1/+281 |
| 2024-07-14 | Rollup merge of #127592 - tesuji:patch-1, r=Mark-Simulacrum | Matthias Krüger | -0/+4 |
| 2024-07-13 | Rollup merge of #127446 - zachs18:miri-stdlib-leaks-core-alloc, r=Mark-Simula... | Jubilee | -0/+20 |
| 2024-07-14 | doc: Suggest `str::repeat` over `iter::repeat().take().collect()` | tesuji | -0/+4 |
| 2024-07-13 | Auto merge of #126958 - dtolnay:u32char, r=Mark-Simulacrum | bors | -3/+5 |
| 2024-07-13 | Rollup merge of #127668 - spencer3035:improve-slice-doc, r=jhpratt | Jacob Pratt | -10/+50 |
| 2024-07-12 | Updated slice documentation | Spencer | -10/+50 |
| 2024-07-13 | Use is_val_statically_known to optimize pow | Mikhail Zabaluev | -92/+125 |
| 2024-07-12 | Rename the internal `const_strlen` to just `strlen` | Trevor Gross | -2/+2 |
| 2024-07-12 | Rollup merge of #127433 - dtolnay:conststrlen, r=workingjubilee | Matthias Krüger | -4/+5 |
| 2024-07-11 | Add instability attribute on private const_strlen function | David Tolnay | -0/+1 |
| 2024-07-12 | Rollup merge of #127422 - greaka:master, r=workingjubilee | Matthias Krüger | -22/+4 |
| 2024-07-12 | Explicitly unroll integer pow for small exponents | Mikhail Zabaluev | -12/+112 |
| 2024-07-11 | Optimize integer pow by removing exit branch | Mikhail Zabaluev | -73/+52 |
| 2024-07-11 | Rollup merge of #127599 - tgross35:lazy_cell_consume-rename, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-07-11 | Rollup merge of #127588 - uweigand:s390x-f16-doctests, r=tgross35 | Matthias Krüger | -0/+15 |
| 2024-07-11 | Rollup merge of #124599 - estebank:issue-41708, r=wesleywiser | Matthias Krüger | -0/+1 |
| 2024-07-11 | Rename `lazy_cell_consume` to `lazy_cell_into_inner` | Trevor Gross | -2/+2 |
| 2024-07-10 | core: Limit remaining f16 doctests to x86_64 linux | Ulrich Weigand | -0/+15 |
| 2024-07-10 | size_of_val_raw: for length 0 this is safe to call | Ralf Jung | -0/+10 |
| 2024-07-10 | Rollup merge of #127091 - Sky9x:fused-error-sources-iter, r=dtolnay | Jacob Pratt | -0/+7 |
| 2024-07-08 | Auto merge of #127235 - martn3:no-mips-f16, r=tgross35,scottmcm | bors | -6/+9 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-07-08 | Rollup merge of #126921 - workingjubilee:outline-va-list, r=Nilstrieb | 许杰友 Jieyou Xu (Joe) | -400/+315 |
| 2024-07-07 | Auto merge of #127454 - matthiaskrgr:rollup-k3vfen2, r=matthiaskrgr | bors | -1/+15 |
| 2024-07-07 | Rollup merge of #127354 - nicholasbishop:bishop-sized-doc, r=Nilstrieb | Matthias Krüger | -0/+14 |
| 2024-07-07 | Rollup merge of #127179 - tgross35:typeid-debug-hex, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-07-07 | Specialize `TrustedLen` for `Iterator::unzip()` | Chayim Refael Friedman | -15/+107 |