index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
weak
Age
Commit message (
Expand
)
Author
2025-12-08
weak: fix weak pointer test to correctly iterate over weak pointers after GC
cuishuang
2025-11-14
runtime: ensure weak handles end up in their own allocation
Michael Anthony Knyszek
2025-03-28
weak: clarify Pointer equality semantics
Michael Anthony Knyszek
2025-02-25
weak: test the use of runtime.AddCleanup
Carlos Amedee
2025-02-19
weak: accept linker-allocated objects to Make
Michael Anthony Knyszek
2025-02-06
weak: prevent unsafe conversions using weak pointers
thepudds
2025-01-07
weak: don't panic when calling Value on a zero Pointer
Michael Anthony Knyszek
2024-12-23
weak: fix typo in warning about tiny allocator optimization
Michael Anthony Knyszek
2024-12-18
weak: improve grammar in doc comments
Michal Bohuslávek
2024-12-09
runtime: make special offset a uintptr
Michael Anthony Knyszek
2024-12-09
weak: align weak.Pointer documentation with runtime.AddCleanup
Michael Anthony Knyszek
2024-12-05
weak: fix subheading syntax in package doc
thepudds
2024-12-04
weak: massage package docs a little bit
Michael Anthony Knyszek
2024-11-18
weak: move internal/weak to weak, and update according to proposal
Michael Anthony Knyszek