rust/compiler/rustc_codegen_ssa/src/mir
bors a29efccb1e Auto merge of #107435 - matthiaskrgr:rollup-if5h6yu, r=matthiaskrgr
Rollup of 8 pull requests

Successful merges:

 - #106618 (Disable `linux_ext` in wasm32 and fortanix rustdoc builds.)
 - #107097 (Fix def-use dominance check)
 - #107154 (library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnu)
 - #107397 (Gracefully exit if --keep-stage flag is used on a clean source tree)
 - #107401 (remove the usize field from CandidateSource::AliasBound)
 - #107413 (make more pleasant to read)
 - #107422 (Also erase substs for new infcx in pin move error)
 - #107425 (Check for missing space between fat arrow and range pattern)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
2023-01-29 07:01:58 +00:00
..
analyze.rs Fix def-use dominance check 2023-01-27 00:54:31 +01:00
block.rs Auto merge of #106959 - tmiasko:opt-funclets, r=davidtwco 2023-01-27 03:25:16 +00:00
constant.rs ADD - create and emit Bug support for Diagnostics 2022-12-27 20:59:22 -05:00
coverageinfo.rs Add SourceScope::inlined_instance 2022-07-08 09:19:07 +02:00
debuginfo.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
intrinsic.rs [WIP] UPDATE - migrate intrinsic.rs to new diagnostic infrastructure 2022-12-27 20:59:21 -05:00
mod.rs Omit needless funclet partitioning 2023-01-17 00:00:00 +00:00
operand.rs Prefer doc comments over //-comments in compiler 2022-11-27 11:19:04 +00:00
place.rs abi: add AddressSpace field to Primitive::Pointer 2023-01-22 23:41:39 -05:00
rvalue.rs Avoid from_immediate_or_packed_pair in ThreadLocalRef codegen 2022-12-04 12:53:46 +00:00
statement.rs Create stable metric to measure long computation in Const Eval 2023-01-23 23:56:22 +00:00