| Age | Commit message (Expand) | Author | Lines |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -17/+450 |
| 2023-10-28 | Auto merge of #116240 - dtolnay:constdiscriminant, r=thomcc | bors | -2/+1 |
| 2023-10-28 | make pointer_structural_match warn-by-default | Ralf Jung | -25/+221 |
| 2023-10-28 | also lint against fn ptr and raw ptr nested inside the const | Ralf Jung | -6/+42 |
| 2023-10-28 | patterns: reject raw pointers that are not just integers | Ralf Jung | -11/+36 |
| 2023-10-28 | Rollup merge of #117277 - RalfJung:too-big-with-padding, r=oli-obk | Jubilee | -0/+26 |
| 2023-10-28 | Rollup merge of #117025 - Urgau:cleanup-improve-check-cfg-impl, r=petrochenkov | Jubilee | -1/+7 |
| 2023-10-28 | Rollup merge of #116945 - estebank:sealed-trait-impls, r=petrochenkov | Jubilee | -7/+77 |
| 2023-10-28 | restore snapshot when parse_param_general | Mu001999 | -0/+24 |
| 2023-10-27 | Auto merge of #117294 - matthiaskrgr:rollup-xylsec7, r=matthiaskrgr | bors | -128/+154 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -455/+195 |
| 2023-10-27 | Recover from incorrectly ordered/duplicated function keywords | clubby789 | -8/+99 |
| 2023-10-27 | Match usize/isize exhaustively | Nadrieril | -257/+208 |
| 2023-10-27 | Add tests | Nadrieril | -14/+80 |
| 2023-10-27 | Rollup merge of #117246 - estebank:issue-117209, r=petrochenkov | Matthias Krüger | -0/+132 |
| 2023-10-27 | Rollup merge of #117212 - clubby789:fix-ternary-recover, r=compiler-errors | Matthias Krüger | -128/+22 |
| 2023-10-27 | When encountering sealed traits, point types that implement it | Esteban Küber | -7/+77 |
| 2023-10-27 | Detect misparsed binop caused by missing semi | Esteban Küber | -0/+40 |
| 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 | 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 #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 | -0/+100 |