aboutsummaryrefslogtreecommitdiff
path: root/src/weak
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-03-28weak: clarify Pointer equality semanticsMichael 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-23weak: fix typo in warning about tiny allocator optimizationMichael Anthony Knyszek
2024-12-18weak: improve grammar in doc commentsMichal Bohuslávek
2024-12-09runtime: make special offset a uintptrMichael Anthony Knyszek
2024-12-09weak: align weak.Pointer documentation with runtime.AddCleanupMichael Anthony Knyszek
2024-12-05weak: fix subheading syntax in package docthepudds
2024-12-04weak: massage package docs a little bitMichael Anthony Knyszek
2024-11-18weak: move internal/weak to weak, and update according to proposalMichael Anthony Knyszek