about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2024-07-03Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnrbors-2/+3
2024-07-02Instance::resolve -> Instance::try_resolve, and other nitsMichael Goulet-2/+3
2024-07-02chore: remove duplicate wordshattizai-2/+2
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-25Rollup merge of #126926 - Zalathar:candidate-per-arm, r=NadrierilMatthias Krüger-2/+5
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-25Auto merge of #126813 - compiler-errors:SliceLike, r=lcnrbors-1/+1
2024-06-24Auto merge of #126784 - scottmcm:smaller-terminator, r=compiler-errorsbors-8/+10
2024-06-24Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...Michael Goulet-1/+1
2024-06-23Replace `f16` and `f128` pattern matching stubs with real implementationsTrevor Gross-2/+2
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-21Fix remaining casesMichael Goulet-1/+1
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-19Rollup merge of #126553 - Nadrieril:expand-or-pat-into-above, r=matthewjasperLeón Orell Valerian Liehr-97/+120
2024-06-19coverage: Make MCDC take in account last RHS of condition-coverageDorian Péron-23/+48
2024-06-18Remove redundant argument from `subdiagnostic` methodOli Scherer-1/+1
2024-06-18Use a dedicated type instead of a reference for the diagnostic contextOli Scherer-3/+3
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-4/+4
2024-06-14Use is_lang_item more aggressivelyMichael Goulet-3/+5
2024-06-12Use Variance glob import everywhereMichael Goulet-4/+4
2024-06-12Add TODO comment to unsafe env modificationTobias Bucher-0/+8
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-0/+2
2024-06-10Rollup merge of #126159 - RalfJung:scalarint-size-mismatch, r=oli-obkMatthias Krüger-17/+13
2024-06-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-17/+13
2024-06-10Remove some unused crate dependencies.Nicholas Nethercote-2/+0
2024-06-07Revert "Create const block DefIds in typeck instead of ast lowering"Oli Scherer-9/+14
2024-06-06Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obkbors-1/+5
2024-06-06Auto merge of #126056 - matthiaskrgr:rollup-ytwg62v, r=matthiaskrgrbors-34/+47
2024-06-05Don't trigger `unsafe_op_in_unsafe_fn` for deprecated safe fnsTobias Bucher-34/+47