summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* misc/cgo/test: skip test8694 on ARM.Shenghou Ma2014-12-081-1/+7
* undo CL 176900044 / 561398621ba7David Symonds2014-11-171-0/+3
* misc/nacl: exclude cmd/link from the test zip.David Symonds2014-11-171-3/+0
* misc/makerelease: use release-branch.go1.4 for tools and tourAndrew Gerrand2014-11-171-2/+2
* cmd/dist: remove old misc/pprofRuss Cox2014-11-091-5100/+0
* all: use golang.org/x/... import pathsAndrew Gerrand2014-11-102-6/+6
* misc/cgo/test: fix freebsd test failure by moving test to its own package.Alan Donovan2014-11-032-27/+39
* misc: Increase issue 6997's test timeout to prevent spurious failures.Benoit Sigoure2014-11-011-1/+1
* misc/cgo/test: fix bad C test code that fails on some configurationsAlan Donovan2014-10-301-1/+1
* cmd/cgo: avoid worklist nondeterminism.Alan Donovan2014-10-302-0/+34
* misc/makerelease/windows: fix 404 help URL in installerEmil Hessman2014-10-271-3/+3
* misc/makerelease: set version number in Windows installerJens Frederich2014-10-222-4/+20
* cmd/go: add '_go_' suffix to go files compiled by gccgo to avoid naming confl...Chris Manghane2014-10-153-0/+31
* cmd/ld: do not assume that only pe section names start with '.'Alex Brainman2014-10-113-0/+31
* misc/cgo/test: add Test8517Alex Brainman2014-10-094-0/+83
* runtime: fix _cgo_allocate(0)Russ Cox2014-10-072-0/+17
* misc/cgo/test: fail issue 7978 with clearer error when GOTRACEBACK != 2Russ Cox2014-10-031-0/+4
* misc/nacl/README: fix typoMikio Hara2014-10-011-3/+3
* cmd/cgo: add missing ast.SliceExpr.Max case to AST traversal.Alan Donovan2014-09-301-0/+5
* cgo: adjust return value location to account for stack copies.Keith Randall2014-09-253-48/+111
* debug/dwarf: correct name for clang-generated complex typeRuss Cox2014-09-242-0/+33
* cmd/go: prohibit C sources files unless using cgoRuss Cox2014-09-244-61/+1
* runtime: keep g->syscallsp consistent after cgo->Go callbacksHector Martin Cantero2014-09-242-0/+100
* runtime: remove untyped allocation of ParForRuss Cox2014-09-165-0/+107
* build: more adjustments for move from src/pkg to srcRuss Cox2014-09-081-80/+79
* build: adjustments for move from src/pkg to srcRuss Cox2014-09-082-3/+3
* misc/makerelease: make goimports-safeRuss Cox2014-09-061-1/+1
* runtime: get rid of other Go->C calls in test exports.Keith Randall2014-09-062-14/+16
* runtime: use reflect.call during panic instead of newstackcallRuss Cox2014-09-052-0/+4
* misc/cgo/test: make issue5548 test pickierRuss Cox2014-09-051-4/+5
* runtime: refactor/fix asmcgocall/asmcgocall_errnoRuss Cox2014-09-041-2/+7
* cmd/cgo, runtime: write cgo stub wrappers in Go, not CRuss Cox2014-09-031-3/+4
* misc/cgo/testcdefs: comment out test of packed structsIan Lance Taylor2014-08-312-3/+9
* misc/cgo/test: disable issue 8428 regress test on darwinMatthew Dempsky2014-08-281-0/+4
* cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into...Matthew Dempsky2014-08-272-0/+37
* misc/nacl: fix buildDave Cheney2014-08-221-0/+2
* misc/nacl: add debugging instructionsDmitriy Vyukov2014-08-151-3/+31
* cmd/cgo: check for compiler errors in the C preambleMatthew Dempsky2014-08-142-0/+18
* cmd/cgo, debug/dwarf: fix translation of zero-size arraysMatthew Dempsky2014-08-131-0/+48
* misc/makerelease: exit with nonzero status code on errorAndrew Gerrand2014-08-131-0/+5
* cmd/cgo: make C function pointers non-assignableMatthew Dempsky2014-08-122-0/+15
* cmd/cgo: fix default alignment for empty structsMatthew Dempsky2014-08-112-0/+32
* misc/nacl/testzip.proto: add fewer files to the zipShenghou Ma2014-08-111-1/+2
* misc/nacl/testzip.proto: include cmd/internal/* to fix buildShenghou Ma2014-08-071-0/+2
* cmd/go: pass --build-id=none when generating a cgo .oIan Lance Taylor2014-08-072-2/+80
* misc/nacl: wrap lines in README fileAndrew Gerrand2014-08-071-15/+42
* cmd/cgo: consistently map void* to *byte under -{c,go}defsMatthew Dempsky2014-08-063-1/+24
* cmd/cgo: fix recursive type mappingMatthew Dempsky2014-08-051-0/+27
* cmd/cgo: fix handling of defs_linux.goMatthew Dempsky2014-08-053-0/+42
* cmd/cgo: for -godefs, promote first field of anonymous unionIan Lance Taylor2014-08-053-0/+58