aboutsummaryrefslogtreecommitdiff
path: root/src/unsafe
AgeCommit message (Expand)Author
2024-03-21unsafe: add available godoc linkcui fliter
2022-11-09unsafe: add docs for SliceData, String, and StringDataMatthew Dempsky
2022-07-21unsafe: document when Sizeof/Offsetof/Alignof are not constantIan Lance Taylor
2022-04-11all: gofmt main repoRuss Cox
2022-04-04unsafe: document that Sizeof includes field alignmentIan Lance Taylor
2022-04-01all: remove trailing blank doc comment linesRuss Cox
2022-03-15all: untab /* */ doc commentsRuss Cox
2021-07-02spec, unsafe: clarify unsafe.Slice docsIan Lance Taylor
2021-06-28spec: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-04-22spec: add unsafe.Add and unsafe.SliceMatthew Dempsky
2018-11-14cmd/compile: assume unsafe pointer arithmetic generates non-nil resultsKeith Randall
2018-10-11unsafe: document that Alignof, Offsetof, and Sizeof return a constantRob Pike
2018-02-26unsafe: fix reference to string headerIan Lance Taylor
2017-08-26all: remove some double spaces from commentsDaniel Martí
2016-11-07unsafe: remove incorrect type conversion in docsIan Lance Taylor
2016-08-18unsafe: document use of &^ to round/align pointersJosh Bleecher Snyder
2016-03-02all: single space after period.Brad Fitzpatrick
2016-01-29unsafe: fix typo in documentation of valid Pointer->uintptr->Pointer conversionsRahul Chaudhry
2016-01-27unsafe: clarify wording in recent Alignof changesIan Lance Taylor
2016-01-27unsafe: clarify that Alignof returns required alignmentIan Lance Taylor
2016-01-22unsafe: document valid uses of PointerRuss Cox
2015-01-28unsafe: minor doc string improvementsRobert Griesemer
2015-01-27unsafe: fix doc stringsRobert Griesemer
2014-10-24unsafe: document that unsafe programs are not protectedRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox