about summary refs log tree commit diff
path: root/src/test/ui/traits/vtable
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-622/+0
2022-07-20we seem to monomorphize fewer vtables by default now, so adjust some testsRalf Jung-15/+68
2022-07-01Shorten def_span for more items.Camille GILLOT-87/+35
2022-06-16 fix one more case of trailing spaceklensy-1/+1
2022-06-05get_vtable returns opt instd of unwrppingouz-a-0/+45
2021-12-13Fix HashStable implementation on InferTyMichael Goulet-0/+17
2021-11-20Align multiline messages to their label (add left margin)Esteban Kuber-148/+148
2021-10-03Practice diagnostic message conventionHirochika Matsumoto-36/+36
2021-09-05Stop allocating vtable entries for non-object-safe methodsGary Guo-4/+41
2021-07-22Add comment and more tests.Charles Lew-0/+384
2021-07-20Switch to store `Instance` directly within `VtblEntry`, fix `TraitVPtr` repre...Charles Lew-80/+48
2021-07-20Add internal attribute and tests.Charles Lew-0/+170