about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src
AgeCommit message (Expand)AuthorLines
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-10ScalarInt: size mismatches are a bug, do not delay the panicRalf Jung-17/+13
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
2024-06-05Add `Ty` to `mir::Const::Ty`Boxy-17/+26
2024-06-05Add `Ty` to `ConstKind::Value`Boxy-3/+3
2024-06-05Basic removal of `Ty` from places (boring)Boxy-4/+2
2024-06-04Add safe/unsafe to static inside extern blocksSantiago Pastorino-1/+5
2024-06-04Reduce `pub` exposure.Nicholas Nethercote-275/+275
2024-06-04Remove out-of-date comment.Nicholas Nethercote-2/+0
2024-05-31Rollup merge of #125756 - Zalathar:branch-on-bool, r=oli-obkMatthias Krüger-2/+63
2024-05-30Auto merge of #124636 - tbu-:pr_env_unsafe, r=petrochenkovbors-5/+44
2024-05-30Rollup merge of #125754 - Zalathar:conditions-num, r=lqdMatthias Krüger-17/+17
2024-05-30Rollup merge of #125711 - oli-obk:const_block_ice2, r=NadrierilMatthias Krüger-21/+6
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-17/+17
2024-05-30Add `deprecated_safe` lintTobias Bucher-2/+36
2024-05-29Make `std::env::{set_var, remove_var}` unsafe in edition 2024Tobias Bucher-4/+9
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-21/+6
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-16/+26
2024-05-26Auto merge of #124661 - RalfJung:only-structural-consts-in-patterns, r=pnkfelixbors-98/+11
2024-05-24Better ICE message for unresolved upvarsMichael Goulet-2/+13
2024-05-23Auto merge of #125434 - nnethercote:rm-more-extern-tracing, r=jackh726bors-6/+26
2024-05-23Rollup merge of #125210 - fmease:fix-up-some-diags, r=davidtwcoMatthias Krüger-11/+17
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_mir_build`.Nicholas Nethercote-6/+26
2024-05-23Rollup merge of #125156 - zachs18:for_loops_over_fallibles_behind_refs, r=Nil...Matthias Krüger-1/+1
2024-05-22Cleanup: Fix up some diagnosticsLeón Orell Valerian Liehr-11/+17
2024-05-20Rollup merge of #125173 - scottmcm:never-checked, r=davidtwcoMatthias Krüger-4/+12
2024-05-17Remove `Rvalue::CheckedBinaryOp`Scott McMurray-4/+12
2024-05-17Rename Unsafe to SafetySantiago Pastorino-2/+2
2024-05-15Fix more new for_loops_over_fallibles hits in compiler.Zachary S-1/+1
2024-05-13Auto merge of #124914 - nnethercote:rm-extern-crate-rustc_middle, r=saethlinbors-8/+24