| Age | Commit message (Expand) | Author | Lines |
| 2023-04-22 | Rollup merge of #110657 - miguelraz:cleanup-simplifycfg-refactor, r=compiler-... | Yuki Okushi | -8/+6 |
| 2023-04-22 | Rollup merge of #110640 - glaubitz:m68k-baseline, r=oli-obk | Yuki Okushi | -0/+1 |
| 2023-04-22 | Rollup merge of #110622 - WaffleLapkin:hashtag#, r=compiler-errors | Yuki Okushi | -29/+1 |
| 2023-04-21 | nit: consistent naming for SimplifyConstCondition | miguelraz | -8/+6 |
| 2023-04-21 | Auto merge of #110648 - Dylan-DPC:rollup-em3ovcq, r=Dylan-DPC | bors | -30/+29 |
| 2023-04-21 | Auto merge of #110107 - cjgillot:const-prop-lint-junk, r=oli-obk | bors | -1/+7 |
| 2023-04-21 | Ensure mir_drops_elaborated_and_const_checked when requiring codegen. | Camille GILLOT | -1/+7 |
| 2023-04-21 | Auto merge of #110569 - saethlin:mir-pass-cooperation, r=cjgillot | bors | -18/+17 |
| 2023-04-21 | Rollup merge of #110632 - saethlin:panic-if-dep-graph-too-big, r=lcnr | Dylan DPC | -1/+1 |
| 2023-04-21 | Rollup merge of #110501 - notriddle:notriddle/ice-110495, r=petrochenkov | Dylan DPC | -0/+1 |
| 2023-04-21 | Rollup merge of #110333 - petrochenkov:notagain, r=compiler-errors | Dylan DPC | -29/+27 |
| 2023-04-21 | Auto merge of #110542 - petrochenkov:qcstore4, r=cjgillot | bors | -14/+3 |
| 2023-04-21 | rustc_metadata: Split `children` into multiple tables | Vadim Petrochenkov | -29/+27 |
| 2023-04-21 | compiler/rustc_target: Raise m68k-linux-gnu baseline to 68020 | John Paul Adrian Glaubitz | -0/+1 |
| 2023-04-21 | Auto merge of #109002 - michaelvanstraten:master, r=petrochenkov | bors | -1/+10 |
| 2023-04-21 | Auto merge of #96840 - cjgillot:query-feed, r=oli-obk | bors | -1164/+477 |
| 2023-04-21 | Rollup merge of #110618 - compiler-errors:eval-ctxt-tainted, r=BoxyUwU | Matthias Krüger | -0/+22 |
| 2023-04-21 | Rollup merge of #110597 - lcnr:not-pin-via-negative-bound, r=compiler-errors | Matthias Krüger | -15/+0 |
| 2023-04-21 | Rollup merge of #110578 - bvanjoi:fix-issue-110547, r=jackh726 | Matthias Krüger | -0/+1 |
| 2023-04-21 | Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot | Matthias Krüger | -11/+32 |
| 2023-04-20 | Panic instead of truncating if the dep graph is too big | Ben Kimock | -1/+1 |
| 2023-04-20 | Run combine_duplicate_switch_targets after the simplification that produces them | Ben Kimock | -18/+17 |
| 2023-04-21 | fix(error): normalize whitespace during msg_to_buffer | bohan | -0/+1 |
| 2023-04-20 | Auto merge of #109999 - m-ou-se:flatten-format-args, r=oli-obk | bors | -3/+3 |
| 2023-04-20 | Auto merge of #110616 - m-ou-se:fmt-lang-items, r=jyn514 | bors | -7/+7 |
| 2023-04-20 | Derive `HashStable` on `GenericArgKind` instead of implementing it by hand | Maybe Waffle | -29/+1 |
| 2023-04-20 | Add info for no_hash panic. | Camille GILLOT | -1/+3 |
| 2023-04-20 | Result is just bool but special | Michael Goulet | -7/+9 |
| 2023-04-20 | Give more descriptive names to queries. | Camille GILLOT | -1/+1 |
| 2023-04-20 | Remove opt_const_param_of. | Camille GILLOT | -182/+94 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -944/+325 |
| 2023-04-20 | Feed type_of query instead of using WithOptconstParam. | Camille GILLOT | -39/+40 |
| 2023-04-20 | Re-allow computing fed queries. | Camille GILLOT | -3/+20 |
| 2023-04-20 | Track if EvalCtxt has been tainted, make sure it can't be used to make query ... | Michael Goulet | -0/+20 |
| 2023-04-20 | Update comments in format args lowering. | Mara Bos | -7/+7 |
| 2023-04-20 | Rollup merge of #110599 - WaffleLapkin:bonk_tygenericarg_transmutes, r=compil... | Matthias Krüger | -13/+0 |
| 2023-04-20 | Rollup merge of #110558 - spastorino:smir-call-terminator, r=oli-obk | Matthias Krüger | -2/+30 |
| 2023-04-20 | Rollup merge of #108795 - thomcc:x86_64h-target, r=wesleywiser | Matthias Krüger | -5/+61 |
| 2023-04-20 | Add Call terminator to SMIR | Santiago Pastorino | -2/+30 |
| 2023-04-20 | Auto merge of #110598 - matthiaskrgr:rollup-0ybd9i3, r=matthiaskrgr | bors | -110/+84 |
| 2023-04-20 | Remove an unused `&[Ty]` <-> `&[GenericArg]` | Maybe Waffle | -13/+0 |
| 2023-04-20 | Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot | Matthias Krüger | -110/+84 |
| 2023-04-20 | more msg removal | lcnr | -11/+0 |
| 2023-04-20 | remove unused message | lcnr | -4/+0 |
| 2023-04-20 | Auto merge of #109993 - scottmcm:transmute-niches, r=oli-obk | bors | -5/+67 |
| 2023-04-20 | Auto merge of #110585 - JohnTitor:rollup-gfffoiv, r=JohnTitor | bors | -121/+141 |
| 2023-04-20 | Rollup merge of #110575 - Ezrashaw:fix-regression-110573, r=compiler-errors | Yuki Okushi | -9/+12 |
| 2023-04-20 | Rollup merge of #110554 - WaffleLapkin:rustc_data_structures_unsafe_op_in_uns... | Yuki Okushi | -101/+109 |
| 2023-04-20 | Rollup merge of #110548 - kpreid:span, r=WaffleLapkin | Yuki Okushi | -11/+20 |
| 2023-04-19 | Add transmute optimization tests and some extra comments | Scott McMurray | -0/+9 |