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
/
fixedbugs
/
bug195.go
Age
Commit message (
Expand
)
Author
2024-10-22
go/types: improve recursive type error message
Max Neverov
2022-09-29
go/types, types2: more concise error messages for cycle errors
Robert Griesemer
2022-01-11
test: re-enable most go/tests that were disabled because of types2 differences
Dan Scales
2021-05-26
[dev.typeparams] cmd/compile: adding union support in types1
Dan Scales
2020-12-15
test: update for gofrontend error message changes
Ian Lance Taylor
2020-09-29
cmd/compile: report type loop for invalid recursive types
Matthew Dempsky
2019-09-03
cmd/compile: simplify {defer,resume}checkwidth logic
Matthew Dempsky
2017-03-21
cmd/compile/internal/gc: handle recursive interfaces better
Matthew Dempsky
2012-02-16
test: use testlib (second 100)
Russ Cox
2012-01-26
test: match gccgo error messages
Ian Lance Taylor
2010-08-31
test: gccgo and gc print the error on different lines.
Ian Lance Taylor
2010-02-16
gc: undo attempt at fixing recursive interface embedding
Russ Cox
2010-02-01
gc: bug250, bug251 - recursive interface types
Russ Cox
2009-08-21
more interface embedding tests
Russ Cox
2009-08-21
fix bug195
Russ Cox