| Age | Commit message (Expand) | Author | Lines |
| 2025-07-04 | clippy fix: rely on autoderef | Marijn Schouten | -7/+7 |
| 2025-07-04 | Auto merge of #143407 - jhpratt:rollup-ekkoubw, r=jhpratt | bors | -125/+247 |
| 2025-07-04 | Rollup merge of #143395 - Urgau:llvm-fallback-minimum-maximum, r=tgross35 | Jacob Pratt | -14/+16 |
| 2025-07-04 | Rollup merge of #143394 - workingjubilee:reorganize-hir-analysis-provide-fn, ... | Jacob Pratt | -52/+36 |
| 2025-07-04 | Rollup merge of #143381 - fee1-dead-contrib:push-pzxuvlnymxpu, r=GuillaumeGomez | Jacob Pratt | -1/+50 |
| 2025-07-04 | Rollup merge of #143380 - cjgillot:kw_span, r=compiler-errors | Jacob Pratt | -23/+31 |
| 2025-07-04 | Rollup merge of #143378 - hkBst:clippy-fix-6, r=tgross35 | Jacob Pratt | -4/+4 |
| 2025-07-04 | Rollup merge of #143370 - hkBst:clippy-fix-4, r=tgross35 | Jacob Pratt | -4/+0 |
| 2025-07-04 | Rollup merge of #143356 - hkBst:clippy-fix-2, r=scottmcm | Jacob Pratt | -1/+1 |
| 2025-07-04 | Rollup merge of #143346 - emmanuel-ferdman:master, r=tshepang | Jacob Pratt | -1/+1 |
| 2025-07-04 | Rollup merge of #143307 - compiler-errors:fast-path-nitpicks, r=lcnr | Jacob Pratt | -24/+31 |
| 2025-07-04 | Rollup merge of #143288 - ehuss:fix-clean-fifo, r=Kobzol | Jacob Pratt | -1/+1 |
| 2025-07-04 | Rollup merge of #142749 - LimpSquid:bool_to_result, r=scottmcm | Jacob Pratt | -0/+76 |
| 2025-07-03 | Auto merge of #142890 - kornelski:unused-var-debug, r=saethlin | bors | -2/+54 |
| 2025-07-03 | compiler: document all provide fn in hir_analysis and hir_typeck | Jubilee Young | -2/+7 |
| 2025-07-03 | compiler: inline 1-2 query provide fn in hir_analysis and hir_typeck | Jubilee Young | -50/+29 |
| 2025-07-03 | Auto merge of #143390 - GuillaumeGomez:rollup-2avj41s, r=GuillaumeGomez | bors | -130/+279 |
| 2025-07-03 | Always use the pure Rust fallback instead of `llvm.{maximum,minimum}` | Urgau | -14/+16 |
| 2025-07-03 | Rollup merge of #143384 - GuillaumeGomez:update-browser-ui-test, r=kobzol | Guillaume Gomez | -2/+2 |
| 2025-07-03 | Rollup merge of #143379 - jieyouxu:backport-accepted, r=apiraino | Guillaume Gomez | -19/+90 |
| 2025-07-03 | Rollup merge of #143369 - bjorn3:cleanup_metadata_loading, r=lcnr | Guillaume Gomez | -95/+134 |
| 2025-07-03 | Rollup merge of #143364 - fee1-dead-contrib:push-pzymzusnzlso, r=workingjubilee | Guillaume Gomez | -1/+1 |
| 2025-07-03 | Rollup merge of #141831 - lolbinarycat:rustdoc-extern-reexport-135092, r=Guil... | Guillaume Gomez | -13/+52 |
| 2025-07-03 | Auto merge of #142857 - rust-lang:cargo_update, r=clubby789 | bors | -131/+231 |
| 2025-07-03 | cargo update | github-actions | -131/+231 |
| 2025-07-03 | Update browser-ui-test version to `0.21.1` | Guillaume Gomez | -2/+2 |
| 2025-07-03 | rustdoc: don't treat methods under const impls or traits as const | Deadbeef | -1/+50 |
| 2025-07-03 | Replace kw_span by full span. | Camille GILLOT | -23/+31 |
| 2025-07-03 | Post {beta,stable}-accepted message to bootstrap backport threads | Jieyou Xu | -0/+14 |
| 2025-07-03 | simplify receivers for some array method calls | Marijn Schouten | -4/+4 |
| 2025-07-03 | Post {beta,stable}-accepted message to compiler backport threads | Jieyou Xu | -0/+14 |
| 2025-07-03 | [NFC] Re-organize `triagebot.toml` | Jieyou Xu | -19/+62 |
| 2025-07-03 | Auto merge of #143363 - jdonszelmann:rollup-7cv1kql, r=jdonszelmann | bors | -518/+951 |
| 2025-07-03 | remove redundant #[must_use] | Marijn Schouten | -4/+0 |
| 2025-07-03 | Make most CrateLocator fields private | bjorn3 | -27/+29 |
| 2025-07-03 | Have a separate code path for -Zdual-proc-macro | bjorn3 | -41/+56 |
| 2025-07-03 | Pass CrateRejections separately from CrateLocator | bjorn3 | -63/+87 |
| 2025-07-03 | Deduplicate getting the path of a lib candidate | bjorn3 | -6/+4 |
| 2025-07-03 | don't include `.md` in title | Deadbeef | -1/+1 |
| 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 | use unsigned_abs instead of `abs` on signed int to silence clippy | Marijn Schouten | -1/+1 |
| 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 |