about summary refs log tree commit diff
path: root/src/test/ui/box
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-408/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-6/+0
2022-09-27Stabilize bench_black_boxUrgau-1/+1
2022-04-12regression test for spurrious "help: store this in the heap"Michael Howell-0/+27
2022-04-08Add ThinBox type for 1 stack pointer sized heap allocated trait objectsJane Lusby-0/+127
2022-03-27fix other source of box derefDrMeepster-0/+12
2022-03-25fix wrong header commandDrMeepster-1/+1
2022-03-25widen special case on deref to all non-zst allocatorsDrMeepster-0/+10
2022-03-11fix another assumption about boxDrMeepster-0/+6
2022-02-27expadn abi check + condese & fix testsDrMeepster-7/+2
2022-02-27fix box icing when it has aggregate abiDrMeepster-0/+22
2022-02-15fix assumption that ScalarPair Box is always a fat pointerDrMeepster-0/+6
2021-11-20Point at source of trait bound obligations in more placesEsteban Kuber-6/+6
2021-11-14Move some tests to more reasonable directoriesCaio-0/+27
2021-11-06Move some tests to more reasonable directoriesCaio-0/+30
2021-09-25Use larger span for adjustments on method callsAaron Hill-1/+1
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-2/+6
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-2/+10
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-8/+8
2020-10-07Support custom allocators in `Box`Tim Diekmann-0/+140