aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-07-07[dev.typeparams] cmd/compile: handle derived types that are converted to inte...Dan Scales
2021-07-07[dev.typeparams] cmd/compile: add built-in name/type "comparable".Dan Scales
2021-07-07[dev.typeparams] cmd/compile: handle the (*T).M method expression with dictio...Dan Scales
2021-07-07[dev.typeparams] test: add regress tests that fail(ed) with -G=3Matthew Dempsky
2021-07-07[dev.typeparams] test: add expected failure mechanismMatthew Dempsky
2021-07-02[dev.typeparams] cmd/compile: start using sub-dictionary entries where neededDan Scales
2021-06-30[dev.typeparams] all: merge master (4711bf3) into dev.typeparamsMatthew Dempsky
2021-06-30[dev.typeparams] cmd/compile: functions to create GC shape types/names for a ...Dan Scales
2021-06-29[dev.typeparams] cmd/compile: use dictionary entries for more conversion casesKeith Randall
2021-06-29cmd/compile: suppress details error for invalid variadic argument typeCuong Manh Le
2021-06-28cmd/compile,runtime: change unsafe.Slice((*T)(nil), 0) to return []T(nil)Matthew Dempsky
2021-06-28[dev.typeparams] cmd/compile: port fix for issue46725 to transform.goDan Scales
2021-06-27[dev.typeparams] cmd/compile: delay method value wrapper generation until walkCuong Manh Le
2021-06-25Merge "[dev.typeparams] all: merge master (37f9a8f) into dev.typeparams" into...Gerrit Code Review
2021-06-25[dev.typeparams] cmd/compile: generate wrappers within unified IRMatthew Dempsky
2021-06-25[dev.typeparams] all: merge master (37f9a8f) into dev.typeparamsCuong Manh Le
2021-06-24[dev.typeparams] test: skip -G=3 testing under GOEXPERIMENT=unifiedMatthew Dempsky
2021-06-24[dev.typeparams] cmd/compile: suppress liveness diagnostics of wrappersMatthew Dempsky
2021-06-24[dev.typeparams] cmd/compile: add derived types and subdictionaries to dicti...Dan Scales
2021-06-24cmd/compile: fix wrong type in SSA generation for OSLICE2ARRPTRCuong Manh Le
2021-06-24[dev.typeparams] cmd/compile: skip escape analysis diagnostics for wrappersMatthew Dempsky
2021-06-23[dev.typeparams] Fix issues related to dictionaries and method calls with emb...Dan Scales
2021-06-23[dev.typeparams] cmd/compile: escape analysis of method expression callsMatthew Dempsky
2021-06-23[dev.typeparams] cmd/compile: move call logic from order.go to escapeMatthew Dempsky
2021-06-17[dev.typeparams] all: add GOEXPERIMENT=unified knobMatthew Dempsky
2021-06-17[dev.typeparams] cmd/compile: make types2 report better error for invalid unt...Cuong Manh Le
2021-06-16[dev.typeparams] cmd/compile/internal/types2: support local defined typesMatthew Dempsky
2021-06-16[dev.typeparams] all: merge master (785a8f6) into dev.typeparamsCuong Manh Le
2021-06-16cmd/compile: better error message for invalid untyped operationCuong Manh Le
2021-06-14[dev.typeparams] all: merge master (fdab5be) into dev.typeparamsMatthew Dempsky
2021-06-14cmd/compile: rewrite a, b = f() to use temporaries when type not identicalCuong Manh Le
2021-06-13cmd/compile: allow ir.OSLICE2ARRPTR in mayCallCuong Manh Le
2021-06-12[dev.typeparams] test: add string quoting support to test/run.goMatthew Dempsky
2021-06-09cmd/compile: make map.zero symbol content-addressableThan McIntosh
2021-06-08[dev.typeparams] cmd/compile, runtime: always enable defer/go wrappingCherry Mui
2021-06-08cmd/compile: use t.AllMethods when sorting typesByStringCuong Manh Le
2021-06-07[dev.typeparams] cmd/compile: allow conversions from type parameter to interfaceKeith Randall
2021-06-07Merge "[dev.typeparams] all: merge master (8212707) into dev.typeparams" into...Gerrit Code Review
2021-06-07[dev.typeparams] cmd/compile: create .dict Param in the package of the instan...Dan Scales
2021-06-07[dev.typeparams] all: merge master (8212707) into dev.typeparamsMatthew Dempsky
2021-06-04[dev.typeparams] cmd/compile: handle dictionaries for top-level instantiationsKeith Randall
2021-06-04[dev.typeparams] cmd/compile: allow inlining in instantiated functionsDan Scales
2021-06-04[dev.typeparams] test: test regabidefers in live.goCherry Mui
2021-06-04[dev.typeparams] cmd/compile: allow go'd closure to escape when compiling run...Cherry Mui
2021-06-04[dev.typeparams] cmd/compile: export/import of recursive generic types.Dan Scales
2021-06-04cmd/compile,go/types: restrict use of unsafe.{Add,Slice} to go1.17 or newerMatthew Dempsky
2021-06-03[dev.typeparams] cmd/compile: allow nil Syms in Sym.LessMatthew Dempsky
2021-06-03[dev.typeparams] cmd/compile: implement clobberdead mode on ARM64Cherry Mui
2021-06-03[dev.typeparams] test: update all the typeparam tests to use the new union/ti...Dan Scales
2021-06-03[dev.typeparams] test: adjust codegen test for register ABI on ARM64Cherry Mui