aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-01-25[release-branch.go1.7] runtime: fix getArgInfo for deferred reflection callsAustin Clements
2017-01-25[release-branch.go1.7] cmd/compile: rewrite literal.method to ensure full ini...David Chase
2016-10-17[release-branch.go1.7] cmd/compile: escape analysis needs to run "flood" to f...David Chase
2016-07-29cmd/compile: fix possible spill of invalid pointer with DUFFZERO on AMD64Cherry Zhang
2016-07-06cmd/compile, syscall: add //go:uintptrescapes comment, and use itIan Lance Taylor
2016-07-02cmd/compile: mark live heap-allocated pparamout vars as needzeroIan Lance Taylor
2016-06-28cmd/vet: make checking example names in _test packages more robustKonstantin Shaposhnikov
2016-06-27cmd/compile: avoid function literal name collision with "glob"Ian Lance Taylor
2016-06-27cmd/compile: keep heap pointer for escaping output parameters liveKeith Randall
2016-06-22cmd/compile: fix error msg mentioning different packages with same nameRobert Griesemer
2016-06-22test: add -s flag to commands understood by run.goRobert Griesemer
2016-06-21runtime: panic with the right error on iface conversionIan Lance Taylor
2016-06-20test: add missing copyright noticeIan Lance Taylor
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