| Age | Commit message (Expand) | Author | Lines |
| 2024-04-27 | Rollup merge of #124382 - petrochenkov:itemvisit, r=lcnr | Matthias Krüger | -336/+364 |
| 2024-04-26 | Rollup merge of #124391 - nnethercote:builtin_macros-cleanups, r=fee1-dead | Jacob Pratt | -341/+352 |
| 2024-04-26 | Rollup merge of #124341 - petrochenkov:nomacvisit, r=compiler-errors | Jacob Pratt | -12/+3 |
| 2024-04-26 | Auto merge of #122385 - lcnr:analyze-obligations-for-infer, r=compiler-errors | bors | -321/+589 |
| 2024-04-26 | Adjust some `pub`s. | Nicholas Nethercote | -81/+81 |
| 2024-04-26 | Auto merge of #120845 - petrochenkov:debmac, r=oli-obk | bors | -122/+78 |
| 2024-04-25 | Rollup merge of #124381 - compiler-errors:derived-for-wf, r=lcnr | Michael Goulet | -6/+11 |
| 2024-04-25 | Rollup merge of #124379 - compiler-errors:remove-new-solver-lookup-behavior, ... | Michael Goulet | -63/+18 |
| 2024-04-26 | Move some functions from `rustc_expand` to `rustc_builtin_macros`. | Nicholas Nethercote | -237/+234 |
| 2024-04-26 | Introduce `DeriveResolution`. | Nicholas Nethercote | -20/+32 |
| 2024-04-25 | Renamed DerivedObligation to WellFormedDeriveObligation | Michael Goulet | -6/+11 |
| 2024-04-25 | Auto merge of #124386 - matthiaskrgr:rollup-0a6yr00, r=matthiaskrgr | bors | -30/+109 |
| 2024-04-25 | use `EagerResolver` | lcnr | -1/+3 |
| 2024-04-25 | ast: Visit item components in "natural" order | Vadim Petrochenkov | -4/+4 |
| 2024-04-25 | ast: Generalize item kind visiting | Vadim Petrochenkov | -333/+361 |
| 2024-04-25 | hir typeck: look into nested goals | lcnr | -288/+548 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -122/+78 |
| 2024-04-25 | Rollup merge of #124374 - compiler-errors:fix-ambiguity-ice, r=lcnr | Matthias Krüger | -12/+5 |
| 2024-04-25 | Rollup merge of #124313 - estebank:split-at-mut, r=fee1-dead | Matthias Krüger | -18/+104 |
| 2024-04-25 | Remove special-casing for SimplifiedType for next solver | Michael Goulet | -63/+18 |
| 2024-04-25 | review comment: rename method | Esteban Küber | -5/+8 |
| 2024-04-25 | Auto merge of #124377 - matthiaskrgr:rollup-ajxjq35, r=matthiaskrgr | bors | -7/+7 |
| 2024-04-25 | Rollup merge of #124287 - 41Leahcim:master, r=fmease | Matthias Krüger | -7/+7 |
| 2024-04-25 | Check equivalence of indices in more cases | Esteban Küber | -1/+7 |
| 2024-04-25 | Don't suggest `split_at_mut` when the multiple borrows have the same index | Esteban Küber | -2/+41 |
| 2024-04-25 | Mention `split_at_mut` when mixing mutability in indexing ops | Esteban Küber | -2/+17 |
| 2024-04-25 | Only suggest `split_at_mut` on indexing borrowck errors for std types | Esteban Küber | -8/+22 |
| 2024-04-25 | Detect borrow error involving sub-slices and suggest `split_at_mut` | Esteban Küber | -16/+25 |
| 2024-04-25 | Don't ICE when codegen_select returns ambiguity in new solver | Michael Goulet | -12/+5 |
| 2024-04-25 | `pub(in super::super)` to `pub(crate)` | lcnr | -21/+21 |
| 2024-04-25 | `obligations_for_self_ty` to sub module | lcnr | -59/+65 |
| 2024-04-25 | Auto merge of #123531 - compiler-errors:closure-wf, r=oli-obk | bors | -3/+22 |
| 2024-04-25 | Check closure args and returns are WF | Michael Goulet | -1/+20 |
| 2024-04-25 | Format stash message correctly | Michael Goulet | -2/+2 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -1/+1 |
| 2024-04-25 | Auto merge of #119650 - chenyukang:yukang-fix-118596-ref-mut, r=wesleywiser | bors | -1/+16 |
| 2024-04-25 | Auto merge of #124360 - matthiaskrgr:rollup-k6bffhd, r=matthiaskrgr | bors | -90/+79 |
| 2024-04-25 | Name the field in `Expander`. | Nicholas Nethercote | -4/+6 |
| 2024-04-25 | Auto merge of #121298 - nikic:writable, r=cuviper | bors | -0/+27 |
| 2024-04-25 | Rollup merge of #124324 - nnethercote:minor-ast-cleanups, r=estebank | Matthias Krüger | -90/+79 |
| 2024-04-25 | Fix some typos in comments | TechVest | -1/+1 |
| 2024-04-25 | Set writable and dead_on_unwind attributes for sret arguments | Nikita Popov | -0/+27 |
| 2024-04-25 | Auto merge of #124136 - estebank:clone-o-rama-2, r=nnethercote | bors | -26/+213 |
| 2024-04-25 | Add comments about attribute tokens. | Nicholas Nethercote | -0/+2 |
| 2024-04-24 | Suggest cloning captured binding in `move` closure | Esteban Küber | -9/+146 |
| 2024-04-24 | Mention when type parameter could be `Clone` | Esteban Küber | -8/+51 |
| 2024-04-24 | Modify `find_expr` from `Span` to better account for closures | Esteban Küber | -10/+17 |
| 2024-04-25 | Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay | Matthias Krüger | -2/+0 |
| 2024-04-25 | Rollup merge of #124333 - Urgau:better-bad-print, r=fmease | Matthias Krüger | -3/+6 |
| 2024-04-25 | Rollup merge of #124322 - whosehang:master, r=Nilstrieb | Matthias Krüger | -2/+2 |