| Age | Commit message (Expand) | Author | Lines |
| 2025-01-31 | Fix a comment typo. | Nicholas Nethercote | -1/+1 |
| 2025-01-31 | Use `.and` chaining to improve readability. | Nicholas Nethercote | -20/+16 |
| 2025-01-31 | Remove an unnecessary lifetime from `RemapLateParam`. | Nicholas Nethercote | -5/+4 |
| 2025-01-31 | Remove an unused arg from the trait method `provided_kind`. | Nicholas Nethercote | -5/+1 |
| 2025-01-31 | Remove unnecessary builders. | Nicholas Nethercote | -193/+139 |
| 2025-01-31 | Format `delegation.rs` better. | Nicholas Nethercote | -22/+15 |
| 2025-01-31 | Merge two identical match arms. | Nicholas Nethercote | -7/+2 |
| 2025-01-31 | Remove an out-of-date `FIXME` comment. | Nicholas Nethercote | -5/+4 |
| 2025-01-31 | Merge two `match` arms that are identical. | Nicholas Nethercote | -11/+6 |
| 2025-01-31 | Avoid a duplicated error case in `fn_sig_suggestion`. | Nicholas Nethercote | -9/+5 |
| 2025-01-31 | Clarify a comment. | Nicholas Nethercote | -1/+2 |
| 2025-01-30 | Auto merge of #135030 - Flakebi:require-cpu, r=workingjubilee | bors | -0/+17 |
| 2025-01-30 | Rollup merge of #136180 - lukas-code:typed-valtree, r=oli-obk | Matthias Krüger | -208/+237 |
| 2025-01-30 | Rollup merge of #135026 - Flakebi:global-addrspace, r=saethlin | Matthias Krüger | -21/+155 |
| 2025-01-30 | Filter out RPITITs when suggesting unconstrained assoc type on too many generics | Michael Goulet | -0/+1 |
| 2025-01-30 | Use proper type when applying deref adjustment in const | Michael Goulet | -1/+5 |
| 2025-01-30 | review comment: change `span` argument | Esteban Küber | -10/+15 |
| 2025-01-30 | Remove `unwrap()`s | Esteban Küber | -3/+6 |
| 2025-01-30 | Add closure labels | Esteban Küber | -2/+2 |
| 2025-01-30 | On E0271 for a closure behind a binding, point at binding in call too | Esteban Küber | -0/+4 |
| 2025-01-30 | When encountering unexpected closure return type, point at return type/expres... | Esteban Küber | -24/+84 |
| 2025-01-30 | More assertions, tests, and miri coverage | Michael Goulet | -81/+77 |
| 2025-01-30 | Auto merge of #136292 - matthiaskrgr:rollup-fw1tlca, r=matthiaskrgr | bors | -92/+113 |
| 2025-01-30 | add comments | Lukas Markeffsky | -1/+10 |
| 2025-01-30 | check the types in `ty::Value` to value conversion | Lukas Markeffsky | -16/+23 |
| 2025-01-30 | introduce `ty::Value` | Lukas Markeffsky | -194/+207 |
| 2025-01-30 | Avoid calling the layout_of query in lit_to_const | Oli Scherer | -23/+26 |
| 2025-01-30 | Use ExistentialTraitRef throughout codegen | Michael Goulet | -63/+71 |
| 2025-01-30 | Normalize vtable entries before walking and deduplicating them | Michael Goulet | -22/+44 |
| 2025-01-30 | Do not treat vtable supertraits as distinct when bound with different bound vars | Michael Goulet | -113/+121 |
| 2025-01-30 | Remove print_vtable_sizes | Michael Goulet | -152/+1 |
| 2025-01-30 | Rework rustc_dump_vtable | Michael Goulet | -35/+92 |
| 2025-01-30 | Don't allow negative unsigned literals | Oli Scherer | -1/+5 |
| 2025-01-30 | Rollup merge of #136251 - hkBst:opt_imports, r=estebank | Matthias Krüger | -10/+5 |
| 2025-01-30 | Rollup merge of #136179 - oli-obk:push-vxvyttorquxw, r=BoxyUwU | Matthias Krüger | -0/+3 |
| 2025-01-30 | Rollup merge of #135882 - hkBst:master, r=estebank | Matthias Krüger | -22/+18 |
| 2025-01-30 | Rollup merge of #135739 - wesleywiser:dwarf_version_handling, r=lqd | Matthias Krüger | -27/+34 |
| 2025-01-30 | Rollup merge of #135434 - dianne:match-2024-for-edition-2024, r=Nadrieril | Matthias Krüger | -33/+53 |
| 2025-01-30 | Auto merge of #136038 - compiler-errors:outlives, r=lcnr | bors | -195/+163 |
| 2025-01-30 | use Attribute::getWithCaptureInfo | Hans Wennborg | -2/+1 |
| 2025-01-30 | LLVM changed the nocapture attribute to captures(none) | Hans Wennborg | -0/+11 |
| 2025-01-30 | Refactor `PointerFinder` into a separate module | Bastian Kersting | -160/+272 |
| 2025-01-30 | add constraint graph to polonius MIR dump | Rémy Rakic | -9/+101 |
| 2025-01-29 | Clean up uses of the unstable `dwarf_version` option | Wesley Wiser | -27/+34 |
| 2025-01-29 | upstream rustc_codegen_ssa/rustc_middle changes for enzyme/autodiff | Manuel Drehwald | -33/+449 |
| 2025-01-30 | Auto merge of #136035 - SpecificProtagonist:miri-zeroed-alloc, r=oli-obk | bors | -30/+59 |
| 2025-01-30 | Remove `NamedVarMap`. | Nicholas Nethercote | -72/+37 |
| 2025-01-29 | Upgrade elsa to the newest version. | David Venhoek | -1/+1 |
| 2025-01-29 | Auto merge of #134248 - oli-obk:patkind-path-removal, r=BoxyUwU | bors | -82/+103 |
| 2025-01-29 | Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgr | bors | -27/+73 |