| Age | Commit message (Expand) | Author | Lines |
| 2023-12-25 | Auto merge of #119122 - matthewjasper:if-let-guard-scoping, r=TaKO8Ki | bors | -6/+154 |
| 2023-12-25 | Auto merge of #119283 - GuillaumeGomez:warning-block-pos, r=notriddle | bors | -0/+16 |
| 2023-12-25 | Auto merge of #119274 - RalfJung:raw-ptr-pattern-ice, r=compiler-errors | bors | -0/+33 |
| 2023-12-24 | Add GUI regression test for position of warning block | Guillaume Gomez | -0/+16 |
| 2023-12-24 | Auto merge of #118796 - Nadrieril:fix-exponential-id-match-2, r=cjgillot | bors | -0/+72 |
| 2023-12-24 | Auto merge of #117176 - bvanjoi:fix-116796, r=jackh726 | bors | -0/+16 |
| 2023-12-24 | fix ICE when using raw ptr in a pattern | Ralf Jung | -0/+33 |
| 2023-12-23 | Auto merge of #119218 - Nadrieril:nested-opaque-reveal, r=compiler-errors | bors | -14/+41 |
| 2023-12-23 | Rollup merge of #119255 - fee1-dead-contrib:fix-ice, r=compiler-errors | Matthias Krüger | -0/+34 |
| 2023-12-23 | Rollup merge of #119246 - GuillaumeGomez:trait-is_object_safe-json, r=aDotInT... | Matthias Krüger | -2/+21 |
| 2023-12-23 | Add regression test for `is_object_safe` field on traits | Guillaume Gomez | -0/+19 |
| 2023-12-24 | add test for #116796 | bohan | -0/+16 |
| 2023-12-23 | add a test for ICE #112822 | Deadbeef | -0/+34 |
| 2023-12-23 | Reveal empty opaques in depth | Nadrieril | -14/+41 |
| 2023-12-23 | Auto merge of #119072 - fee1-dead-contrib:effects-fixes, r=compiler-errors | bors | -144/+127 |
| 2023-12-23 | Improve performance on wide matches | Nadrieril | -0/+72 |
| 2023-12-23 | Strenghten `tests/rustdoc/trait-object-safe.rs` to prevent unforeseen regression | Guillaume Gomez | -2/+2 |
| 2023-12-22 | Rollup merge of #119222 - eholk:into-async-iterator, r=compiler-errors,dtolnay | Michael Goulet | -12/+28 |
| 2023-12-22 | Rollup merge of #119077 - tmiasko:lint, r=cjgillot | Michael Goulet | -1/+51 |
| 2023-12-22 | Auto merge of #118824 - aliemjay:perf-region-cons, r=compiler-errors | bors | -2/+2 |
| 2023-12-22 | Update test outputs | Eric Holk | -12/+28 |
| 2023-12-22 | Rollup merge of #119215 - mu001999:fix/119209, r=Nilstrieb | Matthias Krüger | -0/+12 |
| 2023-12-22 | Rollup merge of #119201 - durin42:overaligned-constant, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-12-23 | Update test | r0cky | -18/+6 |
| 2023-12-22 | Emits error if has bound regions | r0cky | -0/+24 |
| 2023-12-22 | Auto merge of #118847 - eholk:for-await, r=compiler-errors | bors | -0/+157 |
| 2023-12-22 | Auto merge of #116821 - Nadrieril:fix-opaque-ice, r=compiler-errors | bors | -0/+247 |
| 2023-12-22 | Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler... | bors | -17/+17 |
| 2023-12-22 | Auto merge of #119097 - nnethercote:fix-EmissionGuarantee, r=compiler-errors | bors | -13/+31 |
| 2023-12-21 | tests: fix overaligned-constant to not over-specify getelementptr instr | Augie Fackler | -1/+1 |
| 2023-12-21 | Rollup merge of #119154 - surechen:fix_119067, r=fmease | Matthias Krüger | -32/+82 |
| 2023-12-21 | Give temporaries in if let guards correct scopes | Matthew Jasper | -6/+154 |
| 2023-12-21 | Auto merge of #119056 - cjgillot:codegen-overalign, r=wesleywiser | bors | -0/+36 |
| 2023-12-21 | Simple modification of diagnostic information | surechen | -32/+82 |
| 2023-12-21 | Enable -Zlint-mir by default for mir-opt tests | Tomasz Miąsko | -0/+1 |
| 2023-12-21 | Stricter check for a use of locals without storage | Tomasz Miąsko | -0/+30 |
| 2023-12-21 | Lint missing StorageDead when returning from functions | Tomasz Miąsko | -0/+19 |
| 2023-12-21 | Add pass to identify undefined or erroneous behaviour | Tomasz Miąsko | -1/+1 |
| 2023-12-20 | Rollup merge of #119168 - petrochenkov:feedvis4, r=compiler-errors | Matthias Krüger | -0/+14 |
| 2023-12-20 | Add `ItemKind::Ctor` to stable mir | Celina G. Val | -2/+8 |
| 2023-12-20 | Add a small test for the case that was crashing | Celina G. Val | -0/+78 |
| 2023-12-20 | Refactor AST trait bound modifiers | León Orell Valerian Liehr | -17/+17 |
| 2023-12-20 | resolve: Stop feeding visibilities for import list stems | Vadim Petrochenkov | -0/+14 |
| 2023-12-20 | Rollup merge of #119155 - Zalathar:async-fn, r=compiler-errors | Guillaume Gomez | -0/+104 |
| 2023-12-20 | Reveal opaque types in exhaustiveness checking | Nadrieril | -9/+39 |
| 2023-12-20 | Add tests | Nadrieril | -0/+217 |
| 2023-12-20 | Auto merge of #119134 - petrochenkov:feedvis2, r=compiler-errors | bors | -0/+37 |
| 2023-12-20 | Rollup merge of #119094 - celinval:smir-layout, r=compiler-errors | Matthias Krüger | -4/+146 |
| 2023-12-20 | Rollup merge of #119071 - lcnr:overflowo, r=compiler-errors | Matthias Krüger | -1/+34 |
| 2023-12-20 | Rollup merge of #118973 - Enselic:fix-IncorrectCguReuseType, r=michaelwoerister | Matthias Krüger | -10/+14 |