summaryrefslogtreecommitdiff
path: root/src/unsafe
Commit message (Expand)AuthorAgeFilesLines
* unsafe: add docs for SliceData, String, and StringDataMatthew Dempsky2022-11-091-0/+28
* unsafe: document when Sizeof/Offsetof/Alignof are not constantIan Lance Taylor2022-07-211-3/+10
* all: gofmt main repoRuss Cox2022-04-111-4/+5
* unsafe: document that Sizeof includes field alignmentIan Lance Taylor2022-04-041-0/+1
* all: remove trailing blank doc comment linesRuss Cox2022-04-011-1/+0
* all: untab /* */ doc commentsRuss Cox2022-03-151-3/+3
* spec, unsafe: clarify unsafe.Slice docsIan Lance Taylor2021-07-021-2/+4
* spec: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky2021-06-281-1/+4
* spec: add unsafe.Add and unsafe.SliceMatthew Dempsky2021-04-221-0/+23
* 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