| Age | Commit message (Expand) | Author | Lines |
| 2024-01-09 | Rollup merge of #119699 - cjgillot:simplify-unreachable, r=oli-obk | Guillaume Gomez | -91/+77 |
| 2024-01-09 | Rollup merge of #117556 - obeis:static-mut-ref-lint, r=davidtwco | Guillaume Gomez | -235/+1133 |
| 2024-01-09 | Auto merge of #118968 - aliemjay:canon-static, r=lcnr | bors | -3/+3 |
| 2024-01-09 | Auto merge of #117703 - compiler-errors:recursive-async, r=lcnr | bors | -123/+111 |
| 2024-01-09 | Rollup merge of #119712 - madsravn:parsing-errors, r=estebank | Matthias Krüger | -1/+25 |
| 2024-01-09 | Rollup merge of #118649 - compiler-errors:coherence-ambig, r=lcnr | Matthias Krüger | -45/+8 |
| 2024-01-09 | Rollup merge of #119704 - chenyukang:yukang-fix-let_underscore, r=Nilstrieb | Matthias Krüger | -0/+101 |
| 2024-01-09 | Rollup merge of #119663 - petrochenkov:rmakefix, r=Mark-Simulacrum | Matthias Krüger | -3/+3 |
| 2024-01-09 | Rollup merge of #119660 - RalfJung:const-ub-enum, r=oli-obk | Matthias Krüger | -140/+6 |
| 2024-01-09 | Rollup merge of #119033 - Zalathar:unicode, r=davidtwco | Matthias Krüger | -0/+129 |
| 2024-01-09 | Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe... | Matthias Krüger | -0/+462 |
| 2024-01-08 | Make cycle error more resilient to where it starts | Michael Goulet | -54/+65 |
| 2024-01-08 | Only compute layout of opaque if coroutine is the cause of an opaque cycle | Michael Goulet | -2/+3 |
| 2024-01-08 | Point out source of recursion | Michael Goulet | -25/+52 |
| 2024-01-08 | Don't check for recursion in generator witness fields | Michael Goulet | -71/+20 |
| 2024-01-08 | Removing redudant note from parse error | Mads Ravn | -6/+0 |
| 2024-01-08 | Make inductive cycles in coherence ambiguous always | Michael Goulet | -45/+8 |
| 2024-01-08 | coverage: `llvm-cov` expects column numbers to be bytes, not code points | Zalathar | -12/+52 |
| 2024-01-08 | Improved support of collapse_debuginfo attribute for macros. | Andrew Zhogin | -0/+462 |
| 2024-01-08 | coverage: Test for column numbers involving non-ASCII characters | Zalathar | -0/+89 |
| 2024-01-08 | Fix 2 variable binding issues in let_underscore | yukang | -0/+101 |
| 2024-01-08 | Rollup merge of #119711 - Nilstrieb:makewtf, r=WaffleLapkin | Matthias Krüger | -7/+0 |
| 2024-01-08 | Rollup merge of #119708 - compiler-errors:pointer-like, r=Nilstrieb | Matthias Krüger | -0/+36 |
| 2024-01-08 | Rollup merge of #119705 - fmease:tilde-const-assoc-fns-trait-impls, r=compile... | Matthias Krüger | -17/+49 |
| 2024-01-08 | Rollup merge of #119703 - compiler-errors:impl-trait-tweaks, r=fmease | Matthias Krüger | -123/+245 |
| 2024-01-08 | Rollup merge of #116129 - fu5ha:better-pin-docs-2, r=Amanieu | Matthias Krüger | -5/+5 |
| 2024-01-07 | Delete unused makefile in tests/ui | Nilstrieb | -7/+0 |
| 2024-01-07 | Adding alignment to the list of cases to test for specific error message. Cov... | Mads Ravn | -1/+31 |
| 2024-01-07 | Unions are not PointerLike | Michael Goulet | -0/+36 |
| 2024-01-07 | Split note, fix const/static impl trait error | Michael Goulet | -123/+245 |
| 2024-01-07 | effects: support ~const in assoc fns in trait impls | León Orell Valerian Liehr | -17/+49 |
| 2024-01-07 | update ui tests | Gray Olson | -5/+5 |
| 2024-01-07 | Make ImplTraitPosition display more descriptive | Michael Goulet | -17/+17 |
| 2024-01-07 | Auto merge of #119675 - cjgillot:set-no-discriminant, r=tmiasko | bors | -0/+130 |
| 2024-01-07 | Merge dead bb pruning and unreachable bb deduplication. | Camille GILLOT | -91/+77 |
| 2024-01-07 | Update test for `E0796` and `static_mut_ref` lint | Obei Sideg | -237/+779 |
| 2024-01-07 | mark vec::IntoIter pointers as `!nonnull` | The 8472 | -0/+46 |
| 2024-01-07 | Auto merge of #119035 - saethlin:remove-linker-requirement, r=onur-ozkan | bors | -3/+0 |
| 2024-01-07 | Skip threading over no-op SetDiscriminant. | Camille GILLOT | -0/+130 |
| 2024-01-06 | Run Miri and mir-opt tests without a target linker | Ben Kimock | -3/+0 |
| 2024-01-06 | tests: Normalize `\r\n` to `\n` in some run-make tests | Vadim Petrochenkov | -3/+3 |
| 2024-01-06 | Rollup merge of #119655 - Nilstrieb:cleanup-the-error-count-monster-mess, r=W... | Matthias Krüger | -13/+6 |
| 2024-01-06 | Rollup merge of #119624 - petrochenkov:dialoc4, r=compiler-errors | Matthias Krüger | -27/+159 |
| 2024-01-06 | Rollup merge of #119591 - Enselic:DestinationPropagation-stable, r=cjgillot | Matthias Krüger | -18/+18 |
| 2024-01-06 | Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472 | Matthias Krüger | -1/+1 |
| 2024-01-06 | Rollup merge of #118194 - notriddle:notriddle/tuple-unit, r=GuillaumeGomez | Matthias Krüger | -14/+486 |
| 2024-01-06 | remove an unnecessary stderr-per-bitwidth | Ralf Jung | -140/+6 |
| 2024-01-06 | Remove ignore-stage1 that was added when changing error count msg | Nilstrieb | -13/+6 |
| 2024-01-06 | Auto merge of #119478 - bjorn3:no_serialize_specialization, r=wesleywiser | bors | -1/+4 |
| 2024-01-05 | Rollup merge of #119638 - lukas-code:suggest-constructor-cycle-error, r=cjgillot | Michael Goulet | -0/+37 |