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