| Age | Commit message (Expand) | Author | Lines |
| 2024-08-15 | derive(SmartPointer): register helper attributes | Ding Xiang Fei | -1/+1 |
| 2024-08-12 | Fix linkchecker issue | Lukas Bergdoll | -1/+1 |
| 2024-08-12 | Apply review comments to PartialOrd section | Lukas Bergdoll | -7/+7 |
| 2024-08-12 | Hide internal sort module | Lukas Bergdoll | -0/+1 |
| 2024-08-12 | Apply review comments | Lukas Bergdoll | -45/+50 |
| 2024-08-12 | Improve panic sections for sort*, sort_unstable* and select_nth_unstable* | Lukas Bergdoll | -12/+15 |
| 2024-08-12 | Improve panic message and surrounding documentation for Ord violations | Lukas Bergdoll | -4/+19 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -0/+1 |
| 2024-07-21 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -17/+17 |
| 2024-07-19 | Auto merge of #127982 - matthiaskrgr:rollup-nzyvphj, r=matthiaskrgr | bors | -2/+2 |
| 2024-07-19 | Rollup merge of #127978 - nyurik:lib-refs, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2024-07-19 | Avoid ref when using format! for perf | Yuri Astrakhan | -2/+2 |
| 2024-07-19 | improve safety comment | ivan-shrimp | -1/+1 |
| 2024-07-19 | add `NonZero<uN>::isqrt` | ivan-shrimp | -45/+63 |
| 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-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 | Auto merge of #127020 - tgross35:f16-f128-classify, r=workingjubilee | bors | -33/+491 |
| 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-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-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 | 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 |