aboutsummaryrefslogtreecommitdiff
path: root/test/typeparam
AgeCommit message (Expand)Author
2024-04-05cmd/compile: export/import materialized aliasesAlan Donovan
2024-03-26all: fix a large number of commentscui fliter
2024-03-25test: put type declaration back inside the functioncui fliter
2023-12-14all: remove newline characters after return statementsDanil Timerbulatov
2023-12-08cmd/compile: fix error message for mismatch between the number of type params...Raghvender
2023-10-19test: migrate remaining files to go:build syntaxDmitri Shuralyov
2023-09-25all: use the indefinite article an in commentsJes Cok
2023-05-25go/types, types2: don't infer type argument for unused parameter in interfacesRobert Griesemer
2023-05-19cmd/compile: constant-fold loads from constant dictionaries and typesKeith Randall
2023-05-16cmd/compile/internal/noder: suppress unionType consistency checkMatthew Dempsky
2023-03-08test: test for issue 53087Keith Randall
2023-02-27cmd/compile/internal/noder: correct positions for synthetic closuresMatthew Dempsky
2023-01-26cmd/compile/internal/noder: stop creating TUNION typesMatthew Dempsky
2023-01-09all: fix typos in go file commentsMarcel Meyer
2023-01-04cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer
2022-12-03all: fix some comments for methodcui fliter
2022-09-30test: enable issue47631.go for Unified IRCuong Manh Le
2022-09-29go/types, types2: more concise error messages for cycle errorsRobert Griesemer
2022-09-19cmd/compile: skip emitting dictionaries with missing method expressionsMatthew Dempsky
2022-09-19test: add regress test for issue 55101Matthew Dempsky
2022-09-02cmd/compile: restrict //go:notinheap to runtime/internal/sysCuong Manh Le
2022-09-01test: use cgo.Incomplete instead of go:notinheap for "run" testsCuong Manh Le
2022-08-31cmd/compile: reject not-in-heap types as type argumentsMatthew Dempsky
2022-08-30cmd/compile: fix unified IR shapifying recursive instantiated typesCuong Manh Le
2022-08-23Revert "cmd/compile: restore test/nested.go test cases"Matthew Dempsky
2022-08-23cmd/compile: fix unified IR's pointer-shapingMatthew Dempsky
2022-08-23cmd/compile: fix "expression has untyped type" ICE in generic codeMatthew Dempsky
2022-08-23cmd/compile: fix reflect naming of local generic typesMatthew Dempsky
2022-08-23cmd/compile: restore test/nested.go test casesMatthew Dempsky
2022-08-18cmd/compile: enable more inlining for unified IRMatthew Dempsky
2022-08-18cmd/compile: fix devirtualization bug with unified IRMatthew Dempsky
2022-08-18cmd/compile/internal/noder: shape-based stenciling for unified IRMatthew Dempsky
2022-08-09test: test method expressions promoted to derived typesMatthew Dempsky
2022-08-08test: add test case for type parameter method indexingMatthew Dempsky
2022-08-06cmd/compile: fix import/export of ODYNAMICDOTTYPEMatthew Dempsky
2022-08-04[dev.unified] all: merge master (85d87b9) into dev.unifieddev.unifiedMatthew Dempsky
2022-08-01test: improve generic type assertion testMatthew Dempsky
2022-08-01cmd/compile: fix wrong dict pass condition for type assertionsWayne Zuo
2022-07-19[dev.unified] all: merge master (8e1e64c) into dev.unifiedDavid Chase
2022-07-13cmd/compile: fix type assert in dict passWayne Zuo
2022-06-29[dev.unified] test: add regress test for generic select statementsMatthew Dempsky
2022-06-24[dev.unified] all: merge master (5a1c5b8) into dev.unifiedMatthew Dempsky
2022-06-22cmd/compile: don't use dictionary convert to shaped empty interfaceWayne Zuo
2022-06-22cmd/compile: fix assert condition in generic method callWayne Zuo
2022-06-21test: add regress test for #53477Matthew Dempsky
2022-06-18cmd/compile: skip substituting closures in unsafe builtins argumentsCuong Manh Le
2022-06-17test: add regress test for #53419Matthew Dempsky
2022-06-10[dev.unified] test: add regress tests for #53276 and #53328Matthew Dempsky
2022-05-24cmd/compile: catch pointless recursion on function typesDavid Chase
2022-05-17test,misc: fix builders that do not support pluginCuong Manh Le