| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | add coverage for explicit stage fields | onur-ozkan | -0/+57 |
| 2025-02-24 | add explicit stage fields to `Config` | onur-ozkan | -0/+10 |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -29/+93 |
| 2025-02-23 | Auto merge of #137497 - tgross35:rollup-1oeclrr, r=tgross35 | bors | -441/+406 |
| 2025-02-23 | Auto merge of #137476 - onur-ozkan:137469, r=jieyouxu | bors | -47/+14 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -51/+51 |
| 2025-02-23 | Rollup merge of #137452 - Shourya742:2025-02-23-add-module-level-doc-for-core... | Trevor Gross | -0/+7 |
| 2025-02-23 | Rollup merge of #137451 - compiler-errors:synm, r=Noratrieb | Trevor Gross | -1/+1 |
| 2025-02-23 | Rollup merge of #137297 - tgross35:update-builtins, r=tgross35 | Trevor Gross | -6/+6 |
| 2025-02-23 | Rollup merge of #137099 - yotamofek:pr/rustdoc/fix-ignored-test-directives, r... | Trevor Gross | -17/+17 |
| 2025-02-23 | Rollup merge of #136637 - Pyr0de:binary-format, r=Noratrieb | Trevor Gross | -48/+102 |
| 2025-02-23 | Rollup merge of #136543 - RalfJung:round-ties-even, r=tgross35 | Trevor Gross | -208/+127 |
| 2025-02-23 | Rollup merge of #136439 - yotamofek:pr/codegen-ssa-no-indexing, r=Noratrieb | Trevor Gross | -110/+95 |
| 2025-02-23 | rename sub_ptr 😅 | bendn | -51/+51 |
| 2025-02-23 | Auto merge of #137225 - RalfJung:vectorcall, r=nnethercote | bors | -108/+172 |
| 2025-02-23 | add FIXME note on `Builder::compiler_for` | onur-ozkan | -0/+3 |
| 2025-02-23 | avoid `compiler_for` for dist tools and force the current compiler | onur-ozkan | -47/+11 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -1102/+543 |
| 2025-02-23 | add stdarch compatibility hack | Ralf Jung | -0/+12 |
| 2025-02-23 | Auto merge of #137466 - jhpratt:rollup-spyi02y, r=jhpratt | bors | -420/+1151 |
| 2025-02-23 | Rollup merge of #137458 - compiler-errors:render-fn, r=fmease | Jacob Pratt | -21/+39 |
| 2025-02-23 | Rollup merge of #137448 - compiler-errors:control-flow-oops, r=scottmcm | Jacob Pratt | -2/+2 |
| 2025-02-23 | Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errors | Jacob Pratt | -16/+94 |
| 2025-02-23 | Rollup merge of #137423 - Urgau:imprv-pretty-hir, r=compiler-errors | Jacob Pratt | -21/+152 |
| 2025-02-23 | Rollup merge of #137382 - Shourya742:2025-02-21-add-vendor-step-doc, r=Kobzol | Jacob Pratt | -0/+18 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -294/+223 |
| 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 | Rollup merge of #135354 - Walnut356:msvc_lldb, r=wesleywiser | Jacob Pratt | -33/+553 |
| 2025-02-23 | Update `compiler-builtins` to 0.1.147 | Trevor Gross | -6/+6 |
| 2025-02-23 | Auto merge of #137215 - onur-ozkan:rustc-tool-build-stages, r=jieyouxu,Kobzol | bors | -263/+340 |
| 2025-02-23 | Fix missing self subst when rendering Fn* trait with no output type | Michael Goulet | -21/+39 |
| 2025-02-23 | bootstrap: add module docs for core:metadata | bit-aloo | -0/+7 |
| 2025-02-23 | The sym crate is not a thing | Michael Goulet | -1/+1 |
| 2025-02-23 | Auto merge of #137446 - matthiaskrgr:rollup-16moy6v, r=matthiaskrgr | bors | -538/+703 |
| 2025-02-22 | Fix bugs due to unhandled ControlFlow | Michael Goulet | -2/+2 |
| 2025-02-23 | Rollup merge of #137415 - chenyukang:yukang-fix-137345-invalid-sugg, r=estebank | Matthias Krüger | -5/+56 |
| 2025-02-23 | Rollup merge of #137383 - folkertdev:stabilize-unsigned-is-multiple-of, r=Nor... | Matthias Krüger | -4/+2 |
| 2025-02-23 | Rollup merge of #137256 - workingjubilee:untangle-vector-abi-assumptions, r=b... | Matthias Krüger | -86/+108 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -291/+284 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -43/+27 |
| 2025-02-23 | Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3 | Matthias Krüger | -109/+226 |
| 2025-02-22 | Auto merge of #137189 - Kobzol:update-host-llvm, r=nikic | bors | -1/+1 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -294/+223 |
| 2025-02-22 | Auto merge of #137427 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-02-22 | Fix "missing match arm body" suggestion involving `!` | Esteban Küber | -16/+94 |
| 2025-02-22 | Render implicit self with their shorthand syntax in HIR pretty printing | Urgau | -14/+75 |
| 2025-02-22 | Filter elided lifetimes in HIR pretty printing | Urgau | -12/+31 |
| 2025-02-22 | Update cargo | Weihang Lo | -0/+0 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -561/+692 |