about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/visit.rs
AgeCommit message (Expand)AuthorLines
2025-01-28Represent the raw pointer for a array length check as a new kind of fake borrowMichael Goulet-2/+5
2025-01-18Revert "Auto merge of #134330 - scottmcm:no-more-rvalue-len, r=matthewjasper"Rémy Rakic-0/+8
2024-12-23Auto merge of #134465 - lcnr:type-verifier, r=compiler-errorsbors-7/+22
2024-12-22Delete `Rvalue::Len`Scott McMurray-8/+0
2024-12-18get_ambient_variance to inherent methodlcnr-7/+22
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-0/+1
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-0/+1
2024-08-26Stop using a special inner body for the coroutine by-move body for async clos...Michael Goulet-1/+0
2024-08-18rename AddressOf -> RawBorrow inside the compilerRalf Jung-9/+9
2024-08-01MIR required_consts, mentioned_items: ensure we do not forget to fill these l...Ralf Jung-3/+5
2024-07-14Stop using the gen keyword in the compilerMichael Goulet-3/+3
2024-07-07Support tail calls in mir via `TerminatorKind::TailCall`Maybe Waffle-0/+11
2024-06-16Rename InstanceDef -> InstanceKindMichael Goulet-18/+18
2024-06-13MIR visitor: constant -> const_operandRalf Jung-7/+7
2024-06-05Add `Ty` to `mir::Const::Ty`Boxy-1/+1
2024-05-17Remove `Rvalue::CheckedBinaryOp`Scott McMurray-2/+1
2024-04-23Rollup merge of #122598 - Nadrieril:full-derefpats, r=matthewjasperLeón Orell Valerian Liehr-1/+3
2024-04-23Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obkbors-1/+3
2024-04-21Add `AggregateKind::RawPtr` and enough support to compileScott McMurray-0/+3
2024-04-20Add a non-shallow fake borrowNadrieril-1/+3
2024-04-17Use non-exhaustive matches for TyKindDaria Sukhonina-1/+2
2024-04-16Add simple async drop glue generationzetanumbers-1/+2
2024-04-02Track reason for creating a `ReifyShim`Matthew Maurer-1/+1
2024-03-23Unbox and unwrap the contents of `StatementKind::Coverage`Zalathar-3/+3
2024-03-19Fix ABI for FnMut/Fn impls for async closuresMichael Goulet-0/+1
2024-03-19Only split by-ref/by-move futures for async closuresMichael Goulet-2/+4
2024-02-24Implement asm goto in MIR and MIR loweringGary Guo-1/+2
2024-02-24Change InlineAsm to allow multiple targets insteadGary Guo-1/+1
2024-02-06Fix drop shim for AsyncFnOnce closure, AsyncFnMut shim for AsyncFn closureMichael Goulet-1/+1
2024-02-06Construct body for by-move coroutine closure outputMichael Goulet-0/+1
2024-02-06Build a shim to call async closures with different AsyncFn trait kindsMichael Goulet-0/+1
2024-02-06Add CoroutineClosure to TyKind, AggregateKind, UpvarArgsMichael Goulet-0/+6
2024-01-15compiler: Lower fn call arg spans down to MIRMartin Nordholts-1/+1
2024-01-04Check yield terminator's resume type in borrowckMichael Goulet-0/+8
2023-12-28Remove movability from TyKind::CoroutineMichael Goulet-1/+0
2023-12-10remove redundant importssurechen-3/+1
2023-11-08rename `BorrowKind::Shallow` to `Fake`lcnr-5/+5
2023-10-20s/generator/coroutine/Oli Scherer-3/+3
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-06Rollup merge of #116277 - RalfJung:post-mono, r=oli-obkJubilee-0/+2
2023-10-06add some comments explaining how the required_consts stuff fits togetherRalf Jung-0/+2
2023-10-04Remove mir::LocalDecl::internal.Camille GILLOT-1/+0
2023-10-02Add docs, remove code, change subtyper codeouz-a-1/+5
2023-10-02subtyping_projectionsouz-a-1/+4
2023-09-21rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::ConstRalf Jung-8/+8
2023-09-05Refactor how MIR represents composite debuginfo.Camille GILLOT-11/+8
2023-08-24when terminating during unwinding, show the reason whyRalf Jung-1/+1
2023-08-20give some unwind-related terminators a more clear nameRalf Jung-2/+2
2023-08-17Revert "Implement references VarDebugInfo."Camille GILLOT-1/+0
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-14/+14