| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-07-10 | Rollup merge of #143011 - LorrensP-2158466:warn-ambiguity-into-error, r=petro... | Trevor Gross | -1/+2 |
| 2025-07-10 | Auto merge of #143696 - oli-obk:constable-type-id2, r=RalfJung | bors | -59/+230 |
| 2025-07-09 | Make UB transmutes really UB in LLVM | Scott McMurray | -7/+5 |
| 2025-07-09 | compiler: recomment `needs_fn_once_adapter_shim` | Jubilee Young | -8/+6 |
| 2025-07-10 | Remove uncessary parens in closure body with unused lint | yukang | -5/+12 |
| 2025-07-09 | mbe: Refactor the diagnostic for unrecognized metavariable expressions | Trevor Gross | -9/+20 |
| 2025-07-09 | mbe: Refactor diagnostics for invalid metavar expression syntax | Trevor Gross | -15/+124 |
| 2025-07-09 | feat(lexer): Allow including frontmatter with 'tokenize' | Ed Page | -12/+22 |
| 2025-07-09 | Use reference for MacroRulesScopeRef instead of Interned. | LorrensP-2158466 | -3/+2 |
| 2025-07-09 | MacroData in ResolverArenas + split macro_map into extern_macro_map and local... | LorrensP-2158466 | -29/+50 |
| 2025-07-09 | Auto merge of #143538 - compiler-errors:instantiate-auto-trait, r=lcnr | bors | -212/+245 |
| 2025-07-09 | miri: fix out-of-bounds error for ptrs with negative offsets | Ralf Jung | -12/+15 |
| 2025-07-09 | Make AsyncDrop check that it's being implemented on a local ADT | Michael Goulet | -2/+7 |
| 2025-07-09 | Auto merge of #143502 - scottmcm:aggregate-simd, r=oli-obk | bors | -77/+126 |
| 2025-07-09 | Avoid creating a helper allocation for creating new `TypeId` values in the in... | Oli Scherer | -38/+29 |
| 2025-07-09 | Add opaque TypeId handles for CTFE | Oli Scherer | -56/+236 |
| 2025-07-09 | use `--dynamic-list` for exporting executable symbols | usamoi | -16/+25 |
| 2025-07-09 | Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril | bors | -53/+113 |
| 2025-07-09 | improve lint doc text | Marijn Schouten | -5/+4 |
| 2025-07-09 | Auto merge of #143667 - tgross35:rollup-yqitltm, r=tgross35 | bors | -43/+66 |
| 2025-07-08 | Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwco | Trevor Gross | -5/+8 |