aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2015-08-06[release-branch.go1.5] cmd/newlink: remove from release branchgo1.5rc1Andrew Gerrand
2015-08-05cmd/go: fix handling of vendored imports in foo_test.go filesRuss Cox
2015-08-05cmd/go: skip external tests on freebsd-arm builderRuss Cox
2015-08-04cmd/go: fix documentation for exported functionsIan Lance Taylor
2015-08-04cmd/go: document that functions are exported by cgoIan Lance Taylor
2015-08-04cmd/go: re-run mkalldocs.sh after testflag changeCaleb Spare
2015-08-04cmd/go: documented default value of the -timeout testflagCaleb Spare
2015-08-03cmd/go: clean up installHeader actionRuss Cox
2015-08-03cmd/go: document and fix 'go build -o' semanticsRuss Cox
2015-07-31cmd/objdump: don't run TestDisasmExtld if cgo is not enabledIan Lance Taylor
2015-07-31cmd/go: fix go get x/... matching internal directoriesRuss Cox
2015-07-31cmd/go: fix disallow of p/vendor/x during vendor experimentRuss Cox
2015-07-31cmd/compile, runtime: fix placement of map bucket overflow pointer on naclRuss Cox
2015-07-31cmd/internal/obj/arm: fix large stack offsets on nacl/armRuss Cox
2015-07-31cmd/link: increase ELFRESERVE to a full pageRuss Cox
2015-07-31cmd/go: permit installing into a subdirectory of $GOPATH/binIan Lance Taylor
2015-07-30cmd/compile: add case for ODOTTYPE to escwalkDavid Chase
2015-07-30runtime: change arm software div/mod call sequence not to modify stackRuss Cox
2015-07-30cmd/cgo: discard trailing zero-sized fields in a non-empty C structIan Lance Taylor
2015-07-30cmd/internal/obj/arm: fix line numbers after constant poolRuss Cox
2015-07-30cmd/compile: fix uninitialized memory during type switch assertE2I2Russ Cox
2015-07-29cmd/internal/obj/arm64: fix buildRuss Cox
2015-07-29cmd/internal/obj/arm64: reject misaligned stack frames, except empty framesRuss Cox
2015-07-29cmd/link: fix nosplit stack overflow checksRuss Cox
2015-07-29cmd/compile: align arm64 stack frames correctlyRuss Cox
2015-07-29cmd/internal/asm: deleteMikio Hara
2015-07-29cmd: delete old[5689]aRob Pike
2015-07-28cmd/dist: cleanup message about building go_bootstrapMatthew Dempsky
2015-07-28cmd/go: fix go get -u with vendoringRuss Cox
2015-07-28cmd/doc: extend darwin/arm64 test TODO to armDavid Crawshaw
2015-07-28cmd/asm: fix and test CALL, JMP aliases on arm, arm64, ppc64Russ Cox
2015-07-28cmd/go: avoid long lines in help messagesJeff R. Allen
2015-07-28cmd/go: prefer <meta> tags on launchpad.net to the hard-coded logicRuss Cox
2015-07-28cmd/go: import runtime/cgo into darwin/arm64 testsDavid Crawshaw
2015-07-27cmd/dist: run misc/cgo/testsovar on darwin and netbsdIan Lance Taylor
2015-07-27cmd/go: do not panic on template I/O errorRuss Cox
2015-07-27cmd/go: use hg repo for code.google.com shutdown checkRuss Cox
2015-07-27cmd/go: fix custom import path wildcards (go get rsc.io/pdf/...)Russ Cox
2015-07-27cmd/go: mention go tool compile etc. in the help text for buildRob Pike
2015-07-26cmd/cgo: document how CGO_ENABLED works todayIan Lance Taylor
2015-07-24cmd/compile: add missing quotation markMatthew Dempsky
2015-07-24cmd/go: document environment variablesIan Lance Taylor
2015-07-23cmd/compile: prepend captured args to called-closure paramsDavid Chase
2015-07-23cmd/link: don't generate .exe extension for external Windows linkIan Lance Taylor
2015-07-23cmd/compile: adjust annotation of implicit operations.David Chase
2015-07-23cmd/go: document internal and vendorRuss Cox
2015-07-23cmd/link: write combined dwarf file to same directory as output fileRuss Cox
2015-07-23cmd/pprof: fix race between viewer and web commandRuss Cox
2015-07-22cmd/go: for get -t and list, look up path in vendor directoriesIan Lance Taylor
2015-07-22runtime/cgo: make compatible with race detectorRuss Cox