summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/vtable.rs
AgeCommit message (Expand)AuthorLines
2021-07-14consistently treat None-tagged pointers as ints; get rid of some deprecated S...Ralf Jung-3/+3
2021-07-03Make vtable_allocation always succeedSmitty-5/+6
2021-07-02Allocation failure in constprop panics right awaySmitty-1/+1
2021-06-29Properly handle const prop failuresSmitty-1/+1
2021-06-29Support allocation failures when interperting MIRSmitty-5/+5
2021-06-28Update other codegens to use tcx managed vtable allocations.Charles Lew-0/+106