aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-03-04[dev.go2go] all: merge master (12bb256) into dev.go2goRob Findley
2021-03-02cmd/compile: optimize single-precision floating point square rootfanzha02
2021-03-02all: fix spellingJohn Bampton
2021-03-01cmd/compile: import empty closure function correctlyDan Scales
2021-02-27cmd/compile: fix escape analysis of heap-allocated resultsMatthew Dempsky
2021-02-27cmd/compile: fixed which-result confusion in presence of 0-width typesDavid Chase
2021-02-26cmd/compile: deal with closures in generic functions and instantiated functio...Dan Scales
2021-02-26cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le
2021-02-26cmd/compile: fix missing descend in Addrtaken for closures.Dan Scales
2021-02-25Revert "cmd/compile: fix mishandling of unsafe-uintptr arguments with call me...Matthew Dempsky
2021-02-25cmd/compile: declare inlined result params early for empty returnsMatthew Dempsky
2021-02-25cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le
2021-02-25test: add test case that failed with gccgoIan Lance Taylor
2021-02-25test: fix inline.go test for linux-amd64-nooptEgon Elbre
2021-02-24cmd/compile: disable inlining functions with closures for nowDan Scales
2021-02-24cmd/compile: ARM64 optimize []float64 and []float32 accessEgon Elbre
2021-02-24cmd/compile: add rule to coalesce writesAlejandro GarcĂ­a Montoro
2021-02-24cmd/compile: plumb abi info into ssagen/ssaDavid Chase
2021-02-24cmd/compile: reduce inline cost of OCONVOPEgon Elbre
2021-02-24docs: fix spellingJohn Bampton
2021-02-23cmd/compile: improve bit test codeKeith Randall
2021-02-23cmd/compile: use transitive relations for slice len/cap in posetCuong Manh Le
2021-02-23test: add test for findTypeLoop with symbols from other packagesCuong Manh Le
2021-02-23cmd/compile: fix import of functions of multiple nested closureDan Scales
2021-02-22fix typo in issue16760.gozhengjianxun
2021-02-22cmd/compile: reject some rare looping CFGs in shortcircuitJosh Bleecher Snyder
2021-02-22test: add test for issue 38698Josh Bleecher Snyder
2021-02-21cmd/compile: fix panic in DWARF-gen handling obfuscated codeThan McIntosh
2021-02-19[dev.typeparams] all: merge master (06b86e9) into dev.typeparamsRobert Griesemer
2021-02-19cmd/compile: fix check to avoid creating new closure function when typecheck...Dan Scales
2021-02-19cmd/compile: fix buglet in inlined info abstract function dwarf-genThan McIntosh
2021-02-19test: disable nilptr on windows/arm64Russ Cox
2021-02-18[dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales
2021-02-17[dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley
2021-02-16[dev.regabi] test: run abi/regabipragma test with -c=1dev.regabiCherry Zhang
2021-02-12[dev.regabi] all: merge master (ff0e93e) into dev.regabiCherry Zhang
2021-02-11[dev.typeparams] cmd/compile: small fixes for stencilingDan Scales
2021-02-10cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHODCherry Zhang
2021-02-10[dev.typeparams] cmd/compile/internal/types2: overlapping embedded interfaces...Robert Griesemer
2021-02-10[dev.typeparams] cmd/compile: make type conversions by type parameters workDan Scales
2021-02-10[dev.typeparams] cmd/compile: handle calling a method on a type param in sten...Dan Scales
2021-02-09[dev.regabi] go/types: must not import a package called "init"Rob Findley
2021-02-08[dev.typeparams] merge dev.regabi (618e3c1) into dev.typeparamsRob Findley
2021-02-08[dev.typeparams] cmd/compile/internal/types2: conversions to type parameters ...Robert Griesemer
2021-02-08[dev.typeparams] cmd/compile: allow generic funcs to call other generic funcs...Dan Scales
2021-02-05[dev.typeparams] cmd/compile: add stenciling of simple generic functionsDan Scales
2021-02-04[dev.typeparams] cmd/compile: pass -lang flag value to new type checkerRobert Griesemer
2021-02-04[dev.typeparams] cmd/compile/internal/types2: use 512 bits as max. integer pr...Robert Griesemer
2021-02-04[dev.go2go] all: merge dev.typeparams (dc122c7) into dev.go2goRob Findley
2021-02-03[dev.regabi] cmd/compile: reserve X15 as zero register on AMD64Cherry Zhang