about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-09-16Enable DestinationPropagation by default.Camille GILLOT-3/+1
2025-09-04Rollup merge of #145932 - JamieCunliffe:target-feature-inlining, r=jackh726Stuart Cook-0/+4
2025-08-27inline at the callsite & warn when target features mismatchJames Barford-Evans-0/+4
2025-08-24coverage: Build an "expansion tree" and use it to unexpand raw spansZalathar-0/+1
2025-06-29mir: Add a `new` method to `statement`dianqk-4/+4
2025-06-28Auto merge of #142625 - cjgillot:inline-nocycle, r=oli-obkbors-1/+1
2025-06-27Insert checks for enum discriminants when debug assertions are enabledBastian Kersting-0/+2
2025-06-22Only compute recursive callees once.Camille GILLOT-1/+1
2025-06-08Remove all unused feature gates from the compilerbjorn3-3/+0
2025-05-25Make UNNECESSARY_TRANSMUTES into a HIR lintMichael Goulet-2/+0
2025-05-25Make PTR_TO_INTEGER_TRANSMUTE_IN_CONSTS into a HIR lintMichael Goulet-2/+0
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-05Rollup merge of #140115 - dianqk:gvn-matchbr, r=oli-obkGuillaume Gomez-2/+1
2025-04-28AsyncDrop implementation using shim codegen of async_drop_in_place::{closure}...Andrew Zhogin-1/+1
2025-04-25Rollup merge of #140202 - est31:let_chains_feature_compiler, r=lcnrMatthias Krüger-1/+1
2025-04-24Suggest {to,from}_ne_bytes for transmutations between arrays and integers, etcbendn-0/+2
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-21mir-opt: execute MatchBranchSimplification after GVNdianqk-2/+1
2025-04-14Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...bors-1/+0
2025-04-08borrowck typeck children together with their parentlcnr-3/+6
2025-04-03Auto merge of #139234 - compiler-errors:query-tweak, r=oli-obkbors-1/+1
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-04-02Use return_result_from_ensure_ok a bit moreMichael Goulet-1/+1
2025-04-01coverage: Instead of splitting, just discard any span that overlaps a holeZalathar-0/+1
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-12Auto merge of #138083 - nnethercote:rm-NtItem-NtStmt, r=petrochenkovbors-0/+1
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-09Rollup merge of #138084 - nnethercote:workspace-lints, r=jieyouxuMatthias Krüger-1/+0
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2025-03-06Exclude global_asm from mir_keysMichael Goulet-0/+4
2025-03-03Check signature WF when lowering MIR bodyMichael Goulet-0/+18
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-4/+4
2025-02-14Move `MirPatch` from `rustc_middle` to `rustc_mir_transform`.Nicholas Nethercote-0/+1
2025-02-14Move drop elaboration infrastructure.Nicholas Nethercote-0/+1
2025-02-09Remove the deduplicate_blocks passMichael Goulet-2/+0
2025-02-01Rename `tcx.ensure_with_value()` to `tcx.ensure_done()`Zalathar-6/+6
2025-01-31Auto merge of #136350 - matthiaskrgr:rollup-6eqfyvh, r=matthiaskrgrbors-1/+2
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+2
2025-01-31Remove the `mir_build` hook.Nicholas Nethercote-1/+2
2025-01-30Refactor `PointerFinder` into a separate moduleBastian Kersting-0/+1
2025-01-23Disable non-required MIR opts with `optimize(none)`clubby789-4/+29
2025-01-18Consolidate ad-hoc MIR lints into real pass-manager-based MIR lintsMichael Goulet-4/+6
2025-01-16coverage: Make `yank_to_spantree_root` iterative instead of recursiveZalathar-0/+1
2025-01-11Make MIR cleanup for functions with impossible predicates into a real MIR passMichael Goulet-46/+3
2025-01-10mir_transform: implement forced inliningDavid Wood-2/+6
2024-12-23Always run tail_expr_drop_order lint on promoted MIRMichael Goulet-1/+2
2024-12-10We don't need `NonNull::as_ptr` debuginfoScott McMurray-0/+3
2024-11-23remove remaining references to `Reveal`lcnr-3/+3