about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-04-23Auto merge of #107404 - cjgillot:const-debuginfo, r=oli-obkbors-1/+2
2023-04-23Auto merge of #110497 - cjgillot:span-ctxt, r=b-naberbors-10/+14
2023-04-22Auto merge of #110703 - clubby789:synstructure-remove, r=Nilstriebbors-1/+0
2023-04-22Turn on ConstDebugInfo pass.Wesley Wiser-1/+1
2023-04-22Set debug location to debug operand spill.Camille GILLOT-0/+1
2023-04-22Remove unused `synstructure` depclubby789-1/+0
2023-04-22Auto merge of #110523 - ecnelises:llvm_isa_fix, r=cuviperbors-8/+8
2023-04-22Auto merge of #110674 - compiler-errors:expect-projection-term-eq-succeeds, r...bors-5/+10
2023-04-22Auto merge of #109753 - compiler-errors:replenish-region-constraints, r=aliemjaybors-33/+20
2023-04-22Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwcobors-361/+18
2023-04-22Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJungbors-28/+56
2023-04-22Auto merge of #110567 - JohnBobbo96:monomorphize-dyn-dispatch, r=b-naberbors-20/+91
2023-04-22Expect that equating a projection term always succeeds in new solverMichael Goulet-5/+10
2023-04-22Auto merge of #110666 - JohnTitor:rollup-3pwilte, r=JohnTitorbors-38/+33
2023-04-22Auto merge of #110469 - compiler-errors:encode-lt-param-span, r=oli-obkbors-4/+2
2023-04-22Rollup merge of #110660 - compiler-errors:placeholders-pretty, r=wesleywiser,...Yuki Okushi-1/+25
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-22Print ty placeholders prettyMichael Goulet-1/+25
2023-04-22Encode lifetime param spans tooMichael Goulet-4/+2
2023-04-22Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkinbors-38/+520
2023-04-21nit: consistent naming for SimplifyConstConditionmiguelraz-8/+6
2023-04-21Actually keep `PlaceMention` if requested.Camille GILLOT-20/+39
2023-04-21Evaluate place expression in `PlaceMention`.Camille GILLOT-8/+17
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-21minor tweaksDrMeepster-18/+17
2023-04-21fmtDrMeepster-6/+3
2023-04-21use P<[Ident]> instead of Vec<Ident>DrMeepster-4/+4
2023-04-21fix incorrect param env in dead code lintDrMeepster-4/+5
2023-04-21test improvementsDrMeepster-1/+5
2023-04-21intern offsetof fieldsDrMeepster-11/+33
2023-04-21offset_ofDrMeepster-35/+494
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