about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build
AgeCommit message (Expand)AuthorLines
2024-07-02chore: remove duplicate wordshattizai-1/+1
2024-06-30Replace a magic boolean with enum `ScheduleDrops`Zalathar-18/+56
2024-06-30Replace a magic boolean with enum `EmitStorageLive`Zalathar-19/+32
2024-06-30Replace a magic boolean with enum `DeclareLetBindings`Zalathar-17/+64
2024-06-29Rollup merge of #126835 - Nadrieril:reify-decision-tree, r=matthewjasperMatthias Krüger-260/+250
2024-06-27Fix expansion of or-patternsNadrieril-0/+3
2024-06-25Rollup merge of #126932 - Zalathar:flat-pat, r=NadrierilMatthias Krüger-11/+24
2024-06-25Tweak `FlatPat::new` to avoid a temporarily-invalid stateZalathar-11/+24
2024-06-25Tweak a confusing comment in `create_match_candidates`Zalathar-2/+5
2024-06-22Change comment to reflect switch to THIR unsafeckNadrieril-14/+10
2024-06-22Reuse `lower_let_expr` for `let .. else` loweringNadrieril-87/+49
2024-06-22Don't use fake wildcards when we can get the failure block directlyNadrieril-50/+59
2024-06-21Save 2 pointers in `TerminatorKind` (96 → 80 bytes)Scott McMurray-8/+10
2024-06-20[GVN] Add tests for generic pointees with PtrMetadataScott McMurray-0/+4
2024-06-19Move `lower_match_tree`Nadrieril-65/+64
2024-06-19There's nothing to bind for a wildcardNadrieril-8/+1
2024-06-19Small dedupNadrieril-18/+15
2024-06-19Only one caller of `lower_match_tree` was using the fake borrowsNadrieril-31/+17
2024-06-19We can traverse bindings before `lower_match_tree` nowNadrieril-50/+98
2024-06-19Auto merge of #126679 - fmease:rollup-njrv2py, r=fmeasebors-23/+48
2024-06-19Rollup merge of #125766 - RenjiSann:fresh-mcdc-branch-on-bool, r=nnethercoteLeón Orell Valerian Liehr-23/+48
2024-06-19coverage: Make MCDC take in account last RHS of condition-coverageDorian Péron-23/+48
2024-06-16Expand or-candidates mixed with candidates aboveNadrieril-97/+79
2024-06-16Factor out `finalize_or_candidate`Nadrieril-18/+42
2024-06-16Use `otherwise_block` for or-pattern shortcuttingNadrieril-3/+8
2024-06-16Always set `otherwise_block`sNadrieril-13/+20
2024-06-16Tweak simple or-pattern expansionNadrieril-16/+21
2024-06-15Rollup merge of #126354 - compiler-errors:variance, r=lcnrMatthias Krüger-1/+1
2024-06-14Use is_lang_item more aggressivelyMichael Goulet-2/+3
2024-06-12Use Variance glob import everywhereMichael Goulet-1/+1
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-8/+7
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-2/+5
2024-06-05Add `Ty` to `mir::Const::Ty`Boxy-3/+5
2024-06-05Basic removal of `Ty` from places (boring)Boxy-4/+2
2024-06-04Reduce `pub` exposure.Nicholas Nethercote-14/+14
2024-05-31Rollup merge of #125756 - Zalathar:branch-on-bool, r=oli-obkMatthias Krüger-2/+63
2024-05-30Rollup merge of #125754 - Zalathar:conditions-num, r=lqdMatthias Krüger-13/+13
2024-05-30Rollup merge of #125711 - oli-obk:const_block_ice2, r=NadrierilMatthias Krüger-3/+3
2024-05-30coverage: Instrument the RHS value of lazy logical operatorsZalathar-2/+63
2024-05-30coverage: Rename MC/DC `conditions_num` to `num_conditions`Zalathar-13/+13
2024-05-29Rollup merge of #125700 - Zalathar:limit-overflow, r=nnethercoteMatthias Krüger-2/+3
2024-05-29coverage: Avoid overflow when the MC/DC condition limit is exceededZalathar-2/+3
2024-05-29Make `body_owned_by` return the body directly.Oli Scherer-3/+3
2024-05-28Add custom mir support for `PtrMetadata`Scott McMurray-0/+1
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-5/+2
2024-05-24Better ICE message for unresolved upvarsMichael Goulet-2/+13
2024-05-23Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726bors-1/+17
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.Nicholas Nethercote-1/+17
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-1/+1
2024-05-17Remove `Rvalue::CheckedBinaryOp`Scott McMurray-4/+12