aboutsummaryrefslogtreecommitdiff
path: root/misc
AgeCommit message (Expand)Author
2014-11-17[release-branch.go1.4] remove cmd/link from nacl test zipgo1.4rc1Andrew Gerrand
2014-11-09cmd/dist: remove old misc/pprofRuss Cox
2014-11-10all: use golang.org/x/... import pathsAndrew Gerrand
2014-11-03misc/cgo/test: fix freebsd test failure by moving test to its own package.Alan Donovan
2014-11-01misc: Increase issue 6997's test timeout to prevent spurious failures.Benoit Sigoure
2014-10-30misc/cgo/test: fix bad C test code that fails on some configurationsAlan Donovan
2014-10-30cmd/cgo: avoid worklist nondeterminism.Alan Donovan
2014-10-27misc/makerelease/windows: fix 404 help URL in installerEmil Hessman
2014-10-22misc/makerelease: set version number in Windows installerJens Frederich
2014-10-15cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl...Chris Manghane
2014-10-11cmd/ld: do not assume that only pe section names start with '.'Alex Brainman
2014-10-09misc/cgo/test: add Test8517Alex Brainman
2014-10-07runtime: fix _cgo_allocate(0)Russ Cox
2014-10-03misc/cgo/test: fail issue 7978 with clearer error when GOTRACEBACK != 2Russ Cox
2014-10-01misc/nacl/README: fix typoMikio Hara
2014-09-30cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.Alan Donovan
2014-09-25cgo: adjust return value location to account for stack copies.Keith Randall
2014-09-24debug/dwarf: correct name for clang-generated complex typeRuss Cox
2014-09-24cmd/go: prohibit C sources files unless using cgoRuss Cox
2014-09-24runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero
2014-09-16runtime: remove untyped allocation of ParForRuss Cox
2014-09-08build: more adjustments for move from src/pkg to srcRuss Cox
2014-09-08build: adjustments for move from src/pkg to srcRuss Cox
2014-09-06misc/makerelease: make goimports-safeRuss Cox
2014-09-06runtime: get rid of other Go->C calls in test exports.Keith Randall
2014-09-05runtime: use reflect.call during panic instead of newstackcallRuss Cox
2014-09-05misc/cgo/test: make issue5548 test pickierRuss Cox
2014-09-04runtime: refactor/fix asmcgocall/asmcgocall_errnoRuss Cox
2014-09-03cmd/cgo, runtime: write cgo stub wrappers in Go, not CRuss Cox
2014-08-31misc/cgo/testcdefs: comment out test of packed structsIan Lance Taylor
2014-08-28misc/cgo/test: disable issue 8428 regress test on darwinMatthew Dempsky
2014-08-27cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky
2014-08-22misc/nacl: fix buildDave Cheney
2014-08-15misc/nacl: add debugging instructionsDmitriy Vyukov
2014-08-14cmd/cgo: check for compiler errors in the C preambleMatthew Dempsky
2014-08-13cmd/cgo, debug/dwarf: fix translation of zero-size arraysMatthew Dempsky
2014-08-13misc/makerelease: exit with nonzero status code on errorAndrew Gerrand
2014-08-12cmd/cgo: make C function pointers non-assignableMatthew Dempsky
2014-08-11cmd/cgo: fix default alignment for empty structsMatthew Dempsky
2014-08-11misc/nacl/testzip.proto: add fewer files to the zipShenghou Ma
2014-08-07misc/nacl/testzip.proto: include cmd/internal/* to fix buildShenghou Ma
2014-08-07cmd/go: pass --build-id=none when generating a cgo .oIan Lance Taylor
2014-08-07misc/nacl: wrap lines in README fileAndrew Gerrand
2014-08-06cmd/cgo: consistently map void* to *byte under -{c,go}defsMatthew Dempsky
2014-08-05cmd/cgo: fix recursive type mappingMatthew Dempsky
2014-08-05cmd/cgo: fix handling of defs_linux.goMatthew Dempsky
2014-08-05cmd/cgo: for -godefs, promote first field of anonymous unionIan Lance Taylor
2014-07-23misc/pprof: support web profiles on windows/MinGWChaiShushan
2014-07-18undo CL 109640045 / f97fb06525e5Shenghou Ma
2014-07-18cmd/cgo: disable inappropriate warnings when the gcc struct is emptysnyh