| Age | Commit message (Expand) | Author | Lines |
| 2024-08-08 | Stabilize `Ready::into_inner()` | daxpedda | -2/+1 |
| 2024-08-07 | Mark `{f32,f64}::{next_up,next_down,midpoint}` inline | Trevor Gross | -0/+6 |
| 2024-08-06 | Rollup merge of #128417 - tgross35:f16-f128-math, r=dtolnay | Trevor Gross | -6/+645 |
| 2024-08-07 | Rollup merge of #125048 - dingxiangfei2009:stable-deref, r=amanieu | Matthias Krüger | -2/+75 |
| 2024-08-06 | Add a special case for CStr/CString in the improper_ctypes lint | Flying-Toast | -0/+1 |
| 2024-08-05 | custom MIR: add support for tail calls | Ralf Jung | -0/+8 |
| 2024-08-05 | nontemporal_store: make sure that the intrinsic is truly just a hint | Ralf Jung | -5/+5 |
| 2024-08-05 | Rollup merge of #128619 - glandium:last_chunk, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-08-05 | Rollup merge of #128609 - swenson:smaller-faster-dragon, r=Amanieu | Matthias Krüger | -23/+26 |
| 2024-08-05 | Correct the const stabilization of `<[T]>::last_chunk` | Mike Hommey | -1/+1 |
| 2024-08-04 | refactor: standardize duplicate processes in parser | Konippi | -32/+24 |
| 2024-08-04 | Rollup merge of #128526 - tshepang:patch-1, r=Amanieu | Matthias Krüger | -10/+0 |
| 2024-08-04 | Auto merge of #128466 - sayantn:stdarch-update, r=tgross35 | bors | -0/+1 |
| 2024-08-04 | Chore: add `x86_amx_intrinsics` feature flag to `core/lib.rs` and remove `iss... | sayantn | -0/+1 |
| 2024-08-03 | Rollup merge of #128530 - scottmcm:repeat-n-unchecked, r=joboet | Matthias Krüger | -13/+20 |
| 2024-08-03 | Remove unnecessary constants from flt2dec dragon | Christopher Swenson | -23/+26 |
| 2024-08-03 | Apply review comments to PartialOrd section | Lukas Bergdoll | -7/+7 |
| 2024-08-03 | Auto merge of #128404 - compiler-errors:revert-dead-code-changes, r=pnkfelix | bors | -0/+1 |
| 2024-08-03 | Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix" | Michael Goulet | -0/+1 |
| 2024-08-03 | Rollup merge of #126704 - sayantn:sha, r=Amanieu | Matthias Krüger | -0/+10 |
| 2024-08-02 | Auto merge of #128254 - Amanieu:orig-binary-search, r=tgross35 | bors | -31/+44 |
| 2024-08-01 | Implement `UncheckedIterator` directly for `RepeatN` | Scott McMurray | -13/+20 |
| 2024-08-02 | Rollup merge of #128453 - RalfJung:raw_eq, r=saethlin | Matthias Krüger | -2/+4 |
| 2024-08-02 | time.rs: remove "Basic usage text" | Tshepang Mbambo | -10/+0 |
| 2024-08-02 | Add the `sha512`, `sm3` and `sm4` target features | sayantn | -0/+10 |
| 2024-08-01 | Add a disclaimer about x86 `f128` math functions | Trevor Gross | -0/+3 |
| 2024-08-01 | Update comments for `{f16, f32, f64, f128}::midpoint` | Trevor Gross | -12/+12 |
| 2024-08-01 | Add `core` functions for `f16` and `f128` that require math routines | Trevor Gross | -0/+347 |
| 2024-08-01 | Add math intrinsics for `f16` and `f128` | Trevor Gross | -0/+289 |
| 2024-08-01 | Rollup merge of #128497 - Bryanskiy:fix-dropck-doc, r=lcnr | Matthias Krüger | -3/+4 |
| 2024-08-01 | Hide internal sort module | Lukas Bergdoll | -0/+1 |
| 2024-08-01 | fix dropck documentation for `[T;0]` special-case | Bryanskiy | -3/+4 |
| 2024-08-01 | core: use `compare_bytes` for more slice element types | joboet | -6/+19 |
| 2024-07-31 | raw_eq: using it on bytes with provenance is not UB (outside const-eval) | Ralf Jung | -2/+4 |
| 2024-07-31 | Apply review comments | Lukas Bergdoll | -45/+50 |
| 2024-07-31 | PinCoerceUnsized trait into core | Xiangfei Ding | -2/+75 |
| 2024-07-30 | Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68 | bors | -120/+19 |
| 2024-07-30 | Rewrite binary search implementation | Amanieu d'Antras | -31/+44 |
| 2024-07-30 | Auto merge of #128250 - Amanieu:select_unpredictable, r=nikic | bors | -0/+28 |
| 2024-07-29 | CloneToUninit: use a private specialization trait | Pavel Grigorenko | -117/+134 |
| 2024-07-29 | Sparkle some attributes over `CloneToUninit` stuff | Pavel Grigorenko | -0/+7 |
| 2024-07-29 | impl CloneToUninit for str and CStr | Pavel Grigorenko | -0/+21 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -2/+3 |
| 2024-07-29 | Rollup merge of #128307 - ojeda:unescaped_backticks, r=GuillaumeGomez | Matthias Krüger | -4/+5 |
| 2024-07-29 | Warn on `rustdoc::unescaped_backticks` for `core/alloc/std/test/proc_macro` | Miguel Ojeda | -0/+1 |
| 2024-07-29 | Remove spurious backticks detected by `rustdoc::unescaped_backticks` | Miguel Ojeda | -4/+4 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -561/+318 |
| 2024-07-28 | step cfg(bootstrap) | Mark Rousskov | -104/+3 |
| 2024-07-28 | Update CURRENT_RUSTC_VERSION | Mark Rousskov | -17/+17 |
| 2024-07-28 | Rollup merge of #128240 - mbrubeck:patch-3, r=joboet | Guillaume Gomez | -0/+18 |