about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/meth.rs
AgeCommit message (Expand)AuthorLines
2021-10-11Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiserbors-1/+1
2021-10-08Create more accurate debuginfo for vtables.Michael Woerister-1/+1
2021-10-07Turn tcx.vtable_allocation() into a query.Michael Woerister-1/+1
2021-08-04Prepare inbounds_gep for opaque pointersTomasz Miąsko-2/+2
2021-07-09Pass type when creating loadNikita Popov-4/+6
2021-06-28Update other codegens to use tcx managed vtable allocations.Charles Lew-39/+4
2021-06-15Refactor to make interpreter and codegen backend neutral to vtable internal r...Charles Lew-32/+23
2020-08-30mv compiler to compiler/mark-0/+126