| Age | Commit message (Expand) | Author | Lines |
| 2024-11-14 | Use an atom comparison for a keyword check. | Nicholas Nethercote | -1/+3 |
| 2024-11-14 | Use `for_each_child` in a suitable place. | Nicholas Nethercote | -7/+5 |
| 2024-11-14 | Tweak a `resolutions` loop. | Nicholas Nethercote | -6/+5 |
| 2024-11-13 | Use iteration instead of indexing to access ribs. | Nicholas Nethercote | -6/+5 |
| 2024-11-13 | Optimize `check_keyword_case`. | Nicholas Nethercote | -1/+2 |
| 2024-11-12 | Auto merge of #132954 - matthiaskrgr:rollup-x3rww9h, r=matthiaskrgr | bors | -226/+384 |
| 2024-11-12 | Rollup merge of #132947 - lqd:trimmed-ice, r=compiler-errors | Matthias Krüger | -3/+16 |
| 2024-11-12 | Rollup merge of #132938 - compiler-errors:ed2024-apit-sugg, r=chenyukang | Matthias Krüger | -1/+9 |
| 2024-11-12 | Rollup merge of #132901 - clubby789:enable-pass-check, r=jieyouxu | Matthias Krüger | -65/+180 |
| 2024-11-12 | Rollup merge of #132541 - RalfJung:const-stable-extern-crate, r=compiler-errors | Matthias Krüger | -157/+179 |
| 2024-11-12 | Auto merge of #132282 - Noratrieb:it-is-the-end-of-serial, r=cjgillot | bors | -1047/+457 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -1047/+457 |
| 2024-11-12 | Rename `PASS_NAMES` to disambiguate | clubby789 | -2/+3 |
| 2024-11-12 | Store known passes as an IndexSet | clubby789 | -8/+7 |
| 2024-11-12 | Validate and test `-Zmir-enable-passes` | clubby789 | -5/+28 |
| 2024-11-12 | Declare all MIR passes in a list | clubby789 | -62/+154 |
| 2024-11-12 | Auto merge of #132843 - RalfJung:mono-time-checks, r=lcnr | bors | -106/+135 |
| 2024-11-12 | clarify `must_produce_diag` ICE for debugging | Rémy Rakic | -3/+16 |
| 2024-11-12 | Auto merge of #132943 - matthiaskrgr:rollup-164l3ej, r=matthiaskrgr | bors | -362/+387 |
| 2024-11-12 | Rollup merge of #132935 - compiler-errors:arg-math, r=nnethercote | Matthias Krüger | -4/+16 |
| 2024-11-12 | Rollup merge of #132927 - BoxyUwU:consolidate_type_system_const_eval, r=compi... | Matthias Krüger | -355/+353 |
| 2024-11-12 | Rollup merge of #132668 - ehuss:yield-gate-2024, r=davidtwco | Matthias Krüger | -3/+12 |
| 2024-11-12 | Rollup merge of #132651 - PonasKovas:master, r=fmease | Matthias Krüger | -0/+6 |
| 2024-11-12 | allow rustc_private feature in force-unstable-if-unmarked crates | Ralf Jung | -3/+20 |
| 2024-11-12 | Rollup merge of #132933 - compiler-errors:never-lint-arg-bug, r=WaffleLapkin | Matthias Krüger | -1/+5 |
| 2024-11-12 | Rollup merge of #132653 - BoxyUwU:const_arg_stmt_mac_call, r=compiler-errors | Matthias Krüger | -23/+41 |
| 2024-11-12 | Rollup merge of #132627 - adwinwhite:thir_body_cleanup, r=compiler-errors | Matthias Krüger | -5/+1 |
| 2024-11-12 | Rollup merge of #132487 - dianne:include-trait-args-in-suggestion, r=fmease | Matthias Krüger | -21/+44 |
| 2024-11-12 | Make precise capturing suggestion machine-applicable only if it has not APITs | Michael Goulet | -1/+9 |
| 2024-11-12 | Make sure that we suggest turbofishing the right type arg | Michael Goulet | -1/+5 |
| 2024-11-12 | Consolidate type system const evaluation under `traits::evaluate_const` | Boxy | -355/+353 |
| 2024-11-12 | Auto merge of #132919 - matthiaskrgr:rollup-ogghyvp, r=matthiaskrgr | bors | -238/+126 |
| 2024-11-12 | Make sure to ignore elided lifetimes when pointing at args for fulfillment er... | Michael Goulet | -4/+16 |
| 2024-11-11 | Rollup merge of #132912 - fmease:simplify-gen-param-default-users, r=compiler... | Matthias Krüger | -115/+39 |
| 2024-11-11 | Rollup merge of #132820 - bjorn3:default_backend_link_impl, r=jieyouxu | Matthias Krüger | -70/+20 |
| 2024-11-11 | Rollup merge of #132297 - compiler-errors:check-expr-tweaks, r=lcnr | Matthias Krüger | -53/+63 |
| 2024-11-11 | Rollup merge of #132144 - adetaylor:receiver-trait-itself, r=wesleywiser | Matthias Krüger | -0/+4 |
| 2024-11-11 | Provide placeholder generic arguments for traits in "no method found for type... | dianne | -21/+44 |
| 2024-11-11 | Simplify some places that deal with generic parameter defaults | León Orell Valerian Liehr | -115/+39 |
| 2024-11-11 | Auto merge of #132902 - matthiaskrgr:rollup-43qgg3t, r=matthiaskrgr | bors | -50/+60 |
| 2024-11-11 | remove attributes from generics in built-in derive macros | PonasKovas | -0/+6 |
| 2024-11-11 | Rollup merge of #132891 - Zalathar:short-opt-groups, r=jieyouxu | Matthias Krüger | -50/+60 |
| 2024-11-11 | Feature gate yield expressions not in 2024 | Eric Huss | -3/+12 |
| 2024-11-11 | Auto merge of #127589 - notriddle:notriddle/search-sem-3, r=GuillaumeGomez | bors | -2/+37 |
| 2024-11-11 | Remove `rustc_session::config::rustc_short_optgroups` | Zalathar | -27/+29 |
| 2024-11-11 | Store option strings directly, not in a boxed `apply` closure | Zalathar | -23/+31 |
| 2024-11-11 | Auto merge of #132880 - RalfJung:implied-features, r=workingjubilee | bors | -3/+16 |
| 2024-11-11 | target_features: explain what exacty 'implied' means here | Ralf Jung | -3/+16 |
| 2024-11-11 | Auto merge of #132854 - RalfJung:query-key-limit, r=compiler-errors | bors | -1/+1 |
| 2024-11-11 | Auto merge of #132885 - jhpratt:rollup-4ddd31p, r=jhpratt | bors | -2/+3 |