aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2015-11-23[release-branch.go1.5] cmd/compile: fix Val vs Opt collisionRuss Cox
2015-11-17[release-branch.go1.5] cmd/internal/obj/ppc64: fix assembly of SRADCC with im...Michael Hudson-Doyle
2015-11-13[release-branch.go1.5] runtime: memmove/memclr pointers atomicallyKeith Randall
2015-09-08[release-branch.go1.5] cmd/compile: fix register allocation for == operatorUlrich Kunitz
2015-08-15cmd/compile: remove stale register use arrayKeith Randall
2015-07-31test/bench/shootout: fix buildMikio Hara
2015-07-31test/bench/shootout: clean up binaries after runAndrew Gerrand
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-29cmd/internal/obj/arm64: reject misaligned stack frames, except empty framesRuss Cox
2015-07-28runtime: fix x86 stack trace for call to heap memory on Plan 9David du Colombier
2015-07-28test: don't run fixedbugs/issue11656.go on netbsd/386Ian Lance Taylor
2015-07-28test: don't run issue10607.go on ppc64Ian Lance Taylor
2015-07-27Revert "test: do not run external linking test on ppc64le"Russ Cox
2015-07-27test: do not run external linking test on ppc64leMichael Hudson-Doyle
2015-07-23cmd/compile: prepend captured args to called-closure paramsDavid Chase
2015-07-23cmd/compile: adjust annotation of implicit operations.David Chase
2015-07-21cmd/link: if -B option was used, pass it to the external linkerIan Lance Taylor
2015-07-18cmd/compile: ignore carriage return in magic commentsIan Lance Taylor
2015-07-16test/fixedbugs: disable issue11656.go on arm64Russ Cox
2015-07-15cmd/compile: recognize embedded field in inlined functionIan Lance Taylor
2015-07-13runtime: fix x86 stack trace for call to heap memoryRuss Cox
2015-07-11all: link to https instead of httpBrad Fitzpatrick
2015-07-07cmd/compile: allow static init for unsafe.Pointer(&x) where x is globalRuss Cox
2015-06-30cmd/link: reject data size > 2 GBRuss Cox
2015-06-29cmd/compile: reject large floating point exponents without math/bigRuss Cox
2015-06-29cmd/link: detect -X setting non-string variableRuss Cox
2015-06-29cmd/compile: allow unnamed constants to set line numberRuss Cox
2015-06-29runtime: always clear stack barriers on G exitAustin Clements
2015-06-26test: add test case for issue 8154Dave Cheney
2015-06-26cmd/compile: fix half multiply issueTodd Neal
2015-06-26Fix several out of date references to 4g/5g/6g/8g/9g.Aaron Jacobs
2015-06-24cmd/compile: handle copy in escape analysisRuss Cox
2015-06-23runtime: fix heap bitmap repeating with large scalar tailsAustin Clements
2015-06-18cmd/compile: provide better error when method called without receiverMichael Matloob
2015-06-17cmd/compile: run escape analysis after method wrapper generationDavid Chase
2015-06-09cmd/compile: use generated temps in bool codegenJosh Bleecher Snyder
2015-06-09cmd/compile: early typecheck top level OAS2 nodesJosh Bleecher Snyder
2015-06-06test: fix build on GOARCH=ppc64/ppc64leShenghou Ma
2015-06-05cmd/link: deprecate -X name value in favor of -X name=valueRuss Cox
2015-06-04test: make test/run.go support shardingBrad Fitzpatrick
2015-06-04cmd/internal/gc: accept map literals with omitted key typeRuss Cox
2015-06-03cmd/compile: move Node.Curfn into both Node.Func and Node.NameRuss Cox
2015-05-28test: re-enable rotate testsJosh Bleecher Snyder
2015-05-28cmd/compile: reject p-notation floats in Go source filesDavid Chase
2015-05-28test: remove arch char from nosplitJosh Bleecher Snyder
2015-05-27cmd/compile: propagate correct line numbers in treecopyDavid Chase
2015-05-22cmd/internal/gc: move check for large-hence-heap-allocated types into escape ...David Chase
2015-05-22cmd/internal/gc: make indirect calls properly escape-yDavid Chase
2015-05-21all: retire architecture letter in file names, public APIRuss Cox