aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)Author
2016-06-02api: promote next.txt to go1.7.txt and update api toolgo1.7beta1Andrew Gerrand
2016-06-01misc/cgo/test,cmd/dist: enable (most) Cgo tests on AndroidElias Naur
2016-06-01cmd/compile: correctly export underlying type of predecl. error typeRobert Griesemer
2016-06-01cmd/compile: for arm, zero unaligned memory 1 byte at a timeKeith Randall
2016-06-01cmd/compile: fix TestAssembly on Plan 9David du Colombier
2016-06-01cmd/compile: pass process env to 'go tool compile' in compileToAsmMichael Hudson-Doyle
2016-06-01cmd/compile: test non-constant shiftsKeith Randall
2016-05-31cmd/go: combine gccgo's ld and ldShared methodsMichael Hudson-Doyle
2016-05-31cmd/link: suppress PIE whenever externally linking with a sanitizerMichael Hudson-Doyle
2016-05-31cmd/go, cmd/link: set LC_ALL=C when checking if host compiler supports -no-pieMichael Hudson-Doyle
2016-05-31runtime/cgo: add TSAN acquire/release callsIan Lance Taylor
2016-05-31cmd/compile: disallow multiple nil cases in a type switchJosh Bleecher Snyder
2016-05-31runtime/pprof, cmd/pprof: fix profiling for PIEIan Lance Taylor
2016-05-29cmd/compile: shift tests, fix triple-shift rulesKeith Randall
2016-05-29cmd/compile: add constant fold comparison testsKeith Randall
2016-05-27cmd/compile: SSA, don't let write barrier clobber return valuesKeith Randall
2016-05-27cmd/compile/internal/gc: gofmtAustin Clements
2016-05-27cmd/compile: clean up, document Node closure fieldsRuss Cox
2016-05-27cmd/compile: delete Func.OuterRuss Cox
2016-05-27cmd/compile: additional paranoia and checking in plive.goRuss Cox
2016-05-27cmd/go: fixup for parsing SCP-like addressesDmitri Shuralyov
2016-05-27cmd/compile: eliminate PPARAMREFRuss Cox
2016-05-27cmd/compile: fix liveness computation for heap-escaped parametersRuss Cox
2016-05-27cmd/cgo: remove -O options when generating compiler errorsIan Lance Taylor
2016-05-26cmd/compile: testing harness for checking generated assemblyKeith Randall
2016-05-26cmd/compile: add tests for logical simplification rewrite rulesKeith Randall
2016-05-26cmd/compile: log rules to a file for rule coverage toolKeith Randall
2016-05-26cmd/compile: improve domorder documentationJosh Bleecher Snyder
2016-05-26cmd/dist: drop ppc64le from testcsharedRuss Cox
2016-05-26build: enable framepointer mode by defaultRuss Cox
2016-05-26cmd/dist: drop testcarchive on ppc64leRuss Cox
2016-05-26cmd/link/internal/ld: fix DWARF offsets with GOEXPERIMENT=framepointerAustin Clements
2016-05-26runtime: make framepointer mode safe for WindowsRuss Cox
2016-05-26runtime: add library startup support for ppc64leRuss Cox
2016-05-26cmd/compile: correctly import labels, gotos, and fallthroughsRobert Griesemer
2016-05-25cmd/cgo, runtime, runtime/cgo: TSAN support for mallocIan Lance Taylor
2016-05-25cmd/compile: document how to update builtin.goRobert Griesemer
2016-05-25cmd/compile: add generated tests for constant foldingKeith Randall
2016-05-25cmd/link: fix ARM gold linker checkElias Naur
2016-05-24cmd/go: document testdata directory in "go help test"Jeff R. Allen
2016-05-24cmd/link: ensure -fuse-ld=gold uses goldDavid Crawshaw
2016-05-24cmd/vet: do not check print-like functions with unknown typeAliaksandr Valialkin
2016-05-24cmd/compile, go/types: omit needless word in error messageRuss Cox
2016-05-24cmd/go: fix //go:binary-only-package checkRuss Cox
2016-05-23cmd/compile: benchmark needs dominator treeKeith Randall
2016-05-20cmd/compile: read safemode bit from package headerRobert Griesemer
2016-05-19cmd/compile: don't exit early because of hidden error messagesRobert Griesemer
2016-05-19cmd/cgo: mark stub functions as no_sanitize_threadIan Lance Taylor
2016-05-19cmd/compile: large ptr literals must escapeKeith Randall
2016-05-18cmd/compile: fix buildKeith Randall