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
/
interface
Age
Commit message (
Expand
)
Author
2022-09-24
cmd/compile: use "missing method m" instead of "missing m method"
cuiweixie
2022-03-09
cmd/compile: require -p flag
Russ Cox
2021-11-12
cmd/compile: match Go 1.17 compiler error messages more closely
Dan Scales
2021-11-12
cmd/compile/internal/types2: better error for type assertion/switch on type p...
Robert Griesemer
2021-09-23
cmd/compile/internal/types2: avoid "declared but not used" errors for invalid...
Robert Griesemer
2020-12-14
[dev.typeparams] merge: merge branch 'dev.regabi' into 'dev.typeparams'
Robert Griesemer
2020-12-07
[dev.regabi] cmd/compile: silence errors about missing blank methods
Matthew Dempsky
2020-12-03
[dev.typeparams] test: adjust more test cases to match compiler -G output
Robert Griesemer
2020-11-28
test: match gofrontend error messages
Ian Lance Taylor
2019-11-06
test: add tests for runtime.itab.init
Dmitry Vyukov
2017-04-24
cmd/compile: more error position tests for the typechecker
Alberto Donizetti
2017-04-20
cmd/compile: only print one error for bad-type literal in assignment
Alberto Donizetti
2016-11-02
cmd/compile: do more type conversion inline
Keith Randall
2016-08-17
cmd/compile: inline x, ok := y.(T) where T is a scalar
Josh Bleecher Snyder
2016-05-02
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2015-05-07
cmd/internal/gc: improve "type *X has no field or method M" message
David Chase
2015-03-20
cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)
Russ Cox
2014-10-15
cmd/gc: blank methods are not permitted in interface types
Chris Manghane
2013-08-19
cmd/gc: don't attempt to generate wrappers for blank interface methods
Anthony Martin
2012-10-10
test: convert tests to run.go whenever possible.
Rémy Oudompheng
2012-09-23
test: expand run.go's errorcheck, make clear which bugs run
Russ Cox
2012-09-01
cmd/gc: Suggest *T in error for x.(T) if it would work.
Daniel Morsing
2012-08-15
cmd/gc: Don't claim type assertion would help when it wont.
Daniel Morsing
2012-03-22
test: use testlib in a few more cases
Shenghou Ma
2012-02-19
test/interface: document tests
Rob Pike
2012-02-18
test: use testlib (another bunch).
Rémy Oudompheng
2012-02-16
test: use testlib (fourth 100)
Russ Cox
2012-02-03
test: don't use package main for files without a main function
Brad Fitzpatrick
2012-01-21
gc: test case for recursive interface bug.
David Symonds
2011-12-12
gc: implement == on structs and arrays
Russ Cox
2011-12-06
gc: disallow map/func equality via interface comparison
Russ Cox
2011-10-17
reflect: disallow Interface method on Value obtained via unexported name
Russ Cox
2011-09-26
test: silence/coalesce some tests
Russ Cox
2011-09-21
test: match gccgo error messages
Ian Lance Taylor
2011-08-16
errchk: allow multiple patterns
Russ Cox
2011-04-25
fix tree for reflect rename
Russ Cox
2011-04-21
gc: another pointer to interface message
Russ Cox
2011-04-08
update go tree for reflect changes
Russ Cox
2011-03-29
test: add test for interfaces with unexported methods.
Ian Lance Taylor
2011-01-19
delete float, complex - code changes
Russ Cox
2010-09-30
gc, spec, tests: no auto-indirect of pointer to interface value
Russ Cox
2010-09-08
test: Match gccgo error messages.
Ian Lance Taylor
2010-09-04
test: remove semiocolons.
Rob Pike
2010-06-09
gc: more cleanup
Russ Cox
2010-06-08
gc: new typechecking rules
Russ Cox
2010-03-30
single argument panic
Russ Cox
2010-03-24
delete all uses of panicln by rewriting them using panic or,
Rob Pike
2009-11-14
test/interface/receiver.go: expand to do dynamic
Russ Cox
2009-10-25
make 5l ignore multiple defs, remove use of multiple
Kai Backman
2009-10-20
forgot to include in 35898.
Russ Cox
[next]