| Age | Commit message (Expand) | Author | Lines |
| 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 | -200/+452 |
| 2023-10-05 | Also closures | Michael Goulet | -0/+12 |
| 2023-10-05 | Structurally normalize async fn return type in deduce_future_output_from_obli... | Michael Goulet | -0/+11 |
| 2023-10-05 | Fix handling slices of empty types | Nadrieril | -0/+61 |
| 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 | Add URL to test case issues | Michael Howell | -1/+21 |
| 2023-10-04 | Rename issue-\d+.rs tests to have meaningful names | Michael Howell | -1/+1 |
| 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 | Add `crate_name` to test so that it can be renamed | Michael Howell | -1/+41 |
| 2023-10-04 | Fix test on WASM target by making ambiguity pruning more agressive | Esteban Küber | -2/+0 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -0/+92 |
| 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 | Relate AliasTy considering variance | Michael Goulet | -0/+14 |
| 2023-10-04 | Rollup merge of #116393 - compiler-errors:auto-bad, r=WaffleLapkin | Matthias Krüger | -0/+22 |
| 2023-10-04 | Rollup merge of #116388 - fmease:rustdoc-fix-n-clean-up-x-crate-higher-ranked... | Matthias Krüger | -2/+38 |
| 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 | Auto merge of #115301 - Zalathar:regions-vec, r=davidtwco | bors | -1016/+880 |
| 2023-10-03 | rustdoc: add support for cross-crate higher-ranked types | León Orell Valerian Liehr | -0/+23 |
| 2023-10-03 | rustdoc: fix & clean up handling of cross-crate higher-ranked lifetimes | León Orell Valerian Liehr | -2/+15 |
| 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 | Auto merge of #116376 - matthiaskrgr:rollup-b3d14gq, r=matthiaskrgr | bors | -12/+105 |
| 2023-10-03 | Rollup merge of #116210 - Raekye:master, r=fee1-dead | Matthias Krüger | -12/+105 |
| 2023-10-03 | Auto merge of #115025 - ouz-a:ouz_testing, r=lcnr | bors | -44/+52 |
| 2023-10-03 | Rollup merge of #116158 - compiler-errors:unconstrained-type-var-sugg, r=wesl... | Matthias Krüger | -0/+35 |
| 2023-10-03 | Rollup merge of #115726 - compiler-errors:better-error-ref, r=estebank | Matthias Krüger | -31/+69 |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -43/+43 |
| 2023-10-03 | coverage: Store each BCB's code regions in one coverage statement | Zalathar | -950/+814 |
| 2023-10-03 | coverage: Let each coverage statement hold a vector of code regions | Zalathar | -6/+6 |
| 2023-10-03 | coverage: Mappings for unused functions can all be zero | Zalathar | -62/+62 |
| 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 |