about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src
AgeCommit message (Expand)AuthorLines
2024-11-03compiler: Directly use rustc_abi in mir_transformJubilee Young-44/+45
2024-10-31Rollup merge of #132403 - lcnr:typing-mode, r=compiler-errorsJubilee-18/+36
2024-10-31Auto merge of #132356 - jieyouxu:unsound-simplify_aggregate_to_copy, r=cjgill...bors-1/+3
2024-10-31stop using `ParamEnv::reveal` while handling MIRlcnr-11/+33
2024-10-31`ConstCx` stop using `ParamEnv::reveal`lcnr-8/+4
2024-10-31Mark `simplify_aggregate_to_copy` mir-opt as unsound许杰友 Jieyou Xu (Joe)-1/+3
2024-10-31Reduce some visibilities.Nicholas Nethercote-3/+3
2024-10-31Remove `ValueAnalysis` and `ValueAnalysisWrapper`.Nicholas Nethercote-59/+274
2024-10-30Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errorsJubilee-19/+22
2024-10-30Rollup merge of #132338 - nnethercote:rm-Engine, r=nnethercoteMatthias Krüger-32/+14
2024-10-30Remove `Analysis::into_engine`.Nicholas Nethercote-32/+14
2024-10-29compiler: `rustc_abi::Abi` => `BackendRepr`Jubilee Young-19/+22
2024-10-29TypingMode :thinking:lcnr-4/+8
2024-10-28compiler: Add `is_uninhabited` and use LayoutS accessorsJubilee Young-2/+2
2024-10-27Auto merge of #132091 - Zalathar:graph-loops, r=saethlinbors-63/+85
2024-10-26Rollup merge of #132168 - fee1-dead-contrib:fxclean, r=compiler-errorsMatthias Krüger-6/+1
2024-10-26Effects cleanupDeadbeef-6/+1
2024-10-26coverage: Don't rely on the custom traversal to find enclosing loopsZalathar-63/+85
2024-10-25tcx.is_const_fn doesn't work the way it is described, remove itRalf Jung-1/+1
2024-10-23fix a couple clippy:complexitysMatthias Krüger-2/+2
2024-10-23nightly feature tracking: get rid of the per-feature bool fieldsRalf Jung-2/+2
2024-10-22Rollup merge of #132022 - Zalathar:dominator-order, r=tmiaskoMatthias Krüger-2/+23
2024-10-22Move `cmp_in_dominator_order` out of graph dominator computationZalathar-2/+23
2024-10-22Rollup merge of #131918 - Zalathar:counters, r=nnethercoteMatthias Krüger-117/+107
2024-10-21Auto merge of #130950 - compiler-errors:yeet-eval, r=BoxyUwUbors-8/+7
2024-10-19Get rid of const eval_* and try_eval_* helpersMichael Goulet-8/+7
2024-10-19coverage: Streamline several names of things in counter creationZalathar-85/+69
2024-10-19coverage: Make counter creation handle nodes/edges more uniformlyZalathar-48/+54
2024-10-19interpret errors: add map_err_kind, rename InterpError -> InterpErrorKindRalf Jung-1/+1
2024-10-18Rollup merge of #131802 - compiler-errors:fnonce-coverage, r=Zalathar许杰友 Jieyou Xu (Joe)-0/+6
2024-10-18Dont ICE when computing coverage of synthetic async closure bodyMichael Goulet-0/+6
2024-10-17Auto merge of #129582 - nbdd0121:unwind, r=nnethercotebors-6/+19
2024-10-16Rollup merge of #130989 - compiler-errors:unsize-opaque, r=estebankMatthias Krüger-0/+11
2024-10-15Don't check unsize goal in MIR validation when opaques remainMichael Goulet-0/+11
2024-10-14Remove `ResultsCursor::contains`.Nicholas Nethercote-2/+2
2024-10-08coverage. Warn about too many test vectorszhuyunxing-1/+15
2024-10-08coverage. Adapt to mcdc mapping formats introduced by llvm 19zhuyunxing-115/+274
2024-10-07Rollup merge of #131325 - Zalathar:tweak-counters, r=jieyouxuStuart Cook-25/+28
2024-10-07Auto merge of #131068 - RalfJung:immediate-offset-sanity-check, r=nnethercotebors-7/+23
2024-10-06coverage: Store `bcb_needs_counter` in a field as a bitsetZalathar-8/+14
2024-10-06coverage: Have MakeBcbCounters own its CoverageCountersZalathar-13/+14
2024-10-06coverage: Make `BcbCounter` module-privateZalathar-10/+6
2024-10-06Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebankbors-0/+86
2024-10-05fix GVN trying to transmute pointers to integersRalf Jung-7/+23
2024-10-05Add a Lint for Pointer to Integer Transmutes in ConstsVeera-0/+86
2024-10-05Compute array length from type for unconditional panic.Camille GILLOT-7/+9
2024-10-04Rollup merge of #131202 - Urgau:wide-ptrs-compiler, r=jieyouxuGuillaume Gomez-3/+3
2024-10-04Use wide pointers consistenly across the compilerUrgau-3/+3
2024-10-04Auto merge of #131201 - compiler-errors:unop-not, r=cjgillotbors-0/+8
2024-10-03Disable jump threading UnOp::Not for non-boolMichael Goulet-0/+8