| Age | Commit message (Expand) | Author | Lines |
| 2025-02-06 | allow+update `deref_into_dyn_supertrait` | Waffle Lapkin | -62/+52 |
| 2025-02-06 | remove `feature(trait_upcasting)` from tests and bless them | Waffle Lapkin | -273/+66 |
| 2025-02-06 | Remove some unnecessary parens in `assert!` conditions | Esteban Küber | -87/+84 |
| 2025-02-06 | Label mismatched parameters at the def site for foreign functions. | Jason Newcomb | -9/+39 |
| 2025-02-06 | Rollup merge of #133925 - folkertdev:improve-repr-warnings, r=compiler-errors | Matthias Krüger | -17/+67 |
| 2025-02-06 | fix tail call checks wrt `#[track_caller]` | Waffle Lapkin | -0/+64 |
| 2025-02-06 | Use split_whitespace() when filtering lines in the ps output | Amy Kwan | -1/+1 |
| 2025-02-06 | Add opt_alias_variances and use it in outlives code | Michael Goulet | -0/+37 |
| 2025-02-06 | Rollup merge of #136393 - oli-obk:pattern-type-lit-oflo-checks, r=compiler-er... | Matthias Krüger | -0/+58 |
| 2025-02-06 | Rollup merge of #136315 - estebank:long-ty-binop, r=SparrowLii | Matthias Krüger | -0/+41 |
| 2025-02-06 | Rollup merge of #136311 - compiler-errors:vtable-fixes-2, r=lcnr | Matthias Krüger | -0/+26 |
| 2025-02-06 | Rollup merge of #136073 - compiler-errors:recursive-coro-always, r=oli-obk | Matthias Krüger | -14/+26 |
| 2025-02-06 | Prevent generic pattern types from being used in libstd | Oli Scherer | -9/+56 |
| 2025-02-05 | Rollup merge of #136583 - Jarcho:fn_ctxt2, r=compiler-errors | Jubilee | -151/+91 |
| 2025-02-05 | Rollup merge of #136550 - compiler-errors:rpitit-empty-body, r=oli-obk | Jubilee | -0/+23 |
| 2025-02-05 | Rollup merge of #136269 - compiler-errors:spanned, r=lcnr | Jubilee | -4/+12 |
| 2025-02-05 | add more pattern migration tests | dianne | -1/+400 |
| 2025-02-05 | Walk into nested bodies when suggesting unit for unit fallback | Michael Goulet | -0/+4 |
| 2025-02-05 | Only suggest unit for unit fallback when spans dont come from macro expansion | Michael Goulet | -8/+42 |
| 2025-02-05 | Eagerly detect coroutine recursion pre-mono when possible | Michael Goulet | -14/+26 |
| 2025-02-05 | Pass spans around new solver | Michael Goulet | -4/+12 |
| 2025-02-05 | try to suggest eliding redundant binding modifiers | dianne | -10/+13 |
| 2025-02-05 | reword default binding mode notes | dianne | -82/+82 |
| 2025-02-05 | When displaying a parameter mismatch error, only highlight the mismatched par... | Jason Newcomb | -151/+91 |
| 2025-02-05 | Uniformly handle HIR literals in visitors and lints | Oli Scherer | -1/+10 |
| 2025-02-05 | Add regression test | Oli Scherer | -0/+49 |
| 2025-02-05 | Rollup merge of #136567 - adetaylor:test-for-recursion, r=oli-obk | 许杰友 Jieyou Xu (Joe) | -0/+71 |
| 2025-02-05 | Rollup merge of #136536 - DuskyElf:master, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -20/+20 |
| 2025-02-05 | Rollup merge of #136517 - m4rch3n1ng:inherent-str-constructors, r=jhpratt | 许杰友 Jieyou Xu (Joe) | -22/+4 |
| 2025-02-05 | Rollup merge of #136449 - joboet:move_pal_net, r=ChrisDenton | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-02-05 | Rollup merge of #136304 - oli-obk:push-ymxoklvzrpvx, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -0/+65 |
| 2025-02-05 | Rollup merge of #135964 - ehuss:cenum_impl_drop_cast, r=Nadrieril | 许杰友 Jieyou Xu (Joe) | -27/+1 |
| 2025-02-05 | Only allow negation on literals in patterns if it's on integers or floats | Oli Scherer | -2/+28 |
| 2025-02-05 | Add regression test for negative unsigned literals in patterns | Oli Scherer | -0/+39 |
| 2025-02-05 | separate labels for default binding mode spans into their own notes | dianne | -165/+253 |
| 2025-02-05 | Arbitrary self types v2: recursion test | Adrian Taylor | -0/+71 |
| 2025-02-05 | Rollup merge of #136509 - ehuss:nested-macro-rules-edition, r=jieyouxu | León Orell Valerian Liehr | -0/+112 |
| 2025-02-05 | Rollup merge of #128045 - pnkfelix:rustc-contracts, r=oli-obk | León Orell Valerian Liehr | -12/+1162 |
| 2025-02-04 | [AIX] Update tests/ui/wait-forked-but-failed-child.rs to accomodate exiting a... | Amy Kwan | -1/+10 |
| 2025-02-04 | Fix rustc_hidden_type_of_opaques for RPITITs with no default body | Michael Goulet | -0/+23 |
| 2025-02-04 | Rollup merge of #136520 - compiler-errors:redundant-layout-assert, r=lcnr | Matthias Krüger | -0/+50 |
| 2025-02-04 | Rollup merge of #136497 - Jarcho:fn_ctxt, r=compiler-errors | Matthias Krüger | -3/+102 |
| 2025-02-04 | Rollup merge of #136477 - lqd:nll-tls-spans, r=matthewjasper | Matthias Krüger | -2/+2 |
| 2025-02-04 | Rollup merge of #136284 - oli-obk:push-zsxuwnzmonnl, r=lcnr | Matthias Krüger | -93/+259 |
| 2025-02-04 | Rollup merge of #136274 - compiler-errors:sized-wf, r=lcnr | Matthias Krüger | -336/+433 |
| 2025-02-04 | Quickfix `//@ check-pass` is enough | DuskyElf | -2/+2 |
| 2025-02-04 | intrinsics: unify rint, roundeven, nearbyint in a single round_ties_even intr... | Ralf Jung | -11/+0 |
| 2025-02-04 | Allow using named consts in pattern types | Oli Scherer | -43/+171 |
| 2025-02-04 | Auto merge of #136534 - jhpratt:rollup-dnz57dq, r=jhpratt | bors | -9/+11 |
| 2025-02-04 | Rename and Move some UI tests to more suitable subdirs | DuskyElf | -18/+18 |