aboutsummaryrefslogtreecommitdiff
path: root/src/weak/pointer_test.go
AgeCommit message (Expand)Author
2025-12-08weak: fix weak pointer test to correctly iterate over weak pointers after GCcuishuang
2025-11-14runtime: ensure weak handles end up in their own allocationMichael Anthony Knyszek
2025-02-25weak: test the use of runtime.AddCleanupCarlos Amedee
2025-02-19weak: accept linker-allocated objects to MakeMichael Anthony Knyszek
2025-02-06weak: prevent unsafe conversions using weak pointersthepudds
2025-01-07weak: don't panic when calling Value on a zero PointerMichael Anthony Knyszek
2024-12-09runtime: make special offset a uintptrMichael Anthony Knyszek
2024-11-18weak: move internal/weak to weak, and update according to proposalMichael Anthony Knyszek