| Age | Commit message (Expand) | Author | Lines |
| 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 | code cleanup and do not suggest for external macro except we get better solution | yukang | -9/+6 |
| 2025-02-22 | Update compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs | Yukang | -1/+1 |
| 2025-02-22 | Update compiler/rustc_hir_typeck/src/fn_ctxt/suggestions.rs | Yukang | -1/+1 |
| 2025-02-22 | Add ignore value suggestion in closure body | yukang | -4/+18 |
| 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 | Remove MaybeForgetReturn suggestion | Michael Goulet | -70/+4 |
| 2025-02-22 | Even more dead code -- we don't HIR regionck anymore | Michael Goulet | -55/+5 |
| 2025-02-22 | More dead code | Michael Goulet | -71/+2 |
| 2025-02-22 | Remove UnifyReceiver cause code | Michael Goulet | -125/+12 |
| 2025-02-22 | Fix overcapturing, unsafe extern blocks, and new unsafe ops | Michael Goulet | -16/+24 |
| 2025-02-22 | Fix builtin lints | Michael Goulet | -11/+9 |
| 2025-02-22 | Upgrade the compiler to edition 2024 | Michael Goulet | -72/+72 |
| 2025-02-22 | Rollup merge of #137399 - lukas-code:oopsie-woopsie, r=compiler-errors | Matthias Krüger | -11/+26 |
| 2025-02-22 | Rollup merge of #137257 - compiler-errors:fake-borrow-of-packed-field, r=oli-obk | Matthias Krüger | -4/+4 |
| 2025-02-22 | Rollup merge of #137245 - estebank:from-residual-note-2, r=oli-obk | Matthias Krüger | -23/+103 |
| 2025-02-22 | Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk | Matthias Krüger | -27/+16 |
| 2025-02-22 | Rollup merge of #136592 - compiler-errors:ensure-stack-in-canonical, r=lcnr | Matthias Krüger | -2/+2 |
| 2025-02-22 | Rollup merge of #136458 - compiler-errors:fix-3, r=lcnr | Matthias Krüger | -52/+141 |
| 2025-02-21 | Auto merge of #137348 - compiler-errors:span-trim, r=estebank | bors | -18/+41 |
| 2025-02-21 | Allow SliceIndex to be indexed by ranges. | Jason Newcomb | -22/+121 |
| 2025-02-21 | Iterate directly on block indices in `rustc_mir_transform` | Jason Newcomb | -2/+1 |
| 2025-02-21 | Some cleanup of index types in `rustc_hir_typeck` | Jason Newcomb | -19/+23 |
| 2025-02-21 | fix: naming convention "ferris" suggestion for idents named 🦀 | Nikita Revenco | -2/+36 |
| 2025-02-21 | Auto merge of #137397 - matthiaskrgr:rollup-ls2pilo, r=matthiaskrgr | bors | -219/+189 |
| 2025-02-21 | Assert that we always construct dyn types with the right number of projections | Michael Goulet | -1/+32 |
| 2025-02-21 | Do not deduplicate list of associated types provided by dyn principal | Michael Goulet | -51/+109 |
| 2025-02-21 | don't leave assoc const unnormalized due to unconstrained params | Lukas Markeffsky | -10/+12 |
| 2025-02-21 | layout_of: put back not-so-unreachable case | Lukas Markeffsky | -1/+14 |
| 2025-02-21 | Point at type that doesn't implement needed trait | Esteban Küber | -0/+51 |
| 2025-02-21 | Make sure we don't overrun the stack in canonicalizer | Michael Goulet | -2/+2 |
| 2025-02-21 | Rollup merge of #137392 - klensy:unused, r=compiler-errors | Matthias Krüger | -5/+3 |
| 2025-02-21 | Rollup merge of #137374 - bjorn3:remove_stacker_miri_special_case, r=compiler... | Matthias Krüger | -12/+0 |
| 2025-02-21 | Rollup merge of #137361 - scottmcm:mcp-838-prep, r=compiler-errors | Matthias Krüger | -22/+24 |
| 2025-02-21 | Rollup merge of #137350 - nnethercote:remove-Map-3, r=Zalathar | Matthias Krüger | -180/+162 |
| 2025-02-21 | Ignore fake borrows for packed field check | Michael Goulet | -4/+4 |
| 2025-02-21 | If the parent dependency is private, treat dependents as private | Trevor Gross | -5/+26 |
| 2025-02-21 | Use `public-dependencies` in all sysroot crates | Trevor Gross | -1/+1 |
| 2025-02-21 | Partially revert ed63539282 ("Mark dependencies ... private by default") | Trevor Gross | -17/+1 |