aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-06-14cmd/compile, etc: handle many struct fieldsDavid Crawshaw
2016-06-12cmd/compile: fix OASWB rewriting in racewalkDavid Chase
2016-06-09cmd/compile: for tail calls in stubs, ensure args are aliveKeith Randall
2016-06-08cmd/compile: nilcheck interface value in go/defer interface call for SSACherry Zhang
2016-06-08cmd/compile: cgen_append can handle complex targetsKeith Randall
2016-06-07cmd/compile: use fake package for allocating autosKeith Randall
2016-06-03cmd/link: avoid name collision with DWARF .def suffixIan Lance Taylor
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-05-31test: add more switch error handling testsJosh Bleecher Snyder
2016-05-31cmd/compile: disallow multiple nil cases in a type switchJosh Bleecher Snyder
2016-05-27cmd/compile: fix liveness computation for heap-escaped parametersRuss Cox
2016-05-26cmd/compile: correctly import labels, gotos, and fallthroughsRobert Griesemer
2016-05-24cmd/compile, go/types: omit needless word in error messageRuss Cox
2016-05-19cmd/compile: don't exit early because of hidden error messagesRobert Griesemer
2016-05-19cmd/compile: large ptr literals must escapeKeith Randall
2016-05-18cmd/compile: fix buildKeith Randall
2016-05-18cmd/compile: keep pointer input arguments live throughout functionKeith Randall
2016-05-18cmd/compile: handle unsafe.Pointer(f()) correctlyMatthew Dempsky
2016-05-11cmd/compile: clean up encoding of method expressions and add testRobert Griesemer
2016-05-10test: add test for unlowered ITabKeith Randall
2016-05-09cmd/compile: correct sparseSet probes in regalloc to avoid index errorDavid Chase
2016-05-09cmd/compile: add -linkobj flag to allow writing object file in two partsRuss Cox
2016-05-09cmd/compile: fix binary export of composite literals with implicit typesRobert Griesemer
2016-05-08test: add test for issue 15602Josh Bleecher Snyder
2016-05-08Revert "cmd/compile: properly handle map assignments for OAS2DOTTYPE"Matthew Dempsky
2016-05-07cmd/compile: add and enable (internal) option to only track named typesRobert Griesemer
2016-05-07cmd/compile: properly handle map assignments for OAS2DOTTYPETal Shprecher
2016-05-06test: update test for issue 15548Robert Griesemer
2016-05-05cmd/compile: verify imported types after they are fully importedRobert Griesemer
2016-05-04test: enable fixedbugs/issue10607.go test on linux/mips64xCherry Zhang
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2016-04-29cmd/compile: Move divconst_test out of test/bench/go1David Chase
2016-04-29test: added test case for (fixed) issue 15470Robert Griesemer
2016-04-27runtime: don't rescan globalsAustin Clements
2016-04-27cmd/compile: enable const division for arm64Zhongwei Yao
2016-04-25cmd/compile: treat empty and absent struct field tags as identicalMatthew Dempsky
2016-04-25cmd/compile: introduce bool operations.Alexandru Moșoi
2016-04-25test: add test for issue 15084Josh Bleecher Snyder
2016-04-24test: add test that required algs get generatedJosh Bleecher Snyder
2016-04-24cmd/compile: reorder how slicelit initializes a sliceKeith Randall
2016-04-22cmd/compile: convert some Phis into And8.Alexandru Moșoi
2016-04-22cmd/compile: don't nilcheck newobject and return values from mapaccess{1,2}Keith Randall
2016-04-21cmd/compile: reject embedded unsafe.Pointer valuesTal Shprecher
2016-04-20test: print output on link -X failureDavid Crawshaw
2016-04-19cmd/compile: transform some Phis into Or8.Alexandru Moșoi
2016-04-18cmd/compile: a dot expression can not be a struct literal keyIan Lance Taylor
2016-04-14cmd/compile: fix register size for ODOTPTR resultKeith Randall
2016-04-14cmd/compile: clear hidden value at end of channel range bodyJosh Bleecher Snyder
2016-04-14test: use correct value in error message in init1.goMichael Munday