aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2021-06-02[dev.typeparams] cmd/compile: fix export/import of constants with typeparam typeDan Scales
2021-06-02[dev.typeparams] cmd/compile: add dictionary argument to generic functionsKeith Randall
2021-06-02test: fix error check messages for 2 types2 testsZachary Burkett
2021-06-01[dev.typeparams] cmd/compile: handle ONONAME in subster.nodeCuong Manh Le
2021-05-27[dev.typeparams] cmd/compile/internal/inline: refactor mkinlcallMatthew Dempsky
2021-05-27[dev.typeparams] test: trim list of expected -G=3 failuresMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: simplify inlining variadic callsMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: simplify ~r/~b namingMatthew Dempsky
2021-05-26[dev.typeparams] cmd/compile: always generate (*T).M wrappers for instantiate...Dan Scales
2021-05-26[dev.typeparams] cmd/compile: get type aliases working with generic typesDan Scales
2021-05-26[dev.typeparams] cmd/compile: adding union support in types1Dan Scales
2021-05-25[dev.typeparams] test: fix and update run.go's generics testingMatthew Dempsky
2021-05-25[dev.typeparams] all: merge master (f22ec51) into dev.typeparamsMatthew Dempsky
2021-05-24[dev.typeparams] Don't check typecheck(3) on transform, so no need to export/...Dan Scales
2021-05-24[dev.typeparams] cmd/compile: Fix handling of Name nodes during stencilingDan Scales
2021-05-22cmd/compile: revert CL/316890Than McIntosh
2021-05-21[dev.typeparams] cmd/compile: fix handling of Nname field in (*subster).tstruct.Dan Scales