| Age | Commit message (Expand) | Author | Lines |
| 2024-01-02 | Make offset_of field parsing use metavariable which handles any spacing | George Bateman | -220/+150 |
| 2023-12-31 | Auto merge of #119066 - notriddle:notriddle/sidebar-source-redesign, r=Guilla... | bors | -96/+60 |
| 2023-12-30 | Auto merge of #119284 - Nadrieril:fix-bodiless-arm-parse, r=cjgillot | bors | -0/+37 |
| 2023-12-30 | Update to bitflags 2 in the compiler | Nilstrieb | -9/+9 |
| 2023-12-30 | Auto merge of #119437 - matthiaskrgr:rollup-esf96p6, r=matthiaskrgr | bors | -6/+29 |
| 2023-12-30 | Rollup merge of #119425 - Urgau:check-cfg-fix-cargo-diag-bug, r=Nilstrieb | Matthias Krüger | -6/+29 |
| 2023-12-30 | Auto merge of #119377 - tmiasko:after, r=cjgillot | bors | -1/+1 |
| 2023-12-30 | Auto merge of #116012 - cjgillot:gvn-const, r=oli-obk | bors | -1063/+1072 |
| 2023-12-30 | Fix invalid check-cfg Cargo feature diagnostic help | Urgau | -2/+1 |
| 2023-12-30 | Add check-cfg test for Cargo feature without value | Urgau | -6/+30 |
| 2023-12-29 | Rollup merge of #119410 - est31:fix_if_guard_unused, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2023-12-29 | Rollup merge of #119406 - lqd:issue-114325, r=compiler-errors | Matthias Krüger | -0/+55 |
| 2023-12-29 | Rollup merge of #119388 - Enselic:prevent-lint-triplication, r=cjgillot | Matthias Krüger | -629/+29 |
| 2023-12-29 | Auto merge of #118911 - Young-Flash:fix_issue_118819, r=fmease | bors | -4/+120 |
| 2023-12-29 | Rename test | est31 | -2/+2 |
| 2023-12-29 | add non-regression test for issue 114325 | Rémy Rakic | -0/+55 |
| 2023-12-29 | Also walk bindings created by if-let guards | est31 | -0/+23 |
| 2023-12-28 | Auto merge of #119174 - compiler-errors:movability, r=cjgillot | bors | -2/+0 |
| 2023-12-28 | rustc_lint: Prevent triplication of 'unknown lint' lint | Martin Nordholts | -369/+19 |
| 2023-12-28 | rustc_lint: Prevent multiple 'incompatible with previous forbid' lints | Martin Nordholts | -203/+7 |
| 2023-12-28 | rustc_lint: Prevent multiple 'lint ignored' lints | Martin Nordholts | -57/+3 |
| 2023-12-28 | Rollup merge of #119380 - ShE3py:match-never-pat, r=petrochenkov | Matthias Krüger | -25/+25 |
| 2023-12-28 | Rollup merge of #119376 - msrd0:regression-test-106630, r=petrochenkov | Matthias Krüger | -0/+33 |
| 2023-12-28 | Rollup merge of #119331 - notriddle:notriddle/maxpatheditdistance, r=Guillaum... | Matthias Krüger | -27/+122 |
| 2023-12-28 | Remove movability from TyKind::Coroutine | Michael Goulet | -2/+0 |
| 2023-12-28 | Don't validate / lint MIR before each pass | Tomasz Miąsko | -1/+1 |
| 2023-12-28 | Don't expect bodyless arms if the pattern can never be a never pattern | Lieselotte | -25/+25 |
| 2023-12-28 | Add regression test for #106630 | Dominic | -0/+33 |
| 2023-12-27 | Auto merge of #119105 - dtolnay:paren, r=WaffleLapkin | bors | -0/+60 |
| 2023-12-27 | Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead | bors | -111/+372 |
| 2023-12-27 | Auto merge of #117303 - sjwang05:issue-117245, r=estebank | bors | -0/+200 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -111/+372 |
| 2023-12-27 | Auto merge of #119327 - notriddle:notriddle/plusencoding, r=GuillaumeGomez | bors | -0/+9 |
| 2023-12-27 | Rollup merge of #119175 - veera-sivarajan:fix-cast-to-slice, r=WaffleLapkin | Matthias Krüger | -14/+33 |
| 2023-12-27 | fix broken CI and code review | Young-Flash | -6/+53 |
| 2023-12-26 | Suggest `=>` --> `>=` in conditions | sjwang05 | -0/+200 |
| 2023-12-26 | rustdoc-search: count path edits with separate edit limit | Michael Howell | -27/+122 |
| 2023-12-26 | Suggest `=` to `==` in more cases, even in the face of reference mismatch | Esteban Küber | -1/+17 |
| 2023-12-26 | Auto merge of #118431 - sjwang05:issue-44695, r=estebank | bors | -54/+377 |
| 2023-12-26 | rustdoc: treat query string `+` as space | Michael Howell | -0/+9 |
| 2023-12-26 | Auto merge of #119324 - compiler-errors:rollup-c6eqcg9, r=compiler-errors | bors | -5/+72 |
| 2023-12-26 | Rollup merge of #119323 - lukas-code:test-never-to-infinite, r=compiler-errors | Michael Goulet | -1/+31 |
| 2023-12-26 | Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkov | Michael Goulet | -0/+4 |
| 2023-12-26 | Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkov | Michael Goulet | -4/+3 |
| 2023-12-26 | Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni... | Michael Goulet | -0/+34 |
| 2023-12-26 | Auto merge of #119042 - bvanjoi:fix-118697-2, r=compiler-errors | bors | -0/+37 |
| 2023-12-26 | add test for coercing never to infinite type | Lukas Markeffsky | -0/+30 |
| 2023-12-26 | rename tests | Lukas Markeffsky | -1/+1 |
| 2023-12-26 | Auto merge of #119133 - scottmcm:assert-unchecked, r=thomcc | bors | -0/+19 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -55/+96 |