| Age | Commit message (Expand) | Author | Lines |
| 2025-05-02 | Don't allow flattened format_args in const. | Mara Bos | -1/+8 |
| 2025-04-17 | make `Arguments::as_statically_known_str` doc(hidden) | mejrs | -0/+1 |
| 2025-03-31 | replace version placeholder | Boxy | -62/+62 |
| 2025-03-28 | Rollup merge of #138976 - xizheyin:issue-138969, r=RalfJung | Matthias Krüger | -1/+2 |
| 2025-03-28 | std: Explain range follows standard half-open range in `offset` | xizheyin | -1/+2 |
| 2025-03-26 | Use cfg_match in core | Christopher Durham | -118/+53 |
| 2025-03-25 | Rollup merge of #138945 - DaniPopes:override-partialord-bool, r=scottmcm | Jacob Pratt | -27/+23 |
| 2025-03-25 | Override PartialOrd methods for bool | DaniPopes | -27/+23 |
| 2025-03-25 | Rollup merge of #135745 - bardiharborow:std/net/rfc9602, r=cuviper | Matthias Krüger | -0/+2 |
| 2025-03-23 | Rollup merge of #138135 - scottmcm:chaining-ord, r=Mark-Simulacrum | Jacob Pratt | -11/+109 |
| 2025-03-23 | Stop using specialization for this | Scott McMurray | -82/+93 |
| 2025-03-23 | Rollup merge of #138854 - TaKO8Ki:invalid-extern-fn-body, r=compiler-errors | Michael Goulet | -1/+1 |
| 2025-03-23 | Rollup merge of #136040 - mu001999-contrib:cleanup, r=Mark-Simulacrum | Michael Goulet | -55/+0 |
| 2025-03-23 | fix typo | Takayuki Maeda | -1/+1 |
| 2025-03-23 | Auto merge of #138833 - joboet:optimize-repeat-n, r=thomcc | bors | -4/+55 |
| 2025-03-22 | Auto merge of #138831 - matthiaskrgr:rollup-3t0dqiz, r=matthiaskrgr | bors | -0/+4 |
| 2025-03-22 | core: optimize `RepeatN` | joboet | -4/+55 |
| 2025-03-22 | Rollup merge of #138804 - tgross35:atomic-from-ptr-inline, r=RalfJung | Matthias Krüger | -0/+3 |
| 2025-03-22 | Rollup merge of #138773 - RalfJung:catch_unwind_docs, r=jhpratt | Matthias Krüger | -0/+1 |
| 2025-03-22 | Auto merge of #136974 - m-ou-se:fmt-options-64-bit, r=scottmcm | bors | -187/+234 |
| 2025-03-21 | Allow inlining for `Atomic*::from_ptr` | Trevor Gross | -0/+3 |
| 2025-03-21 | Add todo comment on using a niche type for fmt flags. | Mara Bos | -0/+2 |
| 2025-03-21 | Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkin | Matthias Krüger | -0/+1 |
| 2025-03-21 | catch_unwind intrinsic: document return value | Ralf Jung | -0/+1 |
| 2025-03-21 | Recognise new IPv6 non-global range from RFC9602 | Bardi Harborow | -0/+2 |
| 2025-03-21 | Rollup merge of #138650 - thaliaarchi:io-write-fmt-known, r=ibraheemdev | Matthias Krüger | -1/+2 |
| 2025-03-19 | add rustc_macro_edition_2021 | Jana Dönszelmann | -0/+1 |
| 2025-03-19 | Add chaining versions of lt/le/gt/ge and use them in tuple PartialOrd | Scott McMurray | -11/+98 |
| 2025-03-19 | Rollup merge of #138540 - okaneco:const_split_off_first_last, r=m-ou-se | Matthias Krüger | -8/+18 |
| 2025-03-19 | Rollup merge of #135394 - clarfonthey:uninit-slices-part-2, r=tgross35 | Matthias Krüger | -139/+181 |
| 2025-03-19 | use then | bendn | -5/+1 |
| 2025-03-18 | Optimize io::Write::write_fmt for constant strings | Thalia Archibald | -1/+2 |
| 2025-03-17 | Rollup merge of #137449 - compiler-errors:control-flow, r=Amanieu,lnicola | Matthias Krüger | -0/+1 |
| 2025-03-17 | Auto merge of #138583 - jhpratt:rollup-h699hty, r=jhpratt | bors | -3/+6 |
| 2025-03-16 | Rollup merge of #136359 - hkBst:ptr_copy_docs, r=Amanieu | Jacob Pratt | -3/+6 |
| 2025-03-17 | Auto merge of #138363 - beetrees:f16-f128-integer-convert, r=Amanieu | bors | -2/+48 |
| 2025-03-16 | Make ControlFlow must_use | Michael Goulet | -0/+1 |
| 2025-03-16 | Auto merge of #138537 - yotamofek:pr/lib/multi-char-pattern, r=jhpratt | bors | -4/+4 |
| 2025-03-16 | Rollup merge of #135080 - Enselic:debug-ptr-metadata, r=thomcc | 许杰友 Jieyou Xu (Joe) | -1/+26 |
| 2025-03-16 | Rollup merge of #138329 - scottmcm:assert-hint, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -0/+9 |
| 2025-03-16 | Rollup merge of #138323 - kpreid:offset-of-doc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -36/+48 |
| 2025-03-16 | Rollup merge of #138309 - DiuDiu777:intrinsic-doc-fix, r=thomcc | 许杰友 Jieyou Xu (Joe) | -7/+24 |
| 2025-03-16 | Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc | 许杰友 Jieyou Xu (Joe) | -114/+79 |
| 2025-03-16 | Rollup merge of #133055 - kpreid:clone-uninit-doc, r=Mark-Simulacrum | 许杰友 Jieyou Xu (Joe) | -30/+145 |
| 2025-03-15 | core/slice: Mark some `split_off` variants unstably const | okaneco | -8/+18 |
| 2025-03-15 | Optimize multi-char string patterns | Yotam Ofek | -4/+4 |
| 2025-03-14 | Rollup merge of #138477 - compiler-errors:deny-bikeshed-guaranteed-no-drop, r... | León Orell Valerian Liehr | -1/+5 |
| 2025-03-14 | Rollup merge of #138353 - RalfJung:expose-provenance-must-use, r=ibraheemdev | León Orell Valerian Liehr | -1/+0 |
| 2025-03-14 | Auto merge of #138480 - jhpratt:rollup-y3b8wu5, r=jhpratt | bors | -12/+173 |
| 2025-03-14 | Rollup merge of #138398 - RalfJung:atomic-intrinsics-provenance, r=nnethercote | Jacob Pratt | -1/+152 |