summaryrefslogtreecommitdiff
path: root/compiler/rustc_codegen_ssa/src/mir/statement.rs
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Separate `LocalRef` variant for not-evaluated-yet operandsScott McMurray2023-03-241-3/+3
* Introduce a no-op PlaceMention statement for `let _ =`.Camille GILLOT2023-03-091-0/+1
* Create stable metric to measure long computation in Const EvalBryan Garza2023-01-231-0/+1
* Use `&mut Bx` more.Nicholas Nethercote2022-11-161-28/+19
* Generalize the Assume intrinsic statement to a general Intrinsic statementOli Scherer2022-09-061-10/+9
* Lower the assume intrinsic to a MIR statementOli Scherer2022-09-061-0/+5
* Some tracing cleanupsOli Scherer2022-06-291-2/+1
* Add new `Deinit` statement kindJakob Degen2022-04-111-0/+6
* Remove deprecated LLVM-style inline assemblyTomasz Miąsko2022-01-121-47/+0
* pointee_info_at() does not need mutable accessMatthias Krüger2021-11-061-1/+1
* Make source-based code coverage compatible with MIR inliningTomasz Miąsko2021-03-151-1/+1
* Build StKind::CopyOverlappingkadmin2021-03-091-9/+5
* Change CopyNonOverlapping::codegen_ssakadmin2021-03-091-13/+15
* Replace todos with implskadmin2021-03-091-2/+1
* Update craneliftkadmin2021-03-091-6/+5
* Update match brancheskadmin2021-03-091-8/+12
* Update fmt and use of memcpykadmin2021-03-091-9/+14
* Impl StatementKind::CopyNonOverlappingkadmin2021-03-091-0/+15
* mv compiler to compiler/mark2020-08-301-0/+124