about summary refs log tree commit diff
path: root/compiler/rustc_middle
AgeCommit message (Expand)AuthorLines
2023-09-21Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obkGuillaume Gomez-161/+145
2023-09-21Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJungGuillaume Gomez-3/+4
2023-09-21Prevent promotion of const fn calls in inline constsOli Scherer-3/+4
2023-09-21coverage: Don't bother renumbering expressions on the Rust sideZalathar-11/+0
2023-09-21proof trees: use for `intercrate_ambiguity_causes`lcnr-9/+59
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-139/+133
2023-09-20Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obkbors-9/+19
2023-09-20Rollup merge of #115566 - zirconium-n:issue-107250-clean-up-unused-to-predica...Guillaume Gomez-40/+6
2023-09-20Auto merge of #115827 - eduardosm:miri-sse-reduce-code-dup, r=RalfJungbors-4/+18
2023-09-20the Const::eval_bits methods don't need to be given the TyRalf Jung-22/+12
2023-09-19Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkinbors-4/+0
2023-09-20remove `impl<'tcx> ToPredicate<'tcx, Clause<'tcx>> for PolyProjectionPredicat...Ziru Niu-8/+6
2023-09-20remove unneeded `ToPredicate` implsZiru Niu-32/+0
2023-09-19Rollup merge of #115499 - msizanoen1:riscv-fix-transparent-union-abi, r=bjorn3Guillaume Gomez-0/+4
2023-09-19adjust constValue::Slice to work for arbitrary slice typesRalf Jung-9/+19
2023-09-19rustc_hir_analysis: add a helper to check function the signature mismatchesEduardo Sánchez Muñoz-0/+3
2023-09-19Auto merge of #115865 - RalfJung:mir-mod, r=oli-obkbors-2136/+2176
2023-09-19rustc_target/riscv: Fix passing of transparent unions with only one non-ZST m...msizanoen-0/+4
2023-09-19comment on the difference between mir::ConstantKind::Unevaluated and mir::Con...Ralf Jung-0/+5
2023-09-19move ConstValue into mirRalf Jung-186/+181
2023-09-19organize mir pretty.rs and move more things into it; move statement-related t...Ralf Jung-1371/+1393
2023-09-19use pretty_print_const_value from MIR constant 'extra' printingRalf Jung-128/+134
2023-09-19move some MIR const pretty-printing into pretty.rsRalf Jung-177/+176
2023-09-19more MIR const types to separate fileRalf Jung-409/+422
2023-09-19Don't resolve generic instances if they may be shadowed by dynMichael Goulet-0/+27
2023-09-19Rollup merge of #115873 - BoxyUwU:tykind_adt_debug, r=oli-obkMatthias Krüger-0/+1
2023-09-18Auto merge of #115748 - RalfJung:post-mono, r=oli-obkbors-24/+107
2023-09-18make more prettyBoxy-0/+1
2023-09-18Rollup merge of #115907 - RalfJung:interner-check, r=compiler-errorsMatthias Krüger-0/+24
2023-09-18Rollup merge of #115838 - lcnr:added-goals, r=compiler-errorsMatthias Krüger-24/+43
2023-09-18Remove more unused `Lift` impls.Nicholas Nethercote-120/+36
2023-09-18Remove unused `Lift` derives.Nicholas Nethercote-49/+47
2023-09-18Rename `CloneLiftImpls` as `TrivialLiftImpls`.Nicholas Nethercote-4/+4
2023-09-18Remove unused `Display` impls.Nicholas Nethercote-6/+0
2023-09-18Remove `RegionHighlightMode::tcx`.Nicholas Nethercote-14/+9
2023-09-17nop_lift macros: ensure that we are using the right internerRalf Jung-0/+24
2023-09-17Auto merge of #114452 - weiznich:feature/diagnostic_on_unimplemented, r=compi...bors-0/+16
2023-09-16Rollup merge of #115884 - RalfJung:const-debug-print, r=oli-obkMatthias Krüger-6/+20
2023-09-16miri: reduce code duplication in SSE/SSE2 bin_op_* functionsEduardo Sánchez Muñoz-4/+8
2023-09-16make ty::Const debug printing less verboseRalf Jung-6/+20
2023-09-16Auto merge of #110800 - GuillaumeGomez:custom_code_classes_in_docs, r=t-rustdocbors-2/+2
2023-09-16thir::pattern: update some comments and error type namesRalf Jung-6/+10
2023-09-16Auto merge of #115740 - tmiasko:cache-reachable-set, r=cjgillotbors-0/+1
2023-09-15Fix incorrect codeblock attributes in docsGuillaume Gomez-2/+2
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-17/+50
2023-09-14move required_consts check to general post-mono-check functionRalf Jung-15/+65
2023-09-14Auto merge of #115848 - matthiaskrgr:rollup-lsul9dz, r=matthiaskrgrbors-15/+45
2023-09-14Rollup merge of #115834 - compiler-errors:binder-vars, r=jackh726Matthias Krüger-15/+45
2023-09-14Auto merge of #115804 - RalfJung:valtree-to-const-val, r=oli-obkbors-22/+17
2023-09-14Auto merge of #115817 - fee1-dead-contrib:fix-codegen, r=oli-obkbors-11/+21