summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* [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.regabi] cmd/compile: reserve X15 as zero register on AMD64Cherry Zhang2021-02-031-2/+2
* | [dev.regabi] all: merge master (fca94ab) into dev.regabiRobert Griesemer2021-02-021-4/+4
|\ \ | |/
| * test: fix incorrectly laid out instructions in issue11656.goTom Thorogood2021-02-011-4/+4
* | [dev.regabi] test: add a test for inlining closuresDan Scales2021-02-011-0/+28
* | [dev.regabi] all: merge master (bf0f7c9) into dev.regabiMatthew Dempsky2021-01-251-0/+45
|\ \ | |/
| * cmd/compile: fix order-of-assignment issue w/ defersMatthew Dempsky2021-01-251-0/+33
* | [dev.regabi] cmd/compile: enable rational constant arithmeticMatthew Dempsky2021-01-252-4/+3
* | [dev.regabi] cmd/compile: backport changes from dev.typeparams (9456804)Matthew Dempsky2021-01-251-1/+1
* | [dev.regabi] cmd/compile: fix escape analysis problem with closuresDan Scales2021-01-231-0/+18
* | [dev.regabi] all: merge master (dab3e5a) into dev.regabiMatthew Dempsky2021-01-229-3/+267
|\ \ | |/
| * cmd/compile: require 'go 1.16' go.mod line for //go:embedRuss Cox2021-01-192-0/+27
| * cmd/compile: fix wrong complement for arm64 floating-point comparisonsJunchen Li2021-01-141-0/+119
| * cmd/compile: fix exponential-time init-cycle reportingRuss Cox2021-01-081-0/+36
| * test: fix timeout code for invoking compilerRuss Cox2021-01-081-3/+11
| * cmd/compile: don't short-circuit copies whose source is volatileKeith Randall2021-01-081-0/+40
| * cmd/compile: fix late expand_calls leaf type for OpStructSelect/OpArraySelectCuong Manh Le2021-01-073-0/+34
* | [dev.regabi] cmd/compile: exporting, importing, and inlining functions with O...Dan Scales2021-01-205-33/+69
* | [dev.regabi] cmd/compile: use '%q' for printing rune values less than 128Cuong Manh Le2021-01-191-0/+11
* | [dev.regabi] cmd/compile: cleanup callTargetLSymMatthew Dempsky2021-01-191-4/+4
* | [dev.regabi] cmd/compile: convert OPANIC argument to interface{} during typec...Matthew Dempsky2021-01-186-13/+13
* | [dev.regabi] cmd/compile: cleanup OAS2FUNC orderingMatthew Dempsky2021-01-161-0/+16
* | [dev.regabi] cmd/compile: don't promote Byval CaptureVars if AddrtakenMatthew Dempsky2021-01-151-0/+18
* | [dev.regabi] test: disable test on windows because expected contains path sep...David Chase2021-01-151-0/+1
* | [dev.regabi] cmd/compile: fix ICE when initializing blank varsMatthew Dempsky2021-01-141-0/+18
* | [dev.regabi] cmd/compile: added limited //go:registerparams pragma for new AB...David Chase2021-01-135-1/+71
* | [dev.regabi] test: make run.go error messages slightly more informativeDavid Chase2021-01-131-22/+22
* | [dev.regabi] cmd/compile: make ordering for InvertFlags more stableDavid Chase2021-01-132-5/+5
* | [dev.regabi] cmd/compile: always use the compile queueMatthew Dempsky2021-01-121-1/+1
* | [dev.regabi] cmd/compile: stop using Vargen for import/exportMatthew Dempsky2021-01-124-1/+54
* | [dev.regabi] cmd/compile: deref PAUTOHEAPs during SSA constructionMatthew Dempsky2021-01-103-13/+73
* | [dev.regabi] cmd/compile: remove toolstash scaffoldingMatthew Dempsky2021-01-052-2/+0
* | [dev.regabi] cmd/compile: reimplement capture analysisMatthew Dempsky2021-01-052-0/+2
* | [dev.regabi] test: enable finalizer tests on !amd64Matthew Dempsky2021-01-052-10/+4
* | [dev.regabi] cmd/compile: fix re-export of parametersMatthew Dempsky2021-01-043-0/+72
* | [dev.regabi] cmd/compile: fix ICE due to large uint64 constantsMatthew Dempsky2021-01-041-0/+33
* | [dev.regabi] cmd/compile: fix map assignment orderMatthew Dempsky2021-01-031-0/+113
* | [dev.regabi] test: add another closure test caseMatthew Dempsky2021-01-011-0/+14
* | [dev.regabi] cmd/compile: fix package-initialization orderMatthew Dempsky2021-01-012-0/+29
* | [dev.regabi] cmd/compile: fix printing of method expressionsMatthew Dempsky2020-12-312-3/+30
* | [dev.regabi] cmd/compile: fix defined-pointer method call checkMatthew Dempsky2020-12-301-0/+124
* | [dev.regabi] cmd/compile: stop mangling SelectorExpr.Sel for ODOTMETHMatthew Dempsky2020-12-281-3/+3
* | [dev.regabi] cmd/compile: cleanup assignment typecheckingMatthew Dempsky2020-12-253-4/+5
* | [dev.regabi] all: merge master (c9fb4eb) into dev.regabiRuss Cox2020-12-221-10/+13
|\ \ | |/
| * test: trigger SIGSEGV instead of SIGTRAP in issue11656.goCherry Zhang2020-12-221-17/+13
| * test: skip issue11656.go on mips/mips64/ppc64Ian Lance Taylor2020-12-211-0/+7
* | [dev.regabi] cmd/compile,cmd/link: initial support for ABI wrappersThan McIntosh2020-12-221-1/+8