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
/
runtime
/
checkptr.go
Age
Commit message (
Expand
)
Author
2024-05-23
all: document legacy //go:linkname for modules with ≥20,000 dependents
Russ Cox
2024-03-04
runtime: use .Pointers() instead of manual checking
Pouriya
2023-05-05
internal/abi: refactor (basic) type struct into one definition
David Chase
2021-07-28
runtime: don't crash on nil pointers in checkptrAlignment
Matthew Dempsky
2021-06-28
cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)
Matthew Dempsky
2020-03-17
runtime: don't report a pointer alignment error for pointer-free base type
Keith Randall
2020-03-12
runtime: emit more specific errors from checkptr
Johan Jansson
2020-01-09
runtime: change checkptr to use throw instead of panic
Matthew Dempsky
2019-10-22
runtime: fix -d=checkptr failure for testing/quick
Matthew Dempsky
2019-10-22
runtime: somewhat better checkptr error messages
Matthew Dempsky
2019-10-21
cmd/compile: recognize (*[Big]T)(ptr)[:n:m] pattern for -d=checkptr
Matthew Dempsky
2019-10-17
cmd/compile: detect unsafe conversions from smaller to larger types
Matthew Dempsky
2019-10-17
cmd/compile: add -d=checkptr to validate unsafe.Pointer rules
Matthew Dempsky