| Age | Commit message (Expand) | Author | Lines |
| 2025-05-18 | Rollup merge of #140490 - folkertdev:asm-parser-changes, r=Amanieu,traviscross | León Orell Valerian Liehr | -65/+37 |
| 2025-05-18 | Rollup merge of #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscross | León Orell Valerian Liehr | -35/+27 |
| 2025-05-18 | name resolution for guard patterns | dianne | -27/+220 |
| 2025-05-18 | delay error for unsupported options | Folkert de Vries | -65/+37 |
| 2025-05-18 | Rollup merge of #141132 - bvanjoi:issue-141082, r=fmease | León Orell Valerian Liehr | -5/+50 |
| 2025-05-18 | Suggest use `"{}", self.x` instead of `{self.x}` when resolve `x` as field of... | xizheyin | -18/+4 |
| 2025-05-18 | Add test sugg-field-in-format-string-issue-141136 | xizheyin | -0/+60 |
| 2025-05-18 | Remove uses of `#[feature(avx512_target_feature)]` | sayantn | -23/+16 |
| 2025-05-18 | Stabilize `avx512_target_feature` | sayantn | -12/+11 |
| 2025-05-17 | Use `crate::` prefix for root macro suggestions | bohan | -5/+50 |
| 2025-05-17 | Rollup merge of #141125 - lcnr:coroutine_obligations_use_borrowck, r=compiler... | Matthias Krüger | -0/+48 |
| 2025-05-17 | Rollup merge of #141121 - compiler-errors:ambig-is-not-err, r=lcnr | Matthias Krüger | -0/+37 |
| 2025-05-17 | Rollup merge of #135808 - tiif:conv_display, r=workingjubilee | Matthias Krüger | -2/+2 |
| 2025-05-17 | do away with `_Self` and `TraitName` and check generic params for rustc_on_un... | mejrs | -49/+102 |
| 2025-05-17 | check coroutines with TypingMode::Borrowck to avoid cyclic reasoning | lcnr | -0/+48 |
| 2025-05-17 | Only select true errors in impossible_predicates | Michael Goulet | -0/+37 |
| 2025-05-17 | Rollup merge of #141070 - xizheyin:issue-140659, r=chenyukang | Matthias Krüger | -0/+72 |
| 2025-05-17 | Rollup merge of #141031 - azhogin:azhogin/async-drop-dependency-fix, r=oli-obk | Matthias Krüger | -0/+63 |
| 2025-05-17 | Rollup merge of #140208 - compiler-errors:wf-coinductive, r=lcnr | Matthias Krüger | -10/+63 |
| 2025-05-17 | Create tests/ui/typeck/suggestions/ and move some tests in tests/ui/typeck/ t... | xizheyin | -0/+0 |
| 2025-05-17 | Do not emit help when shorthand from macro when suggest `?` or `expect` | xizheyin | -5/+0 |
| 2025-05-17 | add regression test for rust-lang#101650 | satler | -0/+24 |
| 2025-05-16 | Fix the issue of typo of comma in arm parsing | yukang | -0/+74 |
| 2025-05-16 | Add ui test macro-shorthand-issue-140659 | xizheyin | -0/+77 |
| 2025-05-16 | Auto merge of #141066 - matthiaskrgr:rollup-e7tyrj5, r=matthiaskrgr | bors | -38/+95 |
| 2025-05-16 | Rollup merge of #141003 - clubby789:ternary-improve, r=compiler-errors | Matthias Krüger | -5/+23 |
| 2025-05-16 | Rollup merge of #140997 - jieyouxu:link-flags-negative-tests, r=lqd | Matthias Krüger | -0/+72 |
| 2025-05-16 | Rollup merge of #140834 - lcnr:apit-folder, r=compiler-errors | Matthias Krüger | -33/+0 |
| 2025-05-16 | Auto merge of #140557 - compiler-errors:remove-wf-hack, r=lcnr | bors | -14/+76 |
| 2025-05-15 | Auto merge of #141050 - matthiaskrgr:rollup-uyzqbmj, r=matthiaskrgr | bors | -20/+346 |
| 2025-05-15 | Rollup merge of #140947 - compiler-errors:pending-norm, r=lcnr | Matthias Krüger | -0/+107 |
| 2025-05-15 | Rollup merge of #140768 - Urgau:improv_autorefs-lint, r=fmease | Matthias Krüger | -19/+201 |
| 2025-05-15 | Rollup merge of #140712 - lcnr:normalization-gat-args, r=compiler-errors | Matthias Krüger | -1/+38 |
| 2025-05-15 | Auto merge of #136264 - GuillaumeGomez:optimize-integers-to-string, r=Amanieu | bors | -6/+6 |
| 2025-05-15 | Auto merge of #136988 - compiler-errors:impossible_predicates, r=lcnr | bors | -0/+38 |
| 2025-05-15 | dont handle bool transmute | bendn | -12/+6 |
| 2025-05-15 | Async drop fix for dropee from another crate (#140858) | Andrew Zhogin | -0/+63 |
| 2025-05-15 | Add some negative test coverage for `-Zlinker-features` flag | Jieyou Xu | -0/+39 |
| 2025-05-15 | Add some negative test coverage for malformed `-Clink-self-contained` flags | Jieyou Xu | -0/+33 |
| 2025-05-14 | Use more subdiagnostics and reword the overloaded deref note | Urgau | -24/+4 |
| 2025-05-14 | Improve `dangerous_implicit_aurorefs` diagnostic output | Urgau | -19/+221 |
| 2025-05-14 | Rollup merge of #140989 - xizheyin:issue-139631, r=compiler-errors | Matthias Krüger | -0/+58 |
| 2025-05-14 | Rollup merge of #140827 - compiler-errors:gather-locals-twice, r=oli-obk | Matthias Krüger | -0/+27 |
| 2025-05-14 | Improve ternary operator recovery | Jamie | -5/+23 |
| 2025-05-14 | Suggest replace `f` with `f: Box<f>` when expr field is short hand | xizheyin | -2/+2 |
| 2025-05-14 | Add ui test suggest-box-for-expr-field-issue-139631 | xizheyin | -0/+58 |
| 2025-05-14 | Add match guard chains test for absence of compilation error | est31 | -0/+29 |
| 2025-05-13 | `impl PartialEq<{str,String}> for {Path,PathBuf}` | Martin Habovstiak | -8/+6 |
| 2025-05-13 | Add match guard chains test, based on mir_let_chains_drop_order.rs | est31 | -0/+110 |
| 2025-05-13 | Add match guard chains to drop-order-comparisons.rs | est31 | -48/+130 |