index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
typeparam
Age
Commit message (
Expand
)
Author
2026-03-09
cmd/compile, go/*: allow generic methods starting with Go 1.27
Robert Griesemer
2026-02-19
cmd/compile, go/*: move method type parameter checks from parsers to type che...
Robert Griesemer
2025-12-30
all: fix some minor grammatical issues in the comments
cuishuang
2025-10-29
runtime: use internal/strconv
Russ Cox
2025-10-13
go/types, types2: permit type cycles through type parameter lists
Robert Griesemer
2024-04-05
cmd/compile: export/import materialized aliases
Alan Donovan
2024-03-26
all: fix a large number of comments
cui fliter
2024-03-25
test: put type declaration back inside the function
cui fliter
2023-12-14
all: remove newline characters after return statements
Danil Timerbulatov
2023-12-08
cmd/compile: fix error message for mismatch between the number of type params...
Raghvender
2023-10-19
test: migrate remaining files to go:build syntax
Dmitri Shuralyov
2023-09-25
all: use the indefinite article an in comments
Jes Cok
2023-05-25
go/types, types2: don't infer type argument for unused parameter in interfaces
Robert Griesemer
2023-05-19
cmd/compile: constant-fold loads from constant dictionaries and types
Keith Randall
2023-05-16
cmd/compile/internal/noder: suppress unionType consistency check
Matthew Dempsky
2023-03-08
test: test for issue 53087
Keith Randall
2023-02-27
cmd/compile/internal/noder: correct positions for synthetic closures
Matthew Dempsky
2023-01-26
cmd/compile/internal/noder: stop creating TUNION types
Matthew Dempsky
2023-01-09
all: fix typos in go file comments
Marcel Meyer
2023-01-04
cmd/compile: use "satisfies" (not "implements") for constraint errors
Robert Griesemer
2022-12-03
all: fix some comments for method
cui fliter
2022-09-30
test: enable issue47631.go for Unified IR
Cuong Manh Le
2022-09-29
go/types, types2: more concise error messages for cycle errors
Robert Griesemer
2022-09-19
cmd/compile: skip emitting dictionaries with missing method expressions
Matthew Dempsky
2022-09-19
test: add regress test for issue 55101
Matthew Dempsky
2022-09-02
cmd/compile: restrict //go:notinheap to runtime/internal/sys
Cuong Manh Le
2022-09-01
test: use cgo.Incomplete instead of go:notinheap for "run" tests
Cuong Manh Le
2022-08-31
cmd/compile: reject not-in-heap types as type arguments
Matthew Dempsky
2022-08-30
cmd/compile: fix unified IR shapifying recursive instantiated types
Cuong Manh Le
2022-08-23
Revert "cmd/compile: restore test/nested.go test cases"
Matthew Dempsky
2022-08-23
cmd/compile: fix unified IR's pointer-shaping
Matthew Dempsky
2022-08-23
cmd/compile: fix "expression has untyped type" ICE in generic code
Matthew Dempsky
2022-08-23
cmd/compile: fix reflect naming of local generic types
Matthew Dempsky
2022-08-23
cmd/compile: restore test/nested.go test cases
Matthew Dempsky
2022-08-18
cmd/compile: enable more inlining for unified IR
Matthew Dempsky
2022-08-18
cmd/compile: fix devirtualization bug with unified IR
Matthew Dempsky
2022-08-18
cmd/compile/internal/noder: shape-based stenciling for unified IR
Matthew Dempsky
2022-08-09
test: test method expressions promoted to derived types
Matthew Dempsky
2022-08-08
test: add test case for type parameter method indexing
Matthew Dempsky
2022-08-06
cmd/compile: fix import/export of ODYNAMICDOTTYPE
Matthew Dempsky
2022-08-04
[dev.unified] all: merge master (85d87b9) into dev.unified
Matthew Dempsky
2022-08-01
test: improve generic type assertion test
Matthew Dempsky
2022-08-01
cmd/compile: fix wrong dict pass condition for type assertions
Wayne Zuo
2022-07-19
[dev.unified] all: merge master (8e1e64c) into dev.unified
David Chase
2022-07-13
cmd/compile: fix type assert in dict pass
Wayne Zuo
2022-06-29
[dev.unified] test: add regress test for generic select statements
Matthew Dempsky
2022-06-24
[dev.unified] all: merge master (5a1c5b8) into dev.unified
Matthew Dempsky
2022-06-22
cmd/compile: don't use dictionary convert to shaped empty interface
Wayne Zuo
2022-06-22
cmd/compile: fix assert condition in generic method call
Wayne Zuo
2022-06-21
test: add regress test for #53477
Matthew Dempsky
[next]