about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir
AgeCommit message (Expand)AuthorLines
2023-03-01Remove last instances of HashSet in query result types.Michael Woerister-2/+2
2023-02-28Make zeroed return an OptionRune Tynan-13/+8
2023-02-27Update MIR doc.Camille GILLOT-4/+0
2023-02-24Use `List::empty()` instead of `mk_substs(&[])`.Nicholas Nethercote-1/+1
2023-02-24Rename many interner functions.Nicholas Nethercote-7/+10
2023-02-22Remove type-traversal trait aliasesAlan Egerton-10/+25
2023-02-20Minimal changes to make miri workRune Tynan-14/+4
2023-02-20Remove unused lifetimeRune Tynan-1/+1
2023-02-20Add mentioned from_raw_bytes constructorRune Tynan-0/+17
2023-02-20Allow non-`Box` allocations in preparation for aligned const allocations for ...Rune Tynan-28/+84
2023-02-19collect region contexts during mir renumberingb-naber-1/+1
2023-02-18Update compiler/rustc_middle/src/mir/syntax.rsCamille Gillot-1/+2
2023-02-18Remove exception from MIR doc.Camille GILLOT-4/+0
2023-02-18Correct comment.Camille GILLOT-2/+4
2023-02-18Add comment.Camille GILLOT-0/+3
2023-02-18Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com...bors-7/+5
2023-02-17Rollup merge of #108154 - scottmcm:start-block-cleanup, r=compiler-errorsMatthias Krüger-3/+3
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-7/+5
2023-02-16`BasicBlock::new(0)` -> `START_BLOCK` [no functional changes]Scott McMurray-3/+3
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-5/+3
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-2/+2
2023-02-16Replace some `then`s with some `then_some`sMaybe Waffle-1/+1
2023-02-15Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJungMatthias Krüger-18/+18
2023-02-15Use target instead of machine for mir interpreter integer handling.Oli Scherer-18/+18
2023-02-15Rollup merge of #107411 - cjgillot:dataflow-discriminant, r=oli-obkDylan DPC-0/+8
2023-02-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-21/+8
2023-02-14Rollup merge of #108044 - RalfJung:from-addr-invalid, r=oli-obkMatthias Krüger-4/+6
2023-02-14Use derive attributes for uninteresting traversalsAlan Egerton-17/+2
2023-02-14interpret: rename Pointer::from_addr → from_addr_invalidRalf Jung-4/+6
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-3/+7
2023-02-13Make atomic structural impls generic over InternerAlan Egerton-1/+5
2023-02-13Make folding traits generic over the InternerAlan Egerton-5/+5
2023-02-13Make visiting traits generic over the InternerAlan Egerton-2/+2
2023-02-13Alias folding/visiting traits instead of re-exportAlan Egerton-4/+4
2023-02-13Reduce direct `mk_ty` usage.Nicholas Nethercote-1/+1
2023-02-07miri: fix ICE when running out of address spaceRalf Jung-1/+6
2023-02-06Complete for_each_aliasing_place.Camille GILLOT-0/+8
2023-02-02Put a DefId in AggregateKind.Camille GILLOT-12/+19
2023-01-31Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obkGuillaume Gomez-8/+7
2023-01-31Review changesMaybe Waffle-2/+2
2023-01-30Use `Mutability::{is_mut, is_not}`Maybe Waffle-7/+3
2023-01-30Replace enum `==`s with `match`es where it makes senseMaybe Waffle-1/+4
2023-01-30use a more descriptive nameTshepang Mbambo-3/+6
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-0/+9
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-2/+2
2023-01-27Restrict amount of ignored locals.Camille GILLOT-2/+4
2023-01-27Remember where a type was kept in MIR.Camille GILLOT-1/+10
2023-01-26Rollup merge of #107248 - erikdesjardins:addrspace, r=oli-obkMatthias Krüger-1/+12
2023-01-25create and use GlobalAlloc::address_spaceErik Desjardins-1/+12
2023-01-23Add comments and remove unnecessary codeBryan Garza-4/+5