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
/
unsafe
/
unsafe.go
Age
Commit message (
Expand
)
Author
2024-07-11
unsafe: say "functions like syscall.Syscall", not only Syscall
Ian Lance Taylor
2024-07-08
unsafe: clarify when String bytes can be modified
Ian Lance Taylor
2024-05-21
unsafe: document the behavior of Sizeof on an interface
Nayef Ghattas
2024-03-21
unsafe: add available godoc link
cui fliter
2022-11-09
unsafe: add docs for SliceData, String, and StringData
Matthew Dempsky
2022-07-21
unsafe: document when Sizeof/Offsetof/Alignof are not constant
Ian Lance Taylor
2022-04-11
all: gofmt main repo
Russ Cox
2022-04-04
unsafe: document that Sizeof includes field alignment
Ian Lance Taylor
2022-04-01
all: remove trailing blank doc comment lines
Russ Cox
2022-03-15
all: untab /* */ doc comments
Russ Cox
2021-07-02
spec, unsafe: clarify unsafe.Slice docs
Ian Lance Taylor
2021-06-28
spec: change unsafe.Slice((*T)(nil), 0) to return []T(nil)
Matthew Dempsky
2021-04-22
spec: add unsafe.Add and unsafe.Slice
Matthew Dempsky
2018-11-14
cmd/compile: assume unsafe pointer arithmetic generates non-nil results
Keith Randall
2018-10-11
unsafe: document that Alignof, Offsetof, and Sizeof return a constant
Rob Pike
2018-02-26
unsafe: fix reference to string header
Ian Lance Taylor
2017-08-26
all: remove some double spaces from comments
Daniel MartÃ
2016-11-07
unsafe: remove incorrect type conversion in docs
Ian Lance Taylor
2016-08-18
unsafe: document use of &^ to round/align pointers
Josh Bleecher Snyder
2016-03-02
all: single space after period.
Brad Fitzpatrick
2016-01-29
unsafe: fix typo in documentation of valid Pointer->uintptr->Pointer conversions
Rahul Chaudhry
2016-01-27
unsafe: clarify wording in recent Alignof changes
Ian Lance Taylor
2016-01-27
unsafe: clarify that Alignof returns required alignment
Ian Lance Taylor
2016-01-22
unsafe: document valid uses of Pointer
Russ Cox
2015-01-28
unsafe: minor doc string improvements
Robert Griesemer
2015-01-27
unsafe: fix doc strings
Robert Griesemer
2014-10-24
unsafe: document that unsafe programs are not protected
Rob Pike
2014-09-08
build: move package sources from src/pkg to src
Russ Cox