| Age | Commit message (Expand) | Author | Lines |
| 2023-10-27 | When encountering sealed traits, point types that implement it | Esteban Küber | -7/+77 |
| 2023-10-27 | Account for type param from other item in `note_and_explain` | Esteban Küber | -0/+86 |
| 2023-10-27 | fix failure to detect a too-big-type after adding padding | Ralf Jung | -0/+26 |
| 2023-10-27 | Fuse `gen` blocks | Oli Scherer | -19/+2 |
| 2023-10-27 | Auto merge of #116751 - Nadrieril:lint-overlap-per-column, r=davidtwco | bors | -25/+76 |
| 2023-10-27 | Use targetted diagnostic for borrow across yield error | Oli Scherer | -2/+2 |
| 2023-10-27 | Prevent generators from being movable | Oli Scherer | -0/+28 |
| 2023-10-27 | Handle `move` generators | Oli Scherer | -0/+98 |
| 2023-10-27 | Feature gate coroutine `yield` usage | Oli Scherer | -13/+74 |
| 2023-10-27 | Demonstrate issue with `yield` checks | Oli Scherer | -2/+15 |
| 2023-10-27 | Feature gate `gen` blocks, even in 2024 edition | Oli Scherer | -13/+89 |
| 2023-10-27 | Basic generators work | Oli Scherer | -0/+18 |
| 2023-10-27 | Make `gen` blocks implement the `Iterator` trait | Oli Scherer | -0/+78 |
| 2023-10-27 | Add gen blocks to ast and do some broken ast lowering | Oli Scherer | -10/+10 |
| 2023-10-27 | Auto merge of #116858 - estebank:issue-22488, r=petrochenkov | bors | -0/+50 |
| 2023-10-27 | Allows `#[diagnostic::on_unimplemented]` attributes to have multiple | Georg Semmler | -0/+73 |
| 2023-10-27 | Auto merge of #117272 - matthiaskrgr:rollup-upg122z, r=matthiaskrgr | bors | -287/+142 |
| 2023-10-27 | Better guard against wrong input with check-cfg any() | Urgau | -1/+7 |
| 2023-10-27 | Rollup merge of #117241 - compiler-errors:auto-trait-leak-cycle, r=oli-obk | Matthias Krüger | -233/+21 |
| 2023-10-27 | Rollup merge of #116868 - estebank:suggestion, r=petrochenkov | Matthias Krüger | -54/+121 |
| 2023-10-27 | Auto merge of #116205 - WaffleLapkin:stabilize_pointer_byte_offsets, r=dtolnay | bors | -34/+27 |
| 2023-10-27 | Auto merge of #117260 - okaneco:ascii_branchless, r=thomcc | bors | -0/+47 |
| 2023-10-27 | Handle `ty::Opaque` correctly | Nadrieril | -10/+17 |
| 2023-10-27 | Lint overlapping ranges as a separate pass | Nadrieril | -15/+59 |
| 2023-10-27 | Auto merge of #116035 - lqd:mcp-510-target-specs, r=petrochenkov | bors | -0/+73 |
| 2023-10-26 | Refactor some `char`, `u8` ascii functions to be branchless | okaneco | -0/+47 |
| 2023-10-27 | Auto merge of #113183 - estebank:redundant-sized-errors, r=davidtwco | bors | -0/+18 |
| 2023-10-26 | Recover ternary expression as error | clubby789 | -130/+11 |
| 2023-10-26 | Suggest assoc fn `new` when trying to build tuple struct with private fields | Esteban Küber | -0/+50 |
| 2023-10-26 | Rollup merge of #117114 - nnethercote:improve-stringify-test, r=petrochenkov | Matthias Krüger | -559/+475 |
| 2023-10-26 | Rollup merge of #117106 - estebank:issue-27300, r=petrochenkov | Matthias Krüger | -0/+69 |
| 2023-10-26 | Rollup merge of #116968 - eopb:116967, r=petrochenkov | Matthias Krüger | -0/+21 |
| 2023-10-26 | Tweak suggestion spans for invalid crate-level inner attribute | Esteban Küber | -54/+121 |
| 2023-10-26 | Restrict param constraint suggestion | Esteban Küber | -0/+46 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -233/+21 |
| 2023-10-26 | Auto merge of #117228 - matthiaskrgr:rollup-23zzepv, r=matthiaskrgr | bors | -13/+144 |
| 2023-10-26 | Rollup merge of #117214 - oli-obk:error_shenanigans, r=compiler-errors | Matthias Krüger | -0/+70 |
| 2023-10-26 | Rollup merge of #117143 - estebank:issue-117080, r=wesleywiser | Matthias Krüger | -0/+30 |
| 2023-10-26 | Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obk | Matthias Krüger | -13/+44 |
| 2023-10-26 | Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obk | bors | -0/+185 |
| 2023-10-26 | Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnr | bors | -15/+49 |
| 2023-10-26 | Quietly fail if an error has already occurred | Oli Scherer | -0/+70 |
| 2023-10-26 | Properly restore snapshot when failing to recover parsing ternary | clubby789 | -5/+18 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -17/+92 |
| 2023-10-26 | Deny providing explicit effect params | Deadbeef | -0/+185 |
| 2023-10-26 | Auto merge of #117148 - dtolnay:sinceversion, r=cjgillot | bors | -36/+23 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -0/+78 |
| 2023-10-26 | Auto merge of #117115 - zetafunction:linking, r=bjorn3 | bors | -8/+24 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -0/+1 |
| 2023-10-26 | Remove unused feature from a miri test | Maybe Waffle | -4/+3 |