| Age | Commit message (Expand) | Author | Lines |
| 2023-10-07 | Auto merge of #115583 - RalfJung:packed-unsized, r=lcnr | bors | -11/+64 |
| 2023-10-06 | Rollup merge of #116458 - bjorn3:fix_global_asm_test, r=workingjubilee | Jubilee | -1/+8 |
| 2023-10-06 | Rollup merge of #116400 - estebank:issue-78585, r=WaffleLapkin | Jubilee | -22/+136 |
| 2023-10-06 | Auto merge of #114811 - estebank:impl-ambiguity, r=wesleywiser | bors | -314/+349 |
| 2023-10-06 | Fix windows test that has different stderr output | Esteban Küber | -8/+10 |
| 2023-10-06 | Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcm | Guillaume Gomez | -1/+2 |
| 2023-10-06 | Use pushsection/popsection | bjorn3 | -2/+2 |
| 2023-10-06 | Rollup merge of #116421 - Urgau:inter-mut-invalid_ref_casting, r=oli-obk | Matthias Krüger | -21/+47 |
| 2023-10-05 | Properly export function defined in test which uses global_asm!() | bjorn3 | -1/+8 |
| 2023-10-05 | Auto merge of #116417 - ouz-a:trait_type_detective, r=compiler-errors | bors | -0/+21 |
| 2023-10-05 | remove is global hack | Oğuz Ağcayazı | -0/+21 |
| 2023-10-05 | Rollup merge of #116428 - Alexendoo:note-duplicate-diagnostics, r=compiler-er... | Matthias Krüger | -171/+407 |
| 2023-10-05 | move subtyper change reveal_all | ouz-a | -0/+90 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -135/+135 |
| 2023-10-05 | Rollup merge of #116429 - fmease:clean-up-struct-field-suggs, r=compiler-errors | Jubilee | -43/+168 |
| 2023-10-05 | Rollup merge of #116296 - compiler-errors:default-return, r=estebank | Jubilee | -42/+59 |
| 2023-10-05 | Rollup merge of #116223 - catandcoder:master, r=cjgillot | Jubilee | -3/+3 |
| 2023-10-05 | Auto merge of #116273 - compiler-errors:refine2, r=tmandry | bors | -6/+17 |
| 2023-10-05 | Auto merge of #116184 - compiler-errors:afit-lint, r=tmandry | bors | -7/+83 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -171/+407 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -42/+59 |
| 2023-10-04 | Auto merge of #114417 - chinedufn:fix-expect-unused-in-impl-block-rust-issue-... | bors | -0/+30 |
| 2023-10-04 | Clarify `invalid_reference_casting` lint around interior mutable types | Urgau | -21/+47 |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -135/+135 |
| 2023-10-04 | clean up struct field suggestions | León Orell Valerian Liehr | -43/+168 |
| 2023-10-04 | Fix test on WASM target by making ambiguity pruning more agressive | Esteban Küber | -2/+0 |
| 2023-10-04 | Auto merge of #116413 - nnethercote:rm-E0551, r=compiler-errors | bors | -5/+5 |
| 2023-10-04 | Auto merge of #116360 - compiler-errors:async-span, r=oli-obk | bors | -43/+43 |
| 2023-10-04 | Remove E0551. | Nicholas Nethercote | -5/+5 |
| 2023-10-04 | Rollup merge of #116393 - compiler-errors:auto-bad, r=WaffleLapkin | Matthias Krüger | -0/+22 |
| 2023-10-04 | Show suggestion for `<SelfTy as Trait>::assoc_fn` in more cases and fmt code | Esteban Küber | -0/+10 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -376/+266 |
| 2023-10-04 | Show more information when multiple `impl` apply | Esteban Küber | -4/+139 |
| 2023-10-04 | review comments | Esteban Küber | -9/+6 |
| 2023-10-04 | Fix misuses of a vs an | cui fliter | -3/+3 |
| 2023-10-03 | Move some tests around | Esteban Küber | -0/+0 |
| 2023-10-03 | Detect missing `=>` after match guard during parsing | Esteban Küber | -22/+139 |
| 2023-10-03 | Gate against auto traits pre-expansion | Michael Goulet | -0/+22 |
| 2023-10-03 | Rollup merge of #116379 - fmease:opaq-hid-inf-bnds-non-lt-bndrs, r=compiler-e... | Matthias Krüger | -0/+27 |
| 2023-10-03 | Rollup merge of #114654 - estebank:suggest-pin-macro, r=davidtwco | Matthias Krüger | -16/+37 |
| 2023-10-03 | non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound | León Orell Valerian Liehr | -0/+27 |
| 2023-10-03 | Rollup merge of #116210 - Raekye:master, r=fee1-dead | Matthias Krüger | -12/+105 |
| 2023-10-03 | Rollup merge of #116158 - compiler-errors:unconstrained-type-var-sugg, r=wesl... | Matthias Krüger | -0/+35 |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -43/+43 |
| 2023-10-03 | Address review nits | Michael Goulet | -1/+1 |
| 2023-10-03 | Only reachable traits | Michael Goulet | -2/+14 |
| 2023-10-03 | Fill in prose to describe the `async_fn_in_trait` lint | Travis Cross | -3/+3 |
| 2023-10-03 | Bless tests | Michael Goulet | -7/+40 |
| 2023-10-03 | Add async_fn_in_trait lint | Michael Goulet | -0/+31 |
| 2023-10-02 | Point out the actual mismatch error | Michael Goulet | -0/+38 |