summaryrefslogtreecommitdiff
path: root/src/unsafe
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: assume unsafe pointer arithmetic generates non-nil resultsKeith Randall2018-11-141-0/+6
* unsafe: document that Alignof, Offsetof, and Sizeof return a constantRob Pike2018-10-111-0/+3
* unsafe: fix reference to string headerIan Lance Taylor2018-02-261-1/+1
* all: remove some double spaces from commentsDaniel Martí2017-08-261-1/+1
* unsafe: remove incorrect type conversion in docsIan Lance Taylor2016-11-071-2/+2
* unsafe: document use of &^ to round/align pointersJosh Bleecher Snyder2016-08-181-2/+4
* all: single space after period.Brad Fitzpatrick2016-03-021-4/+4
* unsafe: fix typo in documentation of valid Pointer->uintptr->Pointer conversionsRahul Chaudhry2016-01-291-1/+1
* unsafe: clarify wording in recent Alignof changesIan Lance Taylor2016-01-271-4/+4
* unsafe: clarify that Alignof returns required alignmentIan Lance Taylor2016-01-271-2/+7
* unsafe: document valid uses of PointerRuss Cox2016-01-221-5/+152
* unsafe: minor doc string improvementsRobert Griesemer2015-01-281-5/+5
* unsafe: fix doc stringsRobert Griesemer2015-01-271-10/+12
* unsafe: document that unsafe programs are not protectedRob Pike2014-10-241-0/+3
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+37