| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-10-07 | Turn tcx.vtable_allocation() into a query. | Michael Woerister | -65/+60 | |
| 2021-10-07 | Remove untracked vtable-const-allocation cache from tcx | Michael Woerister | -9/+1 | |
| 2021-07-22 | Add comment and more tests. | Charles Lew | -0/+6 | |
| 2021-07-20 | Switch to store `Instance` directly within `VtblEntry`, fix `TraitVPtr` ↵ | Charles Lew | -21/+29 | |
| representation. | ||||
| 2021-07-20 | Refactor vtable format. | Charles Lew | -1/+7 | |
| 2021-07-14 | consistently treat None-tagged pointers as ints; get rid of some deprecated ↵ | Ralf Jung | -3/+3 | |
| Scalar methods | ||||
| 2021-07-03 | Make vtable_allocation always succeed | Smitty | -5/+6 | |
| 2021-07-02 | Allocation failure in constprop panics right away | Smitty | -1/+1 | |
| 2021-06-29 | Properly handle const prop failures | Smitty | -1/+1 | |
| 2021-06-29 | Support allocation failures when interperting MIR | Smitty | -5/+5 | |
| Note that this breaks Miri. Closes #79601 | ||||
| 2021-06-28 | Update other codegens to use tcx managed vtable allocations. | Charles Lew | -0/+106 | |
