| Age | Commit message (Expand) | Author | Lines |
| 2025-07-03 | Always use the pure Rust fallback instead of `llvm.{maximum,minimum}` | Urgau | -14/+16 |
| 2025-07-03 | Auto merge of #143363 - jdonszelmann:rollup-7cv1kql, r=jdonszelmann | bors | -518/+951 |
| 2025-07-03 | Rollup merge of #143329 - folkertdev:minicore-diagnostic-on-unimplemented, r=... | Jana Dönszelmann | -21/+67 |
| 2025-07-03 | Rollup merge of #143283 - marcoieni:document-optional, r=jieyouxu | Jana Dönszelmann | -0/+7 |
| 2025-07-03 | Rollup merge of #143083 - JonathanBrouwer:rustdoc-fix, r=jdonszelmann | Jana Dönszelmann | -1/+15 |
| 2025-07-03 | Rollup merge of #143038 - Qelxiros:142676-private-dependency-traits, r=tgross35 | Jana Dönszelmann | -11/+98 |
| 2025-07-03 | Rollup merge of #142876 - JonathanBrouwer:target_feature_parser, r=oli-obk | Jana Dönszelmann | -310/+438 |
| 2025-07-03 | Rollup merge of #134006 - klensy:typos, r=nnethercote | Jana Dönszelmann | -175/+326 |
| 2025-07-03 | Auto merge of #142910 - yotamofek:pr/rustdoc/markdown-lazy-to-string, r=Guill... | bors | -86/+83 |
| 2025-07-03 | minicore: use core's `diagnostic::on_unimplemented` messages | Folkert de Vries | -21/+67 |
| 2025-07-03 | setup CI and tidy to use typos for spellchecking and fix few typos | klensy | -175/+326 |
| 2025-07-03 | Auto merge of #143294 - ChrisDenton:rename-mingw, r=Kobzol | bors | -81/+80 |
| 2025-07-03 | Port `#[target_feature]` to the new attribute parsing infrastructure | Jonathan Brouwer | -310/+438 |
| 2025-07-03 | Auto merge of #143350 - matthiaskrgr:rollup-zcuvkve, r=matthiaskrgr | bors | -325/+716 |
| 2025-07-03 | Rollup merge of #143327 - RalfJung:miri-type-validity-error, r=oli-obk | Matthias Krüger | -107/+82 |
| 2025-07-03 | Rollup merge of #143325 - Kobzol:bootstrap-interner, r=clubby789 | Matthias Krüger | -4/+7 |
| 2025-07-03 | Rollup merge of #143324 - RalfJung:native-call-prep, r=oli-obk | Matthias Krüger | -61/+67 |
| 2025-07-03 | Rollup merge of #143321 - hkBst:typo-1, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2025-07-03 | Rollup merge of #143316 - Kobzol:bootstrap-check-tests, r=jieyouxu | Matthias Krüger | -63/+373 |
| 2025-07-03 | Rollup merge of #143292 - compiler-errors:explicit-generic, r=oli-obk | Matthias Krüger | -5/+16 |
| 2025-07-03 | Rollup merge of #143273 - 1c3t3a:enum-check-negative, r=SparrowLii | Matthias Krüger | -4/+93 |
| 2025-07-03 | Rollup merge of #143251 - lolbinarycat:bootstrap-toml-tidy-extra-checks, r=Ko... | Matthias Krüger | -2/+22 |
| 2025-07-03 | Rollup merge of #143192 - GuillaumeGomez:code-line-number, r=lolbinary | Matthias Krüger | -78/+55 |
| 2025-07-02 | avoid suggesting traits from private dependencies | Jeremy Smart | -32/+28 |
| 2025-07-02 | Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgr | bors | -974/+1532 |
| 2025-07-02 | Auto merge of #143337 - matthiaskrgr:rollup-lqwhe0i, r=matthiaskrgr | bors | -132/+306 |
| 2025-07-02 | Rollup merge of #143306 - samueltardieu:track-clippy-lints-emission, r=petroc... | Matthias Krüger | -0/+60 |
| 2025-07-02 | Rollup merge of #143276 - folkertdev:loop-match-opaque-pattern, r=Nadrieril | Matthias Krüger | -156/+270 |
| 2025-07-02 | Rollup merge of #143261 - compiler-errors:explicit-pred, r=oli-obk | Matthias Krüger | -3/+1 |
| 2025-07-02 | Rollup merge of #143235 - compiler-errors:const-item-bound, r=oli-obk | Matthias Krüger | -1/+85 |
| 2025-07-02 | Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkov | Matthias Krüger | -217/+73 |
| 2025-07-02 | Rollup merge of #142964 - GrigorenkoPV:attributes/argless, r=oli-obk | Matthias Krüger | -132/+91 |
| 2025-07-02 | Rollup merge of #142237 - benschulz:unused-parens-fn, r=fee1-dead | Matthias Krüger | -83/+596 |
| 2025-07-02 | Rollup merge of #142212 - GrigorenkoPV:codegens, r=Kobzol | Matthias Krüger | -36/+29 |
| 2025-07-02 | Rollup merge of #141219 - Amanieu:leak_alloc, r=joboet | Matthias Krüger | -316/+321 |
| 2025-07-02 | Rollup merge of #138340 - oli-obk:one-size-fits-all, r=m-ou-se | Matthias Krüger | -29/+5 |
| 2025-07-02 | Rollup merge of #131923 - ranger-ross:impl-copy-hash-interrorkind, r=tgross35 | Matthias Krüger | -1/+1 |
| 2025-07-02 | Rollup merge of #143274 - marcoieni:optional-jobs, r=Kobzol | Matthias Krüger | -6/+43 |
| 2025-07-02 | Rollup merge of #143258 - compiler-errors:disambiguator-state, r=oli-obk | Matthias Krüger | -46/+47 |
| 2025-07-02 | Rollup merge of #143232 - jieyouxu:compiletest-maintenance-3, r=Kobzol | Matthias Krüger | -44/+43 |
| 2025-07-02 | Rollup merge of #143231 - xizheyin:143152, r=fee1-dead | Matthias Krüger | -0/+20 |
| 2025-07-02 | Rollup merge of #143194 - folkertdev:fix-single-element-simd-bitcast, r=worki... | Matthias Krüger | -18/+47 |
| 2025-07-02 | Rollup merge of #142886 - Enselic:aarch64-panic, r=cuviper | Matthias Krüger | -2/+1 |
| 2025-07-02 | Rollup merge of #142321 - ostylk:fix/ppc64_abi, r=workingjubilee | Matthias Krüger | -1/+9 |
| 2025-07-02 | Rollup merge of #142138 - ashivaram23:vec_into_chunks, r=scottmcm | Matthias Krüger | -0/+55 |
| 2025-07-02 | Rollup merge of #141847 - xizheyin:141837, r=jhpratt | Matthias Krüger | -15/+41 |
| 2025-07-02 | Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31 | bors | -1194/+1053 |
| 2025-07-02 | Make the enum check work for negative discriminants | Bastian Kersting | -4/+93 |
| 2025-07-02 | Explicitly handle all nodes in generics_of when computing parent | Michael Goulet | -5/+16 |
| 2025-07-02 | bootstrap: add CONFIG_CHANGE_HISTORY entry for build.tidy-extra-checks | binarycat | -0/+5 |