summaryrefslogtreecommitdiff
path: root/src/runtime/cgocall.go
Commit message (Collapse)AuthorAgeFilesLines
* runtime: mark endcgo go:nosplitRuss Cox2014-09-081-0/+1
| | | | | | | | Should help windows/amd64. TBR=khr CC=golang-codereviews https://codereview.appspot.com/134660043
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+270
Preparation was in CL 134570043. This CL contains only the effect of 'hg mv src/pkg/* src'. For more about the move, see golang.org/s/go14nopkg.