| Age | Commit message (Expand) | Author | Lines |
| 2025-07-12 | Port `#[automatically_derived]` to the new attribute parsing infrastructure | Jonathan Brouwer | -13/+48 |
| 2025-07-12 | merge source and target bindings into single field | LorrensP-2158466 | -136/+123 |
| 2025-07-12 | Auto merge of #143624 - tmiasko:copy-prop-borrowed, r=cjgillot | bors | -20/+6 |
| 2025-07-12 | replace binding and shadowed_glob on NameResolution with non_glob_binding and... | b-naber | -55/+77 |
| 2025-07-12 | Simplify codegen for niche-encoded variant tests | Scott McMurray | -28/+84 |
| 2025-07-12 | Auto merge of #143810 - matthiaskrgr:rollup-iw7a23z, r=matthiaskrgr | bors | -118/+288 |
| 2025-07-12 | Auto merge of #143766 - matthiaskrgr:rollup-0x7t69s, r=matthiaskrgr | bors | -25/+134 |
| 2025-07-11 | Rollup merge of #143769 - tmiasko:rm-backward-switch-int, r=lqd | Matthias Krüger | -48/+7 |
| 2025-07-11 | Rollup merge of #143716 - workingjubilee:document-some-codegen-backend-stuff,... | Matthias Krüger | -10/+35 |
| 2025-07-11 | Rollup merge of #143633 - dillona:noinline-assert, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2025-07-11 | Rollup merge of #143403 - GrigorenkoPV:attributes/traits, r=jdonszelmann | Matthias Krüger | -59/+245 |
| 2025-07-11 | Fix ICE for parsed attributes with longer path not handled by CheckAttrVisitor | Jonathan Brouwer | -1/+16 |
| 2025-07-11 | Opaque type collection: Guard against endlessly recursing free alias types | León Orell Valerian Liehr | -4/+7 |
| 2025-07-11 | Avoid building C++ for rustc_llvm with --compile-time-deps | bjorn3 | -0/+14 |
| 2025-07-11 | Remove support for SwitchInt edge effects in backward dataflow analyses | Tomasz Miąsko | -48/+7 |
| 2025-07-11 | compiler: comment on some call-related codegen fn in cg_ssa | Jubilee Young | -2/+29 |
| 2025-07-11 | Call `get_switch_int_data` on a block with SwitchInt terminator | Tomasz Miąsko | -1/+1 |
| 2025-07-11 | Rollup merge of #143718 - scottmcm:ub-transmute-is-ub, r=WaffleLapkin | Matthias Krüger | -10/+14 |
| 2025-07-11 | Rollup merge of #143708 - epage:pretty, r=compiler-errors | Matthias Krüger | -13/+113 |
| 2025-07-11 | Rollup merge of #143661 - Muscraft:other-suggestion-message, r=estebank | Matthias Krüger | -2/+7 |
| 2025-07-11 | Auto merge of #142911 - mejrs:unsized, r=compiler-errors | bors | -86/+44 |
| 2025-07-10 | Rollup merge of #143744 - fmease:lta-expand-proper-depth, r=compiler-errors | Trevor Gross | -2/+4 |
| 2025-07-10 | Rollup merge of #143742 - estebank:borrow-suggestion, r=compiler-errors | Trevor Gross | -104/+126 |
| 2025-07-10 | Rollup merge of #143728 - LorrensP-2158466:refactor-resolve-extraction, r=pet... | Trevor Gross | -118/+143 |
| 2025-07-10 | Rollup merge of #143722 - oli-obk:sound-llvm, r=dianqk | Trevor Gross | -7/+9 |
| 2025-07-11 | Split up the `unknown_or_malformed_diagnostic_attributes` lint | mejrs | -30/+118 |
| 2025-07-10 | Rollup merge of #143640 - oli-obk:const-fn-traits, r=compiler-errors | Matthias Krüger | -50/+55 |
| 2025-07-10 | Rollup merge of #143632 - dillona:ffi-param-names, r=jieyouxu | Matthias Krüger | -2/+2 |
| 2025-07-10 | Rollup merge of #143599 - folkertdev:x86-asm-syntax-global-naked-asm, r=Amanieu | Matthias Krüger | -7/+15 |
| 2025-07-10 | Rollup merge of #143446 - usamoi:export-executable-symbols, r=bjorn3,oli-obk | Matthias Krüger | -16/+25 |
| 2025-07-10 | Properly track the depth when expanding free alias types | León Orell Valerian Liehr | -2/+4 |
| 2025-07-10 | Make `Diag::multipart_suggestions` always verbose | Esteban Küber | -1/+1 |
| 2025-07-10 | Rework borrowing suggestions to use `Expr` instead of just `Span` | Esteban Küber | -103/+125 |
| 2025-07-10 | Add `BuilderMethods::unreachable_nonterminator` | Scott McMurray | -6/+12 |
| 2025-07-10 | Check assoc consts and tys later like assoc fns | Mu001999 | -24/+46 |
| 2025-07-10 | fix: Include frontmatter in -Zunpretty output | Ed Page | -1/+9 |
| 2025-07-10 | test(lexer): Add frontmatter unit test | Ed Page | -2/+84 |
| 2025-07-10 | interpret/allocation: expose init + write_wildcards on a range | Nia Espera | -25/+38 |
| 2025-07-10 | chore: Improve how the other suggestions message gets rendered | Scott Schafer | -2/+7 |
| 2025-07-10 | extract single_import_can_define_name and finalize_glob_module_binding | b-naber | -118/+143 |
| 2025-07-10 | Rollup merge of #143675 - hkBst:overflowing-1, r=oli-obk | Matthias Krüger | -5/+4 |
| 2025-07-10 | Rollup merge of #143666 - nilehmann:nested_bodies_in_consumers, r=lcnr | Matthias Krüger | -54/+89 |
| 2025-07-10 | Rollup merge of #143663 - dillona:fix-typo, r=jdonszelmann | Matthias Krüger | -2/+2 |
| 2025-07-10 | Rollup merge of #143659 - GrigorenkoPV:attributes/inner-outer, r=jdonszelmann | Matthias Krüger | -42/+29 |
| 2025-07-10 | Rollup merge of #143657 - LorrensP-2158466:split-macro-map, r=petrochenkov | Matthias Krüger | -32/+52 |
| 2025-07-10 | Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk | Matthias Krüger | -5/+12 |
| 2025-07-10 | added error for invalid char cast | Kivooeo | -10/+53 |
| 2025-07-10 | Auto merge of #143721 - tgross35:rollup-sjdfp6r, r=tgross35 | bors | -25/+146 |
| 2025-07-10 | Propagate from borrowed locals in CopyProp | Tomasz Miąsko | -20/+6 |
| 2025-07-10 | Make some "safe" llvm ops actually sound | Oli Scherer | -7/+9 |