| Age | Commit message (Expand) | Author | Lines |
| 2025-02-24 | Auto merge of #137271 - nikic:gep-nuw-2, r=scottmcm | bors | -22/+86 |
| 2025-02-23 | Rollup merge of #137483 - bend-n:😅, r=Noratrieb | Trevor Gross | -3/+3 |
| 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 | -2/+2 |
| 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 | -55/+30 |
| 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 | -3/+3 |
| 2025-02-23 | Auto merge of #137225 - RalfJung:vectorcall, r=nnethercote | bors | -83/+107 |
| 2025-02-23 | Auto merge of #137237 - cuviper:stage0, r=Mark-Simulacrum | bors | -230/+14 |
| 2025-02-23 | Rollup merge of #137458 - compiler-errors:render-fn, r=fmease | Jacob Pratt | -10/+14 |
| 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 | -2/+10 |
| 2025-02-23 | Rollup merge of #137423 - Urgau:imprv-pretty-hir, r=compiler-errors | Jacob Pratt | -21/+69 |
| 2025-02-23 | Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr... | Jacob Pratt | -289/+218 |
| 2025-02-23 | Update `compiler-builtins` to 0.1.147 | Trevor Gross | -2/+2 |
| 2025-02-23 | Fix missing self subst when rendering Fn* trait with no output type | Michael Goulet | -10/+14 |
| 2025-02-23 | The sym crate is not a thing | Michael Goulet | -1/+1 |
| 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/+7 |
| 2025-02-23 | Rollup merge of #137256 - workingjubilee:untangle-vector-abi-assumptions, r=b... | Matthias Krüger | -85/+107 |
| 2025-02-23 | Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk | Matthias Krüger | -237/+215 |
| 2025-02-23 | Rollup merge of #137121 - bend-n:master, r=Noratrieb | Matthias Krüger | -1/+0 |
| 2025-02-23 | Rollup merge of #135501 - tgross35:stdlib-dependencies-private, r=bjorn3 | Matthias Krüger | -80/+173 |
| 2025-02-22 | Greatly simplify lifetime captures in edition 2024 | Michael Goulet | -289/+218 |
| 2025-02-22 | Fix "missing match arm body" suggestion involving `!` | Esteban Küber | -2/+10 |
| 2025-02-22 | Render implicit self with their shorthand syntax in HIR pretty printing | Urgau | -13/+42 |
| 2025-02-22 | Filter elided lifetimes in HIR pretty printing | Urgau | -8/+27 |
| 2025-02-22 | Auto merge of #137420 - matthiaskrgr:rollup-rr0q37f, r=matthiaskrgr | bors | -560/+332 |
| 2025-02-22 | make the new intrinsics safe | Ralf Jung | -0/+4 |
| 2025-02-22 | Rollup merge of #137410 - saethlin:stable-dep-tracking-hash, r=workingjubilee | Matthias Krüger | -16/+19 |
| 2025-02-22 | Rollup merge of #137377 - bjorn3:crate_loader_cleanup, r=compiler-errors | Matthias Krüger | -21/+9 |
| 2025-02-22 | Rollup merge of #137356 - nik-rev:FERRIS, r=compiler-errors | Matthias Krüger | -2/+36 |
| 2025-02-22 | Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril | Matthias Krüger | -280/+259 |
| 2025-02-22 | Rollup merge of #137183 - compiler-errors:dead-regionck-code, r=lcnr | Matthias Krüger | -241/+9 |
| 2025-02-22 | Auto merge of #136428 - EnzymeAD:enable-autodiff, r=oli-obk | bors | -84/+213 |
| 2025-02-22 | Auto merge of #133436 - nnethercote:rm-NtVis-NtTy, r=petrochenkov | bors | -55/+155 |
| 2025-02-22 | remove invalid suggestion of into_iter for extern macro | yukang | -5/+7 |
| 2025-02-22 | Auto merge of #137406 - matthiaskrgr:rollup-9nknrsb, r=matthiaskrgr | bors | -119/+292 |
| 2025-02-21 | enable rustc_autodiff cross-crate encoding | Manuel Drehwald | -1/+1 |
| 2025-02-21 | update autodiff flags | Manuel Drehwald | -68/+199 |
| 2025-02-21 | update enzyme submodule and users | Manuel Drehwald | -3/+6 |
| 2025-02-21 | clean up autodiff code/comments | Manuel Drehwald | -12/+6 |
| 2025-02-21 | fix build regressions | Manuel Drehwald | -0/+1 |
| 2025-02-21 | Use StableHasher + Hash64 for dep_tracking_hash | Ben Kimock | -16/+19 |
| 2025-02-22 | Fix binding mode problems | Michael Goulet | -181/+154 |
| 2025-02-22 | Make a fake body to store typeck results for global_asm | Michael Goulet | -184/+181 |
| 2025-02-22 | Initial cleanups of InlineAsmCtxt | Michael Goulet | -60/+39 |
| 2025-02-22 | Make asm a named field | Michael Goulet | -22/+24 |
| 2025-02-22 | Even more dead code -- we don't HIR regionck anymore | Michael Goulet | -55/+5 |