index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
Age
Commit message (
Expand
)
Author
2015-08-06
[release-branch.go1.5] cmd/newlink: remove from release branch
go1.5rc1
Andrew Gerrand
2015-08-05
cmd/go: fix handling of vendored imports in foo_test.go files
Russ Cox
2015-08-05
cmd/go: skip external tests on freebsd-arm builder
Russ Cox
2015-08-04
cmd/go: fix documentation for exported functions
Ian Lance Taylor
2015-08-04
cmd/go: document that functions are exported by cgo
Ian Lance Taylor
2015-08-04
cmd/go: re-run mkalldocs.sh after testflag change
Caleb Spare
2015-08-04
cmd/go: documented default value of the -timeout testflag
Caleb Spare
2015-08-03
cmd/go: clean up installHeader action
Russ Cox
2015-08-03
cmd/go: document and fix 'go build -o' semantics
Russ Cox
2015-07-31
cmd/objdump: don't run TestDisasmExtld if cgo is not enabled
Ian Lance Taylor
2015-07-31
cmd/go: fix go get x/... matching internal directories
Russ Cox
2015-07-31
cmd/go: fix disallow of p/vendor/x during vendor experiment
Russ Cox
2015-07-31
cmd/compile, runtime: fix placement of map bucket overflow pointer on nacl
Russ Cox
2015-07-31
cmd/internal/obj/arm: fix large stack offsets on nacl/arm
Russ Cox
2015-07-31
cmd/link: increase ELFRESERVE to a full page
Russ Cox
2015-07-31
cmd/go: permit installing into a subdirectory of $GOPATH/bin
Ian Lance Taylor
2015-07-30
cmd/compile: add case for ODOTTYPE to escwalk
David Chase
2015-07-30
runtime: change arm software div/mod call sequence not to modify stack
Russ Cox
2015-07-30
cmd/cgo: discard trailing zero-sized fields in a non-empty C struct
Ian Lance Taylor
2015-07-30
cmd/internal/obj/arm: fix line numbers after constant pool
Russ Cox
2015-07-30
cmd/compile: fix uninitialized memory during type switch assertE2I2
Russ Cox
2015-07-29
cmd/internal/obj/arm64: fix build
Russ Cox
2015-07-29
cmd/internal/obj/arm64: reject misaligned stack frames, except empty frames
Russ Cox
2015-07-29
cmd/link: fix nosplit stack overflow checks
Russ Cox
2015-07-29
cmd/compile: align arm64 stack frames correctly
Russ Cox
2015-07-29
cmd/internal/asm: delete
Mikio Hara
2015-07-29
cmd: delete old[5689]a
Rob Pike
2015-07-28
cmd/dist: cleanup message about building go_bootstrap
Matthew Dempsky
2015-07-28
cmd/go: fix go get -u with vendoring
Russ Cox
2015-07-28
cmd/doc: extend darwin/arm64 test TODO to arm
David Crawshaw
2015-07-28
cmd/asm: fix and test CALL, JMP aliases on arm, arm64, ppc64
Russ Cox
2015-07-28
cmd/go: avoid long lines in help messages
Jeff R. Allen
2015-07-28
cmd/go: prefer <meta> tags on launchpad.net to the hard-coded logic
Russ Cox
2015-07-28
cmd/go: import runtime/cgo into darwin/arm64 tests
David Crawshaw
2015-07-27
cmd/dist: run misc/cgo/testsovar on darwin and netbsd
Ian Lance Taylor
2015-07-27
cmd/go: do not panic on template I/O error
Russ Cox
2015-07-27
cmd/go: use hg repo for code.google.com shutdown check
Russ Cox
2015-07-27
cmd/go: fix custom import path wildcards (go get rsc.io/pdf/...)
Russ Cox
2015-07-27
cmd/go: mention go tool compile etc. in the help text for build
Rob Pike
2015-07-26
cmd/cgo: document how CGO_ENABLED works today
Ian Lance Taylor
2015-07-24
cmd/compile: add missing quotation mark
Matthew Dempsky
2015-07-24
cmd/go: document environment variables
Ian Lance Taylor
2015-07-23
cmd/compile: prepend captured args to called-closure params
David Chase
2015-07-23
cmd/link: don't generate .exe extension for external Windows link
Ian Lance Taylor
2015-07-23
cmd/compile: adjust annotation of implicit operations.
David Chase
2015-07-23
cmd/go: document internal and vendor
Russ Cox
2015-07-23
cmd/link: write combined dwarf file to same directory as output file
Russ Cox
2015-07-23
cmd/pprof: fix race between viewer and web command
Russ Cox
2015-07-22
cmd/go: for get -t and list, look up path in vendor directories
Ian Lance Taylor
2015-07-22
runtime/cgo: make compatible with race detector
Russ Cox
[next]