| Age | Commit message (Expand) | Author | Lines |
| 2024-07-22 | Fix some `#[cfg_attr(not(doc), repr(..))]` | Pavel Grigorenko | -7/+7 |
| 2024-07-21 | Implement `debug_more_non_exhaustive` | Trevor Gross | -0/+200 |
| 2024-07-21 | Make use of raw strings in `core::fmt::builders` | Trevor Gross | -12/+12 |
| 2024-07-21 | Auto merge of #127722 - BoxyUwU:new_adt_const_params_limitations, r=compiler-... | bors | -12/+65 |
| 2024-07-19 | Auto merge of #127982 - matthiaskrgr:rollup-nzyvphj, r=matthiaskrgr | bors | -1/+1 |
| 2024-07-19 | Rollup merge of #127978 - nyurik:lib-refs, r=workingjubilee | Matthias Krüger | -1/+1 |
| 2024-07-19 | Avoid ref when using format! for perf | Yuri Astrakhan | -1/+1 |
| 2024-07-19 | improve safety comment | ivan-shrimp | -1/+1 |
| 2024-07-19 | add `NonZero<uN>::isqrt` | ivan-shrimp | -45/+63 |
| 2024-07-19 | Use `#[rustfmt::skip]` on some `use` groups to prevent reordering. | Nicholas Nethercote | -4/+11 |
| 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 |