aboutsummaryrefslogtreecommitdiff
path: root/src/unsafe
AgeCommit message (Expand)Author
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