about summary refs log tree commit diff
path: root/compiler/rustc_mir_build/src/build/expr
AgeCommit message (Expand)AuthorLines
2022-09-22introduce mir::Unevaluatedb-naber-2/+3
2022-09-20Auto merge of #99806 - oli-obk:unconstrained_opaque_type, r=estebankbors-52/+44
2022-09-17Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnrbors-11/+6
2022-09-16Only generate `OpaqueCast` for opaque typesOli Scherer-0/+4
2022-09-16Revert "Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r...Oli Scherer-5/+12
2022-09-16Merge two arguments into oneOli Scherer-49/+30
2022-09-14address review againb-naber-11/+6
2022-09-12Call destructors when dyn* object goes out of scopeEric Holk-4/+1
2022-09-12dyn* through more typechecking and MIREric Holk-0/+5
2022-09-10Auto merge of #100968 - cjgillot:mir-upvar-vec, r=wesleywiserbors-114/+43
2022-09-02Box `CanonicalUserTypeAnnotation::CanonicalUserType`.Nicholas Nethercote-12/+12
2022-08-24Rename `thir::Adt` as `thir::AdtExpr`.Nicholas Nethercote-2/+7
2022-08-24Box `thir::ExprKind::InlineAsm`.Nicholas Nethercote-1/+1
2022-08-24Box `thir::ExprKind::Closure`.Nicholas Nethercote-1/+7
2022-08-24Store blocks in `Thir`.Nicholas Nethercote-10/+19
2022-08-24Box `user_ty` fields in `thir::ExprKind`.Nicholas Nethercote-18/+18
2022-08-23Only compute captures once when building MIR.Camille GILLOT-114/+43
2022-08-23Remove the symbol from `ast::LitKind::Err`.Nicholas Nethercote-1/+1
2022-07-30Use LocalDefId for closures moreCameron Steffen-11/+7
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-59/+56
2022-07-15Allow destructuring opaque types, since the patterns constrain the opaque typesOli Scherer-5/+28
2022-07-15Some tracing helpersOli Scherer-0/+3
2022-07-15Pass one argument instead of fetching two fields of it at every call siteOli Scherer-47/+26
2022-07-15Add some tracing instrumentationOli Scherer-6/+2
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-0/+2
2022-07-09tweak names and output and blessRalf Jung-1/+1
2022-07-09review feedbackRalf Jung-1/+1
2022-07-09don't allow ZST in ScalarIntRalf Jung-1/+16
2022-06-30Change enum->int casts to not go through MIR casts.Oli Scherer-4/+25
2022-06-20Auto merge of #97931 - xldenis:fix-if-let-source-scopes, r=nagisabors-2/+22
2022-06-14Only create scopes for if letXavier Denis-4/+20
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-2/+57
2022-06-14Rename the `ConstS::val` field as `kind`.Nicholas Nethercote-2/+2
2022-06-10Actually fixXavier Denis-1/+4
2022-06-10Revert "More minimal changes"Xavier Denis-2/+3
2022-06-10More minimal changesXavier Denis-3/+2
2022-06-10Fix `SourceScope` for `if let` bindings.Xavier Denis-2/+3
2022-06-09thir: wrap hir id of vars into local var idDing Xiang Fei-15/+13
2022-06-07Rollup merge of #97325 - tmiasko:capture-enum-field, r=arora-amanDylan DPC-11/+48
2022-06-03Replace `&Vec<_>`s with `&[_]`sMaybe Waffle-2/+2
2022-06-02add cast kind of from_exposed_addr (int-to-ptr casts)Ralf Jung-0/+3
2022-06-01rename PointerAddress → PointerExposeAddressRalf Jung-1/+1
2022-05-31Add a pointer to address cast kindTomasz Miąsko-3/+12
2022-05-26clippy::complexity fixesMatthias Krüger-5/+1
2022-05-25Rollup merge of #95953 - JakobDegen:repeat-leak, r=oli-obkDylan DPC-5/+45
2022-05-24Modify MIR building to drop `foo` in `[foo; 0]`Jakob Degen-5/+45
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-3/+5
2022-05-23Fix precise field capture of univariant enumsTomasz Miąsko-11/+48
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-27/+27
2022-05-16use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...b-naber-56/+1