aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-06-25cmd/compile: don't mark argument array as noalgKeith Randall
2019-06-23test: update blank1.go for changed gofrontend error messagesIan Lance Taylor
2019-06-20cmd/compile: add necessary operand to mergePoint in rewrite rulesDavid Chase
2019-06-12cmd/compile: fix range analysis of small signed integersMatthew Dempsky
2019-06-10Revert "Revert "cmd/compile,runtime: allocate defer records on the stack""Keith Randall
2019-06-07cmd/link: fix deferreturn detectorKeith Randall
2019-06-06cmd/compile: add -smallframes gc flag for GC latency diagnosisDavid Chase
2019-06-05Revert "cmd/compile,runtime: allocate defer records on the stack"Keith Randall
2019-06-04cmd/compile,runtime: allocate defer records on the stackKeith Randall
2019-06-03runtime: get map of args of unstarted goroutines like we do for defersKeith Randall
2019-05-31cmd/compile: don't move nil checks across a VarDefKeith Randall
2019-05-31test: add a test for gccgo bug #32347Cherry Zhang
2019-05-29cmd/compile: fix package initialization orderingMatthew Dempsky
2019-05-28cmd/compile: process blocks containing only dead values in fuseIfJosh Bleecher Snyder
2019-05-23test: skip a test on failing test on nacl/386Brad Fitzpatrick
2019-05-23test/fixedbugs: fix some tests will not be runLE Manh Cuong
2019-05-22cmd/compile: fix capture-by-reference of return parametersMatthew Dempsky
2019-05-22runtime: revert init order changesKeith Randall
2019-05-21cmd/compile: fix typecheck type alias makes wrong export symbol metadataLE Manh Cuong
2019-05-21test: skip cross-arch codegen tests in all.bashRuss Cox
2019-05-16cmd/compile: fix the error of absorbing boolean tests into block(FGE, FGT)fanzha02
2019-05-14cmd/compile: make sure to initialize static entries of slicesKeith Randall
2019-05-13cmd/compile: correct the argument type in SETXXstore -> MOVBstore rules on AMD64Cherry Zhang
2019-05-11test: use a real use function in nilptr2.goCherry Zhang
2019-05-07cmd/compile: avoid compiler crash for recursive interface typeRobert Griesemer
2019-05-06reflect: special-case panic message when returning Value{} from MakeFunc func...Keith Randall
2019-05-03cmd/compile: add math/bits.{Add,Sub}64 intrinsics on s390xMichael Munday
2019-05-03cmd/compile: fix isStaticCompositeLiteral reports wrong for struct fieldLE Manh Cuong
2019-05-02cmd/compile: disable Go1.13 language features for -lang=go1.12 and belowRobert Griesemer
2019-05-01cmd/compile: fix maplit init panics for dynamic entryLE Manh Cuong
2019-05-01test: enable more memcombine tests for ppc64leLynn Boger
2019-04-30cmd/compile: add signed divisibility rulesBrian Kessler
2019-04-30cmd/compile: fix line numbers for index panicsKeith Randall
2019-04-29testing: delay flag registration; move to an Init functionCaleb Spare
2019-04-28cmd/compile: intrinsify math/bits.Add64 for ppc64xCarlos Eduardo Seo
2019-04-27cmd/compile: add unsigned divisibility rulesBrian Kessler
2019-04-25cmd/compile: add signed divisibility by power of 2 rulesBrian Kessler
2019-04-25cmd/compile: don't initialize blank struct fieldsJosh Bleecher Snyder
2019-04-24test: new test for issue 31637Than McIntosh
2019-04-23Revert "cmd/compile: add signed divisibility by power of 2 rules"Keith Randall
2019-04-23cmd/compile: add signed divisibility by power of 2 rulesBrian Kessler
2019-04-23cmd/compile: always mark atColumn1 results as statementsKeith Randall
2019-04-22cmd/compile: use correct package name for stack object symbolKeith Randall
2019-04-22cmd/compile: intrinsify math/bits.Sub64 for arm64erifan01
2019-04-20cmd/compile: reduce bits.Div64(0, lo, y) to 64 bit divisionJosh Bleecher Snyder
2019-04-19cmd/compile: fix ICE from go/defer call to variadic functionMatthew Dempsky
2019-04-19cmd/compile: shortcut intrinsic inlining AFTER getcallerXX checkDavid Chase
2019-04-17test: fix escape_runtime_atomic.goMatthew Dempsky
2019-04-17runtime/internal/atomic: remove bad go:noescape annotations on LoadpMatthew Dempsky
2019-04-17test: add escape regress for empty variadic functionMichael Fraenkel