| Age | Commit message (Expand) | Author | Lines |
| 2023-12-28 | rustc_lint: Prevent triplication of 'unknown lint' lint | Martin Nordholts | -392/+42 |
| 2023-12-28 | rustc_lint: Prevent multiple 'incompatible with previous forbid' lints | Martin Nordholts | -204/+8 |
| 2023-12-28 | rustc_lint: Prevent multiple 'lint ignored' lints | Martin Nordholts | -58/+4 |
| 2023-12-28 | rustc_lint: Rename `warn_about_weird_lints` to `lint_added_lints` | Martin Nordholts | -8/+8 |
| 2023-12-28 | rustc_error_codes: Update expected error in E0453.md | Martin Nordholts | -2/+2 |
| 2023-12-28 | Auto merge of #119368 - coder-s-cat:master, r=WaffleLapkin | bors | -4/+4 |
| 2023-12-28 | Fix some comments | cuishuang | -4/+4 |
| 2023-12-28 | Auto merge of #119349 - zetanumbers:liveness-pass-refactor, r=WaffleLapkin | bors | -8/+2 |
| 2023-12-28 | Auto merge of #119336 - Zalathar:find-ancestor, r=petrochenkov | bors | -22/+6 |
| 2023-12-27 | Auto merge of #119105 - dtolnay:paren, r=WaffleLapkin | bors | -44/+358 |
| 2023-12-27 | Auto merge of #119099 - fmease:always-const-trait-bounds, r=fee1-dead | bors | -223/+505 |
| 2023-12-27 | Auto merge of #117303 - sjwang05:issue-117245, r=estebank | bors | -0/+230 |
| 2023-12-27 | Auto merge of #119302 - Mark-Simulacrum:relative-spans, r=WaffleLapkin | bors | -3/+24 |
| 2023-12-27 | move walk_expr outside of every match branch | zetanumbers | -8/+2 |
| 2023-12-27 | coverage: Unexpand spans with `find_ancestor_inside_same_ctxt` | Zalathar | -22/+6 |
| 2023-12-27 | Support relative offsets when encoding spans | Mark Rousskov | -3/+24 |
| 2023-12-27 | Introduce `const Trait` (always-const trait bounds) | León Orell Valerian Liehr | -223/+505 |
| 2023-12-27 | Auto merge of #119327 - notriddle:notriddle/plusencoding, r=GuillaumeGomez | bors | -1/+11 |
| 2023-12-27 | Auto merge of #119343 - matthiaskrgr:rollup-vkt8lst, r=matthiaskrgr | bors | -49/+47 |
| 2023-12-27 | Rollup merge of #119337 - mu001999:dead_code/clean, r=WaffleLapkin | Matthias Krüger | -17/+2 |
| 2023-12-27 | Rollup merge of #119175 - veera-sivarajan:fix-cast-to-slice, r=WaffleLapkin | Matthias Krüger | -32/+45 |
| 2023-12-27 | Auto merge of #119233 - Nadrieril:keep-whole-pat-around, r=compiler-errors | bors | -9/+9 |
| 2023-12-27 | Remove dead codes | r01and | -17/+2 |
| 2023-12-26 | Suggest `=>` --> `>=` in conditions | sjwang05 | -0/+230 |
| 2023-12-27 | Auto merge of #119334 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-12-26 | Update cargo | Weihang Lo | -0/+0 |
| 2023-12-27 | Auto merge of #119328 - estebank:might_coerce_eq_typo, r=compiler-errors | bors | -3/+36 |
| 2023-12-26 | Suggest `=` to `==` in more cases, even in the face of reference mismatch | Esteban Küber | -3/+36 |
| 2023-12-26 | Keep reference to the original `Pat` in `DeconstructedPat` | Nadrieril | -9/+9 |
| 2023-12-26 | Auto merge of #118431 - sjwang05:issue-44695, r=estebank | bors | -174/+668 |
| 2023-12-26 | rustdoc: treat query string `+` as space | Michael Howell | -1/+11 |
| 2023-12-26 | Auto merge of #119324 - compiler-errors:rollup-c6eqcg9, r=compiler-errors | bors | -179/+249 |
| 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 #119307 - compiler-errors:pat-lifetimes, r=Nadrieril | Michael Goulet | -104/+111 |
| 2023-12-26 | Rollup merge of #119297 - cjgillot:issue-119267, r=petrochenkov | Michael Goulet | -62/+50 |
| 2023-12-26 | Rollup merge of #119240 - compiler-errors:lang-item-more, r=petrochenkov | Michael Goulet | -11/+16 |
| 2023-12-26 | Rollup merge of #119235 - Urgau:missing-feature-gate-sanitizer-cfi-cfgs, r=Ni... | Michael Goulet | -1/+41 |
| 2023-12-26 | Auto merge of #119042 - bvanjoi:fix-118697-2, r=compiler-errors | bors | -2/+69 |
| 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 | -1/+68 |
| 2023-12-26 | Auto merge of #119129 - jyn514:verbose, r=compiler-errors,estebank | bors | -98/+160 |
| 2023-12-26 | Auto merge of #119315 - RalfJung:miri, r=RalfJung | bors | -150/+155 |
| 2023-12-26 | Auto merge of #119313 - matthiaskrgr:rollup-41x48j6, r=matthiaskrgr | bors | -7/+7 |
| 2023-12-26 | fallback `default` to `None` during ast-loweing for lifetime binder | bohan | -2/+69 |
| 2023-12-26 | Rollup merge of #119303 - GuillaumeGomez:update-sysinfo, r=onur-ozkan | Matthias Krüger | -5/+5 |
| 2023-12-26 | Rollup merge of #119294 - jyn514:configure-change-id, r=onur-ozkan | Matthias Krüger | -1/+1 |
| 2023-12-26 | Rollup merge of #119287 - AlexBuz:patch-1, r=the8472 | Matthias Krüger | -1/+1 |
| 2023-12-26 | Auto merge of #3241 - rust-lang:rustup-2023-12-26, r=RalfJung | bors | -3128/+3029 |
| 2023-12-26 | Auto merge of #119285 - lch361:split-no-panic, r=the8472 | bors | -4/+12 |