about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src
AgeCommit message (Expand)AuthorLines
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-250/+251
2024-11-16Rollup merge of #132134 - nnethercote:rm-ResultsVisitable, r=cjgillotMatthias Krüger-18/+12
2024-11-14Always inline functions signatures containing `f16` or `f128`Trevor Gross-0/+10
2024-11-12Rename `PASS_NAMES` to disambiguateclubby789-2/+3
2024-11-12Store known passes as an IndexSetclubby789-8/+7
2024-11-12Validate and test `-Zmir-enable-passes`clubby789-5/+26
2024-11-12Declare all MIR passes in a listclubby789-62/+154
2024-11-10Rollup merge of #132675 - Zalathar:empty-spans, r=jieyouxuMatthias Krüger-51/+50
2024-11-08coverage: Restrict empty-span expansion to only cover `{` and `}`Zalathar-29/+42
2024-11-08coverage: Remove unhelpful code for handling multiple files per functionZalathar-21/+7
2024-11-08coverage: Pass `ExtractedHirInfo` to `make_source_region`Zalathar-4/+4
2024-11-08Rollup merge of #132389 - Zalathar:graph-tweaks, r=jieyouxuStuart Cook-98/+79
2024-11-05Remove `ResultsVisitable`.Nicholas Nethercote-18/+12
2024-11-03compiler: Directly use rustc_abi in mir_transformJubilee Young-44/+45
2024-11-01coverage: Simplify logic for chaining multiple blocks into one BCBZalathar-26/+22
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-31coverage: Use a standard depth-first search on a custom subgraphZalathar-29/+31
2024-10-31coverage: Make `CoverageSuccessors` a structZalathar-44/+27
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