about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/mir/visit.rs
AgeCommit message (Expand)AuthorLines
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
2023-06-27Auto merge of #112693 - ericmarkmartin:use-more-placeref, r=spastorinobors-7/+4
2023-06-25use PlaceRef abstractions more consistentlyEric Mark Martin-7/+4
2023-06-20merge `BorrowKind::Unique` into `BorrowKind::Mut`Ziru Niu-3/+0
2023-06-18Better error for non const `PartialEq` call generated by `match`Deadbeef-1/+1
2023-05-29unique borrows are mutating useslcnr-7/+3
2023-05-25Remove DesugaringKind::Replace.Camille GILLOT-0/+1
2023-05-13Implement references VarDebugInfo.Camille GILLOT-0/+1
2023-05-12Auto merge of #109732 - Urgau:uplift_drop_forget_ref_lints, r=davidtwcobors-2/+1
2023-05-10Remove and fix useless drop of referenceUrgau-2/+1
2023-05-10Make `NonUseContext::AscribeUserTy` carry `ty::Variance`Obei Sideg-4/+4
2023-05-04Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errorsMatthias Krüger-2/+19
2023-05-04do not allow rustc::pass_by_value lintBoxy-6/+4