| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #110542 - petrochenkov:qcstore4, r=cjgillot | bors | -14/+3 |
| 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 | 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 | 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 |
| 2023-04-20 | Auto merge of #110527 - nnethercote:lazy-graph, r=lqd | bors | -4/+7 |
| 2023-04-20 | reimpl `make non_upper_case_globals lint not report trait impls` | Ezra Shaw | -9/+12 |
| 2023-04-20 | Auto merge of #110399 - cjgillot:infer-variance, r=aliemjay | bors | -13/+65 |
| 2023-04-19 | Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillot | bors | -22/+192 |
| 2023-04-19 | Format missing GATs correctly | Michael Goulet | -1/+7 |
| 2023-04-19 | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | -1/+7 |
| 2023-04-19 | Extend and use `hir::Node::body_id` | Maybe Waffle | -28/+32 |
| 2023-04-19 | Add suggestion to use a closure arg instead of a capture on bck error | Maybe Waffle | -3/+182 |
| 2023-04-19 | Auto merge of #110546 - matthiaskrgr:rollup-346kik6, r=matthiaskrgr | bors | -25/+16 |
| 2023-04-19 | Add `#[track_caller]` to `struct_span_err_with_code` (drive-by cleanup) | Maybe Waffle | -0/+1 |
| 2023-04-19 | Remove useless check (drive-by cleanup) | Maybe Waffle | -15/+1 |
| 2023-04-19 | `deny(unsafe_op_in_unsafe_fn)` in `rustc_data_structures` | Maybe Waffle | -101/+109 |