summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [dev.go2go] all: merge master (12bb256) into dev.go2goRob Findley2021-03-0456-17/+1272
|\
| * cmd/compile: optimize single-precision floating point square rootfanzha022021-03-021-0/+11
| * all: fix spellingJohn Bampton2021-03-021-1/+1
| * cmd/compile: import empty closure function correctlyDan Scales2021-03-013-0/+51
| * cmd/compile: fix escape analysis of heap-allocated resultsMatthew Dempsky2021-02-271-0/+11
| * cmd/compile: fixed which-result confusion in presence of 0-width typesDavid Chase2021-02-272-0/+34
| * cmd/compile: deal with closures in generic functions and instantiated functio...Dan Scales2021-02-262-3/+89
| * cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le2021-02-261-0/+31
| * cmd/compile: fix missing descend in Addrtaken for closures.Dan Scales2021-02-263-0/+38
| * Revert "cmd/compile: fix mishandling of unsafe-uintptr arguments with call me...Matthew Dempsky2021-02-252-51/+0
| * cmd/compile: declare inlined result params early for empty returnsMatthew Dempsky2021-02-253-0/+23
| * cmd/compile: fix mishandling of unsafe-uintptr arguments with call method in ...Cuong Manh Le2021-02-252-0/+51
| * test: add test case that failed with gccgoIan Lance Taylor2021-02-253-0/+31
| * test: fix inline.go test for linux-amd64-nooptEgon Elbre2021-02-251-7/+12
| * cmd/compile: disable inlining functions with closures for nowDan Scales2021-02-242-2/+2
| * cmd/compile: ARM64 optimize []float64 and []float32 accessEgon Elbre2021-02-242-2/+6
| * cmd/compile: add rule to coalesce writesAlejandro GarcĂ­a Montoro2021-02-241-0/+9
| * cmd/compile: plumb abi info into ssagen/ssaDavid Chase2021-02-241-1/+3
| * cmd/compile: reduce inline cost of OCONVOPEgon Elbre2021-02-241-0/+23
| * docs: fix spellingJohn Bampton2021-02-241-1/+1
| * cmd/compile: improve bit test codeKeith Randall2021-02-231-0/+9
| * cmd/compile: use transitive relations for slice len/cap in posetCuong Manh Le2021-02-231-0/+16
| * test: add test for findTypeLoop with symbols from other packagesCuong Manh Le2021-02-231-0/+23
| * cmd/compile: fix import of functions of multiple nested closureDan Scales2021-02-233-0/+35
| * fix typo in issue16760.gozhengjianxun2021-02-221-1/+1
| * cmd/compile: reject some rare looping CFGs in shortcircuitJosh Bleecher Snyder2021-02-221-0/+21
| * test: add test for issue 38698Josh Bleecher Snyder2021-02-221-0/+23
| * cmd/compile: fix panic in DWARF-gen handling obfuscated codeThan McIntosh2021-02-211-0/+40
| * [dev.typeparams] all: merge master (06b86e9) into dev.typeparamsRobert Griesemer2021-02-195-1/+65
| |\
| | * cmd/compile: fix check to avoid creating new closure function when typecheck...Dan Scales2021-02-193-0/+33
| | * cmd/compile: fix buglet in inlined info abstract function dwarf-genThan McIntosh2021-02-191-0/+30
| | * test: disable nilptr on windows/arm64Russ Cox2021-02-191-1/+2
| * | [dev.typeparams] cmd/compile: support generic types (with stenciling of meth...Dan Scales2021-02-185-0/+267
| * | [dev.typeparams] merge master (2f0da6d) into dev.typeparamsRob Findley2021-02-173-1/+26
| |\ \ | | |/
| | * [dev.regabi] test: run abi/regabipragma test with -c=1dev.regabiCherry Zhang2021-02-162-1/+2
| | * [dev.regabi] all: merge master (ff0e93e) into dev.regabiCherry Zhang2021-02-121-0/+24
| | |\
| | | * cmd/compile: mark concrete call of reflect.(*rtype).Method as REFLECTMETHODCherry Zhang2021-02-101-0/+24
| | * | [dev.regabi] go/types: must not import a package called "init"Rob Findley2021-02-093-0/+21
| * | | [dev.typeparams] cmd/compile: small fixes for stencilingDan Scales2021-02-117-17/+152
| * | | [dev.typeparams] cmd/compile/internal/types2: overlapping embedded interfaces...Robert Griesemer2021-02-101-1/+0
| * | | [dev.typeparams] cmd/compile: make type conversions by type parameters workDan Scales2021-02-101-10/+5
| * | | [dev.typeparams] cmd/compile: handle calling a method on a type param in sten...Dan Scales2021-02-102-0/+127
| * | | [dev.typeparams] merge dev.regabi (618e3c1) into dev.typeparamsRob Findley2021-02-081-2/+2
| |\ \ \ | | |/ /
| | * | [dev.regabi] cmd/compile: reserve X15 as zero register on AMD64Cherry Zhang2021-02-031-2/+2
| * | | [dev.typeparams] cmd/compile/internal/types2: conversions to type parameters ...Robert Griesemer2021-02-081-19/+21
| * | | [dev.typeparams] cmd/compile: allow generic funcs to call other generic funcs...Dan Scales2021-02-082-10/+45
| * | | [dev.typeparams] cmd/compile: add stenciling of simple generic functionsDan Scales2021-02-052-0/+82
| * | | [dev.typeparams] cmd/compile: pass -lang flag value to new type checkerRobert Griesemer2021-02-042-3/+2
| * | | [dev.typeparams] cmd/compile/internal/types2: use 512 bits as max. integer pr...Robert Griesemer2021-02-041-1/+0
* | | | [dev.go2go] all: merge dev.typeparams (dc122c7) into dev.go2goRob Findley2021-02-04446-1575/+5825
|\ \ \ \ | |/ / /