| Age | Commit message (Expand) | Author | Lines |
| 2023-10-14 | Special case iterator chain checks for suggestion | Esteban Küber | -0/+267 |
| 2023-10-14 | Auto merge of #115524 - RalfJung:misalign, r=wesleywiser | bors | -0/+72 |
| 2023-10-13 | Use `$message_type` as the tag | Jeremy Fitzhardinge | -35/+35 |
| 2023-10-13 | Test that RPITITs have RPIT scope and not impl-wide scope | Michael Goulet | -0/+38 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -942/+239 |
| 2023-10-13 | Auto merge of #116645 - estebank:issue-116608, r=oli-obk | bors | -3/+158 |
| 2023-10-13 | Tweak wording | Esteban Küber | -4/+4 |
| 2023-10-13 | Suggest trait bounds for used associated type on type param | Esteban Küber | -3/+84 |
| 2023-10-13 | Fix AFIT lint message to mention pitfall | Michael Goulet | -1/+1 |
| 2023-10-13 | Auto merge of #116670 - oli-obk:host_docs, r=fmease | bors | -0/+46 |
| 2023-10-13 | MCP636: Adapt check-cfg tests to the new syntax | Urgau | -124/+749 |
| 2023-10-13 | Auto merge of #116676 - estebank:issue-116658, r=compiler-errors | bors | -0/+67 |
| 2023-10-13 | explicitly handle auto trait leakage in coherence | lcnr | -1/+16 |
| 2023-10-13 | Bless tests and new warnings due to formatting changes | Michael Goulet | -1/+1 |
| 2023-10-13 | Auto merge of #116666 - Urgau:check-cfg-pre-mcp636, r=petrochenkov | bors | -59/+64 |
| 2023-10-13 | Clean up unchecked_math, separate out unchecked_shifts | ltdk | -2/+2 |
| 2023-10-12 | On type error involving closure, avoid ICE | Esteban Küber | -0/+67 |
| 2023-10-12 | Detect ruby-style closure in parser | Esteban Küber | -3/+158 |
| 2023-10-12 | Auto merge of #116391 - Nadrieril:constructorset, r=cjgillot | bors | -0/+61 |
| 2023-10-12 | Auto merge of #116510 - scottmcm:no-1-simd-v2, r=compiler-errors | bors | -0/+75 |
| 2023-10-12 | Exclude apple from assembly test | Scott McMurray | -0/+1 |
| 2023-10-12 | hide `host` param from generic parameter list of `~const` bounds | Oli Scherer | -1/+1 |
| 2023-10-12 | Add regression test for generic args showing `host` param | Oli Scherer | -0/+12 |
| 2023-10-12 | Test cross crate | Oli Scherer | -0/+15 |
| 2023-10-12 | check-cfg: update rustdoc ui check-cfg tests | Urgau | -2/+2 |
| 2023-10-12 | check-cfg: only print the list of expected names once | Urgau | -24/+0 |
| 2023-10-12 | check-cfg: mention the unexpected name and value in the primary message | Urgau | -56/+56 |
| 2023-10-12 | check-cfg: adjust expected names and values when useful | Urgau | -1/+30 |
| 2023-10-12 | Rollup merge of #116642 - weiznich:diagnostic_on_unimplemented_improvements, ... | Matthias Krüger | -0/+74 |
| 2023-10-12 | Hide host effect params from docs | Oli Scherer | -2/+2 |
| 2023-10-12 | Add regression tests | Oli Scherer | -0/+19 |
| 2023-10-12 | Auto merge of #116649 - nnethercote:improve-print_tts-precursors, r=petrochenkov | bors | -386/+416 |
| 2023-10-12 | Auto merge of #116600 - GuillaumeGomez:repr-enums-discriminant, r=fmease | bors | -0/+98 |
| 2023-10-12 | Auto merge of #113487 - estebank:sugg-113174, r=oli-obk | bors | -4/+118 |
| 2023-10-12 | Add a comment to `tests/ui/proc-macro/issue-75930-derive-cfg.rs`. | Nicholas Nethercote | -386/+416 |
| 2023-10-11 | Add tests for enum discriminant value display with `repr` | Guillaume Gomez | -0/+98 |
| 2023-10-11 | Handle several `#[diagnostic::on_unimplemented]` attributes correctly | Georg Semmler | -0/+74 |
| 2023-10-11 | rustdoc: fix resize trouble with mobile | Michael Howell | -0/+4 |
| 2023-10-11 | Suggest `;` after bare `match` expression E0308 | Esteban Küber | -4/+15 |
| 2023-10-11 | Use structured suggestion for #113174 | Esteban Küber | -4/+118 |
| 2023-10-11 | Rollup merge of #116597 - GuillaumeGomez:foreign-blanket-impl, r=notriddle | Matthias Krüger | -0/+32 |
| 2023-10-11 | Rollup merge of #116436 - compiler-errors:structurally-normalize-for-closure,... | Matthias Krüger | -0/+23 |
| 2023-10-11 | Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr | Matthias Krüger | -0/+14 |
| 2023-10-11 | rustdoc: enforce BODY_MIN constraint on sidebar resize | Michael Howell | -0/+33 |
| 2023-10-11 | rustdoc: allow resizing the sidebar | Michael Howell | -7/+81 |
| 2023-10-11 | Auto merge of #115937 - oli-obk:spurious_unreachable_pattern, r=Nadrieril | bors | -160/+46 |
| 2023-10-11 | Avoid emitting the non_exhaustive error if other errors already occurred | Oli Scherer | -84/+13 |
| 2023-10-11 | Prevent spurious `unreachable pattern` lints | Oli Scherer | -165/+122 |
| 2023-10-11 | Auto merge of #116014 - lqd:mcp510-2-electric-boogaloo, r=petrochenkov | bors | -0/+14 |
| 2023-10-11 | Auto merge of #116623 - Nadrieril:validate-range-endpoints, r=oli-obk | bors | -28/+171 |