about summary refs log tree commit diff
path: root/compiler/rustc_mir_build
AgeCommit message (Expand)AuthorLines
2022-05-31Add a pointer to address cast kindTomasz Miąsko-3/+12
2022-05-28Auto merge of #97383 - dingxiangfei2009:restore-region-scope-tree-query, r=di...bors-7/+7
2022-05-26clippy::complexity fixesMatthias Krüger-9/+5
2022-05-25Rollup merge of #97351 - b-naber:adt-const-params-structural-match-violation,...Dylan DPC-9/+9
2022-05-25Rollup merge of #95953 - JakobDegen:repeat-leak, r=oli-obkDylan DPC-5/+46
2022-05-25try to cache region_scope_tree as a queryDing Xiang Fei-7/+7
2022-05-24Modify MIR building to drop `foo` in `[foo; 0]`Jakob Degen-5/+46
2022-05-24give correct error message on structural match violationb-naber-9/+9
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-4/+7
2022-05-22Do leak check after function ptr coercionJack Huey-0/+3
2022-05-22factor out the rvalue lifetime ruleDing Xiang Fei-16/+30
2022-05-21Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakisbors-62/+53
2022-05-21correctly deal with user type ascriptions in patlcnr-62/+53
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-129/+140
2022-05-18Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obkbors-130/+173
2022-05-18Auto merge of #96863 - SparrowLii:let, r=michaelwoeristerbors-8/+8
2022-05-16use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...b-naber-130/+173
2022-05-14Auto merge of #96883 - jackh726:early-binder-2, r=oli-obkbors-2/+2
2022-05-13Add bound_type_ofJack Huey-6/+5
2022-05-12Auto merge of #95562 - lcnr:attr-no-encode, r=davidtwcobors-1/+0
2022-05-11Remove `PartialOrd`/`Ord` impl for `PlaceRef`Aaron Hill-2/+4
2022-05-11Auto merge of #96888 - Aaron1011:fake-borrow-no-sort, r=petrochenkovbors-11/+9
2022-05-10Introduce EarlyBinderJack Huey-4/+5
2022-05-10only_local: always check for misuselcnr-1/+0
2022-05-09Use `FxIndexSet` to avoid sorting fake borrowsAaron Hill-11/+9
2022-05-09reviewlcnr-8/+3
2022-05-09only compute `codegen_fn_attrs` where neededlcnr-2/+6
2022-05-09use hir::Let in hir::GuardSparrowLii-8/+8
2022-05-07Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errorsbors-46/+68
2022-05-06`mirror_expr` cleanuplcnr-21/+16
2022-05-05Rollup merge of #96628 - joshtriplett:stabilize-then-some, r=m-ou-seYuki Okushi-1/+0
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-05-04Generate an intermediate temporary for `Drop` constants.Oli Scherer-30/+101
2022-05-02fix most compiler/ doctestsElliot Roberts-46/+68
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-2/+2
2022-04-24only show a simple description in E0133 span labelEmil Gardström-12/+30
2022-04-24add `DefId` to unsafety violations and display function path in E0133Emil Gardström-19/+33
2022-04-20Rollup merge of #93313 - tmiasko:uninhabited, r=tmandryDylan DPC-5/+13
2022-04-16Rollup merge of #96023 - matthiaskrgr:clippyper1304, r=lcnrDylan DPC-1/+1
2022-04-16Auto merge of #94468 - Amanieu:global_asm_sym, r=nagisabors-88/+55
2022-04-15Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPCDylan DPC-7/+3
2022-04-14Update issue-92893.stderrouz-a-4/+6
2022-04-14Reimplement lowering of sym operands for asm! so that it also works with glob...Amanieu d'Antras-88/+55
2022-04-13couple of clippy::complexity fixesMatthias Krüger-7/+3
2022-04-13couple of clippy::perf fixesMatthias Krüger-1/+1
2022-04-13Auto merge of #94255 - b-naber:use-mir-constant-in-thir, r=oli-obkbors-36/+46
2022-04-08dont make lit_to_mir_constant a queryb-naber-53/+56
2022-04-07interpret: err instead of ICE on size mismatches in to_bits_or_ptr_internalRalf Jung-1/+1
2022-04-06get rid of visit_constant in thir visitorb-naber-4/+2
2022-04-05span: move `MultiSpan`David Wood-2/+2