Sign in
go
/
go
/
632778c3a397f348cc21bc6e3baaf30911827cb5
/
test
/
interface
4224d81
cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)
by Russ Cox
· 10 years ago
db4dad7
cmd/gc: blank methods are not permitted in interface types
by Chris Manghane
· 10 years ago
f316a7e
cmd/gc: don't attempt to generate wrappers for blank interface methods
by Anthony Martin
· 12 years ago
dda1b56
test: convert tests to run.go whenever possible.
by Rémy Oudompheng
· 12 years ago
cd22afa
test: expand run.go's errorcheck, make clear which bugs run
by Russ Cox
· 12 years ago
1c2021c
cmd/gc: Suggest *T in error for x.(T) if it would work.
by Daniel Morsing
· 13 years ago
b04c890
cmd/gc: Don't claim type assertion would help when it wont.
by Daniel Morsing
· 13 years ago
e266283
test: use testlib in a few more cases Introduce a new skip cmd.
by Shenghou Ma
· 13 years ago
13514d4
test/interface: document tests
by Rob Pike
· 13 years ago
2ece2f5
test: use testlib (another bunch).
by Rémy Oudompheng
· 13 years ago
d2cc988
test: use testlib (fourth 100)
by Russ Cox
· 13 years ago
040fe32
test: don't use package main for files without a main function
by Brad Fitzpatrick
· 13 years ago
c3eddc4
gc: test case for recursive interface bug.
by David Symonds
· 13 years ago
196b663
gc: implement == on structs and arrays
by Russ Cox
· 13 years ago
46deaa2
gc: disallow map/func equality via interface comparison
by Russ Cox
· 13 years ago
304cf4d
reflect: disallow Interface method on Value obtained via unexported name
by Russ Cox
· 13 years ago
4bdf1fc
test: silence/coalesce some tests
by Russ Cox
· 13 years ago
9169c27
test: match gccgo error messages
by Ian Lance Taylor
· 13 years ago
a5d7c1f
errchk: allow multiple patterns
by Russ Cox
· 14 years ago
07abf1c
fix tree for reflect rename
by Russ Cox
· 14 years ago
f10a788
gc: another pointer to interface message
by Russ Cox
· 14 years ago
db5c5d6
update go tree for reflect changes
by Russ Cox
· 14 years ago
57c6d36
test: add test for interfaces with unexported methods.
by Ian Lance Taylor
· 14 years ago
f2b5a07
delete float, complex - code changes
by Russ Cox
· 14 years ago
bee2d5b
gc, spec, tests: no auto-indirect of pointer to interface value
by Russ Cox
· 14 years ago
2d8433a
test: Match gccgo error messages.
by Ian Lance Taylor
· 15 years ago
4f61fc9
test: remove semiocolons.
by Rob Pike
· 15 years ago
a2a7d47
gc: more cleanup
by Russ Cox
· 15 years ago
565b5dc
gc: new typechecking rules
by Russ Cox
· 15 years ago
00f9f0c
single argument panic
by Russ Cox
· 15 years ago
325cf8e
delete all uses of panicln by rewriting them using panic or,
by Rob Pike
· 15 years ago
98811f4
test/interface/receiver.go: expand to do dynamic
by Russ Cox
· 15 years ago
dfecedd
make 5l ignore multiple defs, remove use of multiple
by Kai Backman
· 15 years ago
d6b64f2
forgot to include in 35898.
by Russ Cox
· 15 years ago
4c3a85d
6g bug fixes:
by Russ Cox
· 15 years ago
36ccbbd
fiddling while rome burns: explain why tests are commented out
by Rob Pike
· 15 years ago
1a31989
fix "declared and not used" in tests;
by Russ Cox
· 16 years ago
74dd0ab
fix up some irregular indentation
by Rob Pike
· 16 years ago
b5c57fe
delete forward type declarations
by Russ Cox
· 16 years ago
5b62b19
convert non-pkg go files to whole-package compilation.
by Russ Cox
· 16 years ago
9dc22b6
more 6g reorg; checkpoint.
by Russ Cox
· 16 years ago
3321470
Recognize gccgo error message.
by Ian Lance Taylor
· 16 years ago
80e4a05
update tests for new reflect
by Russ Cox
· 16 years ago
d436a70
allow conversion to interface type
by Russ Cox
· 16 years ago
54b0065
another interface conversion test
by Russ Cox
· 16 years ago
b915972
add test for yesterday's interface rule change (interface/convert1.go).
by Russ Cox
· 16 years ago