aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2017-01-16cmd/compile: lvalues are only required for == when calling runtime fnsJosh Bleecher Snyder
2017-01-10cmd/compile: disable flaky testDavid Chase
2017-01-09cmd/compile: insert scheduling checks on loop backedgesDavid Chase
2017-01-09cmd/compile: file line number for //go:xxx directivesRobert Griesemer
2017-01-06cmd/compile: rewrite literal.method to ensure full initializationDavid Chase
2017-01-05cmd/compile: avoid n.Right nil dereference on non-existent interface methodsEmmanuel Odeke
2016-12-24cmd/compile: lock-in test for repeated variables in range declarationEmmanuel Odeke
2016-12-23test: lock in test for _ assignment evaluation/zerodivide panicEmmanuel Odeke
2016-12-15test: add mipsx case to nosplit.goVladimir Stefanovic
2016-12-15test: add test gcc78763.go that caused a gccgo compiler crashIan Lance Taylor
2016-12-15test/fixedbugs: add mipsx case to issue11656Vladimir Stefanovic
2016-12-15test: enable fixedbugs/issue10607 test on GOARCH=mips{,le}Vladimir Stefanovic
2016-12-13test/bench/go1: reduce fasta data size for mips{,64}Vladimir Stefanovic
2016-12-08all: make spelling consistentBrad Fitzpatrick
2016-12-07test: add bug501.go, a gccgo compiler crashIan Lance Taylor
2016-12-06cmd/compile: fix static-initialization compilation failureMatthew Dempsky
2016-12-02test: add test case for which gccgo generated incorrect GC infoIan Lance Taylor
2016-12-01cmd/compile: correctly parse //line filename:line where filename contains ':'Robert Griesemer
2016-11-30cmd/compile: generate code that type checks when inlining variadic functionsDavid Lazar
2016-11-29cmd/compile: don't panic on syntax error in select statementRobert Griesemer
2016-11-23test: remove amd64 build tag from testBrad Fitzpatrick
2016-11-18cmd/compile: in cse, allow for new ssa valuesPhilip Hofer
2016-11-15test: add test case that failed when built with gccgoIan Lance Taylor
2016-11-12all: spell "marshal" and "unmarshal" consistentlyDmitri Shuralyov
2016-11-07test/fixedbugs: enable issue 10607 test on ppc64leMichael Munday
2016-11-04cmd/compile: revert user-visible changes related to aliasesRobert Griesemer
2016-11-04test: disable unsupported test for GOARCH=mips{,le}Vladimir Stefanovic
2016-11-04cmd/compile: prevent Noalg from breaking user typesMatthew Dempsky
2016-11-02cmd/compile: compute faulting args before writing args to stackKeith Randall
2016-11-02cmd/compile: do more type conversion inlineKeith Randall
2016-11-02cmd/compile: On a runtime.KeepAlive call, keep whole variable aliveKeith Randall
2016-10-31cmd/compile: avoid nil-ing out a node's Type in typecheckcomplit() on errorDhananjay Nakrani
2016-10-31cmd/compile: initialize Decldepth in all casesDhananjay Nakrani
2016-10-31cmd/compile: mark temps with new AutoTemp flag, and use it.David Chase
2016-10-29cmd/compile: improve error message for unknown fields in structsEmmanuel Odeke
2016-10-29test: add test for gccgo issue #17640Than McIntosh
2016-10-28cmd/compile: improve not enough / too many arguments errorsMatthew Dempsky
2016-10-28cmd/compile: disable various write barrier optimizationsAustin Clements
2016-10-28cmd/compile: move stringtoslicebytetmp to the backendMartin Möhrmann
2016-10-27cmd/compile: use masks instead of branches for slicingKeith Randall
2016-10-27cmd/compile: disallow "init" as aliasRobert Griesemer
2016-10-27cmd/compile: import/export of alias declarationsRobert Griesemer
2016-10-27cmd/compile: emit assignments after calls in the right orderKeith Randall
2016-10-26cmd/compile: add explicit 'where' to EscStep data for explanationsDavid Chase
2016-10-25cmd/compile/internal/gc: enable new parser by defaultMatthew Dempsky
2016-10-25cmd/compile: add a writebarrier phase in SSACherry Zhang
2016-10-25cmd/internal/obj: save link register in leaf function with non-empty frame on...Cherry Zhang
2016-10-25cmd/compile: added test to ensure that accidental fix remainsDavid Chase
2016-10-25cmd/compile: implement package-level aliases (no export yet)Robert Griesemer
2016-10-25test: delete bugs directoryJosh Bleecher Snyder