about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-21Auto merge of #110542 - petrochenkov:qcstore4, r=cjgillotbors-14/+3
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-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-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
2023-04-20Auto merge of #110527 - nnethercote:lazy-graph, r=lqdbors-4/+7
2023-04-20reimpl `make non_upper_case_globals lint not report trait impls`Ezra Shaw-9/+12
2023-04-20Auto merge of #110399 - cjgillot:infer-variance, r=aliemjaybors-13/+65
2023-04-19Auto merge of #110061 - WaffleLapkin:duality_of_myself_and_this, r=cjgillotbors-22/+192
2023-04-19Format missing GATs correctlyMichael Goulet-1/+7
2023-04-19Auto merge of #106704 - ecnelises:big_archive, r=bjorn3bors-1/+7
2023-04-19Extend 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 errorMaybe Waffle-3/+182
2023-04-19Auto merge of #110546 - matthiaskrgr:rollup-346kik6, r=matthiaskrgrbors-25/+16
2023-04-19Add `#[track_caller]` to `struct_span_err_with_code` (drive-by cleanup)Maybe Waffle-0/+1
2023-04-19Remove 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