| Age | Commit message (Expand) | Author | Lines |
| 2025-02-09 | Rollup merge of #136760 - chenyukang:fix-overflowing-int-lint-crash, r=oli-obk | Matthias Krüger | -0/+25 |
| 2025-02-09 | Rollup merge of #136746 - wesleywiser:err_dwarf1, r=Urgau | Matthias Krüger | -0/+56 |
| 2025-02-09 | Emit an error if `-Zdwarf-version=1` is requested | Wesley Wiser | -0/+56 |
| 2025-02-09 | Auto merge of #136754 - Urgau:rollup-qlkhjqr, r=Urgau | bors | -5/+45 |
| 2025-02-09 | Fix unwrap error in overflowing int literal | yukang | -0/+25 |
| 2025-02-08 | Rollup merge of #136730 - lukas-code:trans-ice, r=jswrenn | Jubilee | -0/+31 |
| 2025-02-08 | Rollup merge of #136397 - Shunpoco:issue-136223-ICE-pattern-mutability-cap-vi... | Jubilee | -5/+7 |
| 2025-02-09 | Rollup merge of #136659 - wesleywiser:dwarf_version_lto_merge_behavior, r=jie... | Urgau | -0/+20 |
| 2025-02-08 | occured -> occurred | Michael Goulet | -6/+6 |
| 2025-02-08 | Detect (non-raw) borrows of null ZST pointers in CheckNull | Michael Goulet | -0/+20 |
| 2025-02-08 | Pick the max DWARF version when LTO'ing modules with different versions | Wesley Wiser | -4/+0 |
| 2025-02-08 | Add tests for -Zdwarf-version lto behavior | Wesley Wiser | -0/+24 |
| 2025-02-08 | Auto merge of #136728 - matthiaskrgr:rollup-x2qh9yt, r=matthiaskrgr | bors | -12/+39 |
| 2025-02-08 | transmutability: fix ICE when passing wrong ADT to ASSUME | Lukas Markeffsky | -0/+31 |
| 2025-02-08 | Rollup merge of #136691 - bjorn3:linkage_cleanup, r=jieyouxu | Matthias Krüger | -3/+0 |
| 2025-02-08 | Rollup merge of #136651 - Jarcho:fn_ctxt3, r=compiler-errors | Matthias Krüger | -9/+39 |
| 2025-02-08 | Auto merge of #136713 - matthiaskrgr:rollup-sy6py39, r=matthiaskrgr | bors | -1/+249 |
| 2025-02-07 | Add comment for regression #136223 on borrowck-errors.rs | Shunpoco | -5/+7 |
| 2025-02-07 | Rollup merge of #136682 - ChrisDenton:move-win-proc-tests, r=joboet | Matthias Krüger | -0/+169 |
| 2025-02-07 | Rollup merge of #136556 - amy-kwan:amy-kwan/update_wait-forked-but-failed-chi... | Matthias Krüger | -1/+10 |
| 2025-02-07 | Rollup merge of #136554 - compiler-errors:opt-alias-variances, r=lcnr | Matthias Krüger | -0/+37 |
| 2025-02-07 | Rollup merge of #135179 - compiler-errors:arbitrary-self-types-object, r=BoxyUwU | Matthias Krüger | -0/+33 |
| 2025-02-07 | Rollup merge of #136598 - compiler-errors:unit-fallback, r=WaffleLapkin | Matthias Krüger | -8/+46 |
| 2025-02-07 | Rollup merge of #136577 - dianne:simple-pat-migration-simplification, r=Nadri... | Matthias Krüger | -171/+813 |
| 2025-02-07 | Rollup merge of #135945 - estebank:useless-parens, r=compiler-errors | Matthias Krüger | -87/+84 |
| 2025-02-07 | Rollup merge of #134367 - WaffleLapkin:trait_upcasting_as_a_treat, r=compiler... | Matthias Krüger | -335/+118 |
| 2025-02-07 | Remove Linkage::Private | bjorn3 | -3/+0 |
| 2025-02-07 | Rollup merge of #135973 - WaffleLapkin:tail-track-caller-fix, r=compiler-errors | Matthias Krüger | -0/+64 |
| 2025-02-07 | Move two windows process tests to tests/ui | Chris Denton | -0/+169 |
| 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-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 |