| Age | Commit message (Expand) | Author | Lines |
| 2025-02-12 | Rollup merge of #135841 - oli-obk:push-qxlnokwrkkym, r=compiler-errors | Jacob Pratt | -2/+2 |
| 2025-02-13 | intern valtrees | Lukas Markeffsky | -1/+1 |
| 2025-02-12 | Auto merge of #136918 - GuillaumeGomez:rollup-f6h21gg, r=GuillaumeGomez | bors | -34/+55 |
| 2025-02-12 | Rollup merge of #136900 - workingjubilee:format-externabi-directly, r=oli-obk | Guillaume Gomez | -12/+11 |
| 2025-02-12 | Rollup merge of #134981 - estebank:issue-93993, r=BoxyUwU | Guillaume Gomez | -22/+44 |
| 2025-02-12 | Auto merge of #136897 - workingjubilee:revert-unfcped-stab, r=WaffleLapkin | bors | -4/+32 |
| 2025-02-12 | Rollup merge of #136891 - compiler-errors:unconstrained-anon-lt, r=lqd | Matthias Krüger | -21/+23 |
| 2025-02-11 | compiler: replace ExternAbi::name calls with formatters | Jubilee Young | -12/+11 |
| 2025-02-11 | Revert "Stabilize `extended_varargs_abi_support`" | Jubilee Young | -4/+32 |
| 2025-02-11 | Remove some the spans pointing at the enum in the path and its generic args | Esteban Küber | -8/+5 |
| 2025-02-11 | Explain that in paths generics can't be set on both the enum and the variant | Esteban Küber | -22/+47 |
| 2025-02-11 | Check sig for errors before checking for unconstrained anonymous lifetime | Michael Goulet | -21/+23 |
| 2025-02-11 | Lower fn items as ZST valtrees and delay a bug | Michael Goulet | -5/+9 |
| 2025-02-11 | Reject `impl Trait` bounds in various places where we unconditionally warned ... | Oli Scherer | -2/+2 |
| 2025-02-11 | reduce query calls in pretty printing when finding bounds of | Adwin White | -43/+45 |
| 2025-02-11 | Rollup merge of #136107 - dingxiangfei2009:coerce-pointee-wellformed, r=compi... | Matthias Krüger | -0/+79 |
| 2025-02-09 | Remove lifetime_capture_rules_2024 feature | Michael Goulet | -21/+12 |
| 2025-02-09 | move repr(transparent) checks to coherence | Ding Xiang Fei | -0/+12 |
| 2025-02-09 | rename the trait to validity and place a feature gate afront | Ding Xiang Fei | -8/+19 |
| 2025-02-09 | introduce CoercePointeeWellformed for coherence checks at typeck stage | Ding Xiang Fei | -0/+56 |
| 2025-02-08 | Rustfmt | bjorn3 | -114/+169 |
| 2025-02-06 | Rollup merge of #136073 - compiler-errors:recursive-coro-always, r=oli-obk | Matthias Krüger | -25/+4 |
| 2025-02-05 | Rollup merge of #136550 - compiler-errors:rpitit-empty-body, r=oli-obk | Jubilee | -0/+9 |
| 2025-02-05 | Eagerly detect coroutine recursion pre-mono when possible | Michael Goulet | -25/+4 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -0/+18 |
| 2025-02-04 | Auto merge of #136549 - matthiaskrgr:rollup-sqbpgtd, r=matthiaskrgr | bors | -86/+52 |
| 2025-02-04 | Fix rustc_hidden_type_of_opaques for RPITITs with no default body | Michael Goulet | -0/+9 |
| 2025-02-04 | Rollup merge of #136284 - oli-obk:push-zsxuwnzmonnl, r=lcnr | Matthias Krüger | -84/+24 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -2/+28 |
| 2025-02-04 | Auto merge of #135760 - scottmcm:disjoint-bitor, r=WaffleLapkin | bors | -1/+1 |
| 2025-02-04 | intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr... | Ralf Jung | -14/+4 |
| 2025-02-04 | Allow using named consts in pattern types | Oli Scherer | -0/+1 |
| 2025-02-03 | Improve contracts intrisics and remove wrapper function | Celina G. Val | -6/+4 |
| 2025-02-03 | Contracts core intrinsics. | Felix S. Klock II | -0/+20 |
| 2025-02-03 | Check Sizedness of return type in WF | Michael Goulet | -2/+28 |
| 2025-02-03 | Rollup merge of #136432 - fmease:lta-fix-def-site-checks, r=compiler-errors | 许杰友 Jieyou Xu (Joe) | -11/+13 |
| 2025-02-03 | Use a different hir type for patterns in pattern types than we use in match p... | Oli Scherer | -84/+23 |
| 2025-02-03 | LTA: Check where-clauses for well-formedness at the def site | León Orell Valerian Liehr | -11/+13 |
| 2025-02-02 | Maintain a list of types permitted per pattern | Oli Scherer | -2/+29 |
| 2025-02-02 | Rollup merge of #136368 - estebank:listify, r=fee1-dead | Matthias Krüger | -36/+10 |
| 2025-01-31 | Add `unchecked_disjoint_bitor` with fallback intrinsic implementation | Scott McMurray | -1/+1 |
| 2025-02-01 | Use an explicit type when discarding the result of `tcx.ensure_ok()` | Zalathar | -5/+9 |
| 2025-02-01 | Rename `tcx.ensure()` to `tcx.ensure_ok()` | Zalathar | -100/+102 |
| 2025-01-31 | Make comma separated lists of anything easier to make for errors | Esteban Küber | -36/+10 |
| 2025-01-31 | Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgr | bors | -2/+1 |
| 2025-01-31 | Rollup merge of #135860 - fmease:compiler-mv-obj-save-dyn-compat-ii, r=jieyouxu | Matthias Krüger | -2/+1 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -308/+224 |
| 2025-01-31 | Auto merge of #136331 - jhpratt:rollup-curo1f4, r=jhpratt | bors | -68/+26 |
| 2025-01-31 | Rollup merge of #136313 - compiler-errors:too-many-args, r=lqd | Jacob Pratt | -0/+1 |
| 2025-01-31 | Rollup merge of #136281 - nnethercote:rustc_hir_analysis, r=lcnr | Jacob Pratt | -308/+219 |