| Age | Commit message (Expand) | Author | Lines |
| 2025-07-17 | Rollup merge of #143914 - shepmaster:mismatched-lifetime-syntaxes-rewording, ... | Matthias Krüger | -65/+211 |
| 2025-07-17 | Rollup merge of #143793 - fmease:lta-opaq-inf-recur, r=oli-obk | Matthias Krüger | -4/+7 |
| 2025-07-17 | Rollup merge of #143631 - hkBst:update-escaper-2, r=compiler-errors | Matthias Krüger | -7/+7 |
| 2025-07-17 | Rollup merge of #143550 - petrochenkov:lessmutres, r=lcnr | Matthias Krüger | -129/+140 |
| 2025-07-17 | Rollup merge of #143431 - xizheyin:143392, r=compiler-errors | Matthias Krüger | -5/+15 |
| 2025-07-17 | Auto merge of #142903 - cjgillot:local-def-path-hash, r=compiler-errors | bors | -7/+30 |
| 2025-07-17 | remove no_gc_sections | usamoi | -35/+0 |
| 2025-07-17 | Fix encoding of `link_section` and `no_mangle` cross crate | Jonathan Brouwer | -4/+4 |
| 2025-07-17 | Auto merge of #144044 - fmease:rollup-kg413pt, r=fmease | bors | -415/+600 |
| 2025-07-17 | fix: false positive double_negations when it jumps macro boundary | anatawa12 | -0/+2 |
| 2025-07-17 | Rollup merge of #144016 - davidtwco:sized-hierarchy-temp-pseudo-revert, r=lcnr | León Orell Valerian Liehr | -0/+7 |
| 2025-07-17 | Rollup merge of #143922 - nnethercote:join_path, r=petrochenkov | León Orell Valerian Liehr | -62/+99 |
| 2025-07-17 | Rollup merge of #143895 - compiler-errors:trait-wc-item-bound-host-eff, r=oli... | León Orell Valerian Liehr | -26/+41 |
| 2025-07-17 | Rollup merge of #143856 - mladedav:dm/private-reexport, r=petrochenkov | León Orell Valerian Liehr | -9/+44 |
| 2025-07-17 | Rollup merge of #143678 - Kivooeo:char-overflow, r=SparrowLii | León Orell Valerian Liehr | -10/+53 |
| 2025-07-17 | Rollup merge of #143595 - fee1-dead-contrib:push-sylpykzkmynr, r=RalfJung,fee... | León Orell Valerian Liehr | -65/+199 |
| 2025-07-17 | Rollup merge of #143409 - Gelbpunkt:xgot-mips64-musl, r=compiler-errors | León Orell Valerian Liehr | -2/+2 |
| 2025-07-17 | Rollup merge of #143388 - bjorn3:lto_refactors, r=compiler-errors | León Orell Valerian Liehr | -241/+155 |
| 2025-07-17 | Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwU | bors | -12/+366 |
| 2025-07-17 | resolve: Change `&mut Resolver` to `&Resolver` when possible | Vadim Petrochenkov | -44/+35 |
| 2025-07-17 | resolve: Split `module_map` into two maps for local and extern modules | Vadim Petrochenkov | -41/+69 |
| 2025-07-17 | resolve: Use `module_map` and `get_module` less | Vadim Petrochenkov | -30/+31 |
| 2025-07-17 | resolve: Move `self_binding` to `ModuleData` | Vadim Petrochenkov | -25/+16 |
| 2025-07-17 | Use `join_path_syms` in one more place. | Nicholas Nethercote | -19/+14 |
| 2025-07-17 | Improve path segment joining. | Nicholas Nethercote | -43/+85 |
| 2025-07-16 | use `codegen_instance_attrs` where an instance is (easily) available | Folkert de Vries | -24/+41 |
| 2025-07-16 | add `codegen_instance_attrs` query | Folkert de Vries | -17/+28 |
| 2025-07-16 | fix `-Zsanitizer=kcfi` on `#[naked]` functions | Folkert de Vries | -8/+13 |
| 2025-07-16 | Emit warning when there is no space between `-o` and confusing arg | xizheyin | -0/+51 |
| 2025-07-16 | Rollup merge of #143968 - Stypox:tracing-FnAbiOf, r=RalfJung | Samuel Tardieu | -18/+40 |
| 2025-07-16 | Rollup merge of #143920 - oli-obk:cg-llvm-safety, r=jieyouxu | Samuel Tardieu | -253/+221 |
| 2025-07-16 | Rollup merge of #143692 - RalfJung:miri-oob, r=oli-obk | Samuel Tardieu | -12/+15 |
| 2025-07-16 | Port `#[coverage]` to the new attribute system | Sasha Pourcelot | -28/+149 |
| 2025-07-16 | simplfy memory kind handling during interning | Ralf Jung | -42/+11 |
| 2025-07-16 | const heap: fix ICE on forgotten make_global | Ralf Jung | -44/+53 |
| 2025-07-16 | trait_sel: `MetaSized` always holds temporarily | David Wood | -0/+7 |
| 2025-07-16 | future-incompat lints: don't link to the nightly edition-guide version | dianne | -24/+24 |
| 2025-07-16 | Make frame spans appear on a separate trace line | Stypox | -1/+6 |
| 2025-07-16 | type_id_eq: check that the hash fully matches the type | Ralf Jung | -48/+57 |
| 2025-07-16 | resolve: Optimize `fn traits_in_module` | Vadim Petrochenkov | -7/+6 |
| 2025-07-16 | resolve: Import `ty::Visibility` everywhere | Vadim Petrochenkov | -42/+39 |
| 2025-07-15 | Improve comments inside `codegen_get_discr` | Scott McMurray | -2/+46 |
| 2025-07-16 | resolve: Remove trait `ToNameBinding` | Vadim Petrochenkov | -78/+84 |
| 2025-07-16 | resolve: Merge `NameBindingKind::Module` into `NameBindingKind::Res` | Vadim Petrochenkov | -99/+61 |
| 2025-07-15 | Use hygenic macros for stable-mir | Jacob Greenfield | -9/+9 |
| 2025-07-15 | Fix ice for feature-gated cfg attributes applied to the crate | Jonathan Brouwer | -38/+74 |
| 2025-07-16 | Comment more code and make tests clearer | Deadbeef | -21/+25 |
| 2025-07-16 | format pointer later instead of eagerly converting to string | Deadbeef | -15/+15 |
| 2025-07-16 | add `const_make_global`; err for `const_allocate` ptrs if didn't call | Deadbeef | -19/+171 |
| 2025-07-15 | Add alias for ArgOutlivesPredicate | Michael Goulet | -36/+26 |