| Age | Commit message (Expand) | Author | Lines |
| 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 | -37/+50 |
| 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/+121 |
| 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 | -37/+50 |
| 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/+61 |
| 2024-07-29 | Stabilize offset_of_nested | George Bateman | -56/+59 |
| 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 | -627/+395 |
| 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 |
| 2024-07-28 | Rollup merge of #128228 - slanterns:const_waker, r=dtolnay,oli-obk | Guillaume Gomez | -14/+44 |
| 2024-07-28 | Rollup merge of #128103 - folkertdev:unsigned-int-is-multiple-of, r=Amanieu | Guillaume Gomez | -0/+38 |
| 2024-07-28 | Rollup merge of #127765 - bitfield:fix_stdlib_doc_nits, r=dtolnay | Guillaume Gomez | -456/+503 |
| 2024-07-28 | Force LLVM to use CMOV for binary search | Amanieu d'Antras | -0/+28 |
| 2024-07-28 | stabilize const_waker | Slanterns | -14/+44 |
| 2024-07-28 | Update NonNull::align_offset quarantees | Wiktor Przetacznik | -3/+10 |
| 2024-07-28 | Rollup merge of #128282 - pitaj:nonzero_bitwise, r=workingjubilee | Matthias Krüger | -3/+430 |
| 2024-07-28 | Rollup merge of #128279 - slanterns:is_sorted, r=dtolnay | Matthias Krüger | -18/+6 |
| 2024-07-28 | stabilize `is_sorted` | Slanterns | -18/+6 |
| 2024-07-27 | bitwise and bytewise methods on `NonZero` | Peter Jaszkowiak | -3/+430 |