about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/spanview.rs
AgeCommit message (Expand)AuthorLines
2023-03-09Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT-0/+1
2023-03-07Remove DropAndReplace terminatorGiacomo Pasini-1/+0
2023-03-03Match unmatched backticks in comments in compiler/est31-1/+1
2023-01-29Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obkbors-0/+1
2023-01-28Remove `HirId -> LocalDefId` map from HIR.Camille GILLOT-1/+1
2023-01-23Create stable metric to measure long computation in Const EvalBryan Garza-0/+1
2022-12-20rustc: Remove needless lifetimesJeremy Stucki-12/+7
2022-09-06Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer-2/+1
2022-09-06Lower the assume intrinsic to a MIR statementOli Scherer-0/+1
2022-08-26Replace `Body::basic_blocks()` with field accessTomasz Miąsko-1/+1
2022-06-19Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()`Michael Goulet-1/+1
2022-04-11Add new `Deinit` statement kindJakob Degen-0/+1
2022-01-27try apply `rustc_pass_by_value` to `Span`lcnr-3/+3
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-1/+0
2022-01-15Reduce use of local_def_id_to_hir_id.Camille GILLOT-3/+1
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-1/+0
2021-12-14fix clippy::single_char_pattern perf findingsMatthias Krüger-6/+6
2021-11-04clippy::perf fixesMatthias Krüger-2/+2
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+693