| Age | Commit message (Expand) | Author | Lines |
| 2025-02-26 | Rollup merge of #137614 - xizheyin:issue-134874, r=cuviper | León Orell Valerian Liehr | -2/+2 |
| 2025-02-26 | Rollup merge of #137311 - martn3:enable-f16-mips, r=tgross35 | León Orell Valerian Liehr | -1/+0 |
| 2025-02-26 | Rollup merge of #137154 - thaliaarchi:wtf8-fast-paths, r=ChrisDenton | León Orell Valerian Liehr | -3/+27 |
| 2025-02-25 | Auto merge of #137594 - RalfJung:miri-sync, r=RalfJung | bors | -0/+1 |
| 2025-02-25 | Auto merge of #137608 - fmease:rollup-h4siso6, r=fmease | bors | -1/+1 |
| 2025-02-25 | fix doc in library/core/src/pin.rs | xizheyin | -2/+2 |
| 2025-02-25 | Rollup merge of #137515 - tgross35:update-builtins, r=tgross35 | León Orell Valerian Liehr | -4/+4 |
| 2025-02-25 | Rollup merge of #137576 - goffrie:setvalzst, r=lcnr | León Orell Valerian Liehr | -1/+1 |
| 2025-02-25 | disable a potentially bogus test on Miri | Ralf Jung | -0/+1 |
| 2025-02-25 | Auto merge of #137571 - tgross35:rollup-i1tcnv1, r=tgross35 | bors | -49/+50 |
| 2025-02-24 | Don't doc-comment BTreeMap<K, SetValZST, A> | Geoffry Song | -1/+1 |
| 2025-02-24 | Rollup merge of #137543 - petrochenkov:wintest, r=ChrisDenton | Michael Goulet | -0/+4 |
| 2025-02-24 | Rollup merge of #137489 - RalfJung:no-more-rustc_intrinsic_must_be_overridden... | Michael Goulet | -1433/+357 |
| 2025-02-24 | Rollup merge of #137321 - aviraxp:patch-1, r=cuviper | Michael Goulet | -1/+3 |
| 2025-02-24 | Rollup merge of #137516 - RalfJung:rustc_const_unstable-cleanup, r=Amanieu | Trevor Gross | -4/+1 |
| 2025-02-24 | Rollup merge of #137349 - thaliaarchi:io-optional-methods/zkvm, r=Noratrieb | Trevor Gross | -1/+9 |
| 2025-02-24 | Rollup merge of #137109 - bend-n:knife, r=oli-obk | Trevor Gross | -15/+9 |
| 2025-02-24 | Rollup merge of #136775 - robertbastian:patch-2, r=Amanieu | Trevor Gross | -5/+2 |
| 2025-02-24 | Rollup merge of #136668 - WaffleLapkin:from_utf8_mut, r=Amanieu | Trevor Gross | -3/+2 |
| 2025-02-24 | Rollup merge of #135933 - hkBst:patch-19, r=workingjubilee | Trevor Gross | -5/+17 |
| 2025-02-24 | Rollup merge of #134655 - GrigorenkoPV:hash_extract_if, r=cuviper | Trevor Gross | -16/+10 |
| 2025-02-24 | Simplify trait error message for CoercePointee validation | Michael Goulet | -0/+1 |
| 2025-02-24 | std: Fix another new symlink test on Windows | Vadim Petrochenkov | -0/+4 |
| 2025-02-24 | Update string.rs | Robert Bastian | -2/+2 |
| 2025-02-24 | remove some unnecessary rustc_const_unstable | Ralf Jung | -4/+1 |
| 2025-02-24 | Update `compiler-builtins` to 0.1.148 | Trevor Gross | -4/+4 |
| 2025-02-24 | Rollup merge of #137495 - madhav-madhusoodanan:feature-unstable-control-flow-... | Jacob Pratt | -0/+21 |
| 2025-02-24 | Rollup merge of #137484 - chenyukang:yukang-fix-sort-doc, r=Noratrieb | Jacob Pratt | -15/+33 |
| 2025-02-24 | Rollup merge of #137482 - rust9x:win-file-open-truncate, r=ChrisDenton | Jacob Pratt | -25/+11 |
| 2025-02-24 | Rollup merge of #137393 - chorman0773:unbounded-shifts-stabilize, r=Amanieu | Jacob Pratt | -8/+336 |
| 2025-02-24 | Rollup merge of #137061 - progressive-galib:gen_future-closing#76249, r=ibrah... | Jacob Pratt | -4/+4 |
| 2025-02-24 | remove uses of rustc_intrinsic_must_be_overridden from standard library | Ralf Jung | -1433/+357 |
| 2025-02-24 | Added into_value const function to ControlFlow<T, T> | Madhav Madhusoodanan | -0/+21 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -38/+38 |
| 2025-02-23 | Rollup merge of #137297 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -4/+4 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -116/+89 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -38/+38 |
| 2025-02-23 | Fix documentation for unstable sort | yukang | -15/+33 |
| 2025-02-23 | Stabilize `core::str::from_utf8_mut` | Waffle Lapkin | -3/+2 |
| 2025-02-23 | stabilize extract_if | bendn | -15/+9 |
| 2025-02-23 | Win: use existing wrappers for `SetFileInformationByHandle` in `File::open_na... | Dennis Duda | -25/+11 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -371/+44 |
| 2025-02-23 | add stdarch compatibility hack | Ralf Jung | -0/+12 |
| 2025-02-23 | Rollup merge of #137194 - kornelski:ftls, r=tgross35 | Jacob Pratt | -7/+25 |
| 2025-02-23 | Rollup merge of #136826 - xizheyin:issue-136737, r=thomcc | Jacob Pratt | -26/+45 |
| 2025-02-23 | Update `compiler-builtins` to 0.1.147 | Trevor Gross | -4/+4 |
| 2025-02-23 | Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor... | Matthias Krüger | -3/+2 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -21/+13 |
| 2025-02-23 | Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3 | Matthias Krüger | -8/+14 |
| 2025-02-22 | make the new intrinsics safe | Ralf Jung | -12/+12 |