index
:
delta/go-git.git
dev.boringcrypto
dev.boringcrypto.go1.10
dev.boringcrypto.go1.11
dev.boringcrypto.go1.12
dev.boringcrypto.go1.13
dev.boringcrypto.go1.14
dev.boringcrypto.go1.15
dev.boringcrypto.go1.16
dev.boringcrypto.go1.17
dev.boringcrypto.go1.18
dev.boringcrypto.go1.8
dev.boringcrypto.go1.9
dev.cc
dev.cmdgo
dev.debug
dev.fuzz
dev.garbage
dev.gcfe
dev.go2go
dev.inline
dev.link
dev.power64
dev.regabi
dev.ssa
dev.tls
dev.typealias
dev.typeparams
dev.types
dev.unified
master
q
release-branch.go1
release-branch.go1.1
release-branch.go1.10
release-branch.go1.10-security
release-branch.go1.11
release-branch.go1.11-security
release-branch.go1.12
release-branch.go1.12-security
release-branch.go1.13
release-branch.go1.13-security
release-branch.go1.14
release-branch.go1.14-security
release-branch.go1.15
release-branch.go1.15-security
release-branch.go1.16
release-branch.go1.17
release-branch.go1.18
release-branch.go1.19
release-branch.go1.2
release-branch.go1.20
release-branch.go1.3
release-branch.go1.4
release-branch.go1.5
release-branch.go1.6
release-branch.go1.7
release-branch.go1.8
release-branch.go1.9
release-branch.r57
release-branch.r58
release-branch.r59
release-branch.r60
tls
tmp.shadams
github.com: golang/go
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
interface
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmd/compile: do more type conversion inline
Keith Randall
2016-11-02
1
-13
/
+20
*
cmd/compile: inline x, ok := y.(T) where T is a scalar
Josh Bleecher Snyder
2016-08-17
1
-1
/
+15
*
all: make copyright headers consistent with one space after period
Emmanuel Odeke
2016-05-02
5
-5
/
+5
*
cmd/internal/gc: improve "type *X has no field or method M" message
David Chase
2015-05-07
1
-9
/
+14
*
cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)
Russ Cox
2015-03-20
1
-0
/
+53
*
cmd/gc: blank methods are not permitted in interface types
Chris Manghane
2014-10-15
2
-16
/
+2
*
cmd/gc: don't attempt to generate wrappers for blank interface methods
Anthony Martin
2013-08-19
2
-2
/
+36
*
test: convert tests to run.go whenever possible.
Rémy Oudompheng
2012-10-10
9
-90
/
+97
*
test: expand run.go's errorcheck, make clear which bugs run
Russ Cox
2012-09-23
3
-0
/
+9
*
cmd/gc: Suggest *T in error for x.(T) if it would work.
Daniel Morsing
2012-09-01
1
-0
/
+6
*
cmd/gc: Don't claim type assertion would help when it wont.
Daniel Morsing
2012-08-15
1
-1
/
+1
*
test: use testlib in a few more cases
Shenghou Ma
2012-03-22
3
-3
/
+3
*
test/interface: document tests
Rob Pike
2012-02-19
21
-23
/
+30
*
test: use testlib (another bunch).
Rémy Oudompheng
2012-02-18
3
-3
/
+3
*
test: use testlib (fourth 100)
Russ Cox
2012-02-16
13
-13
/
+13
*
test: don't use package main for files without a main function
Brad Fitzpatrick
2012-02-03
1
-1
/
+1
*
gc: test case for recursive interface bug.
David Symonds
2012-01-21
2
-0
/
+37
*
gc: implement == on structs and arrays
Russ Cox
2011-12-12
1
-2
/
+2
*
gc: disallow map/func equality via interface comparison
Russ Cox
2011-12-06
1
-0
/
+39
*
reflect: disallow Interface method on Value obtained via unexported name
Russ Cox
2011-10-17
1
-20
/
+20
*
test: silence/coalesce some tests
Russ Cox
2011-09-26
2
-3
/
+28
*
test: match gccgo error messages
Ian Lance Taylor
2011-09-21
1
-1
/
+1
*
errchk: allow multiple patterns
Russ Cox
2011-08-16
2
-2
/
+2
*
fix tree for reflect rename
Russ Cox
2011-04-25
1
-1
/
+1
*
gc: another pointer to interface message
Russ Cox
2011-04-21
1
-0
/
+1
*
update go tree for reflect changes
Russ Cox
2011-04-08
1
-12
/
+12
*
test: add test for interfaces with unexported methods.
Ian Lance Taylor
2011-03-29
2
-0
/
+50
*
delete float, complex - code changes
Russ Cox
2011-01-19
1
-8
/
+12
*
gc, spec, tests: no auto-indirect of pointer to interface value
Russ Cox
2010-09-30
2
-22
/
+71
*
test: Match gccgo error messages.
Ian Lance Taylor
2010-09-08
1
-6
/
+6
*
test: remove semiocolons.
Rob Pike
2010-09-04
11
-242
/
+242
*
gc: more cleanup
Russ Cox
2010-06-09
1
-1
/
+20
*
gc: new typechecking rules
Russ Cox
2010-06-08
3
-54
/
+74
*
single argument panic
Russ Cox
2010-03-30
2
-55
/
+64
*
delete all uses of panicln by rewriting them using panic or,
Rob Pike
2010-03-24
1
-52
/
+60
*
test/interface/receiver.go: expand to do dynamic
Russ Cox
2009-11-14
1
-0
/
+8
*
make 5l ignore multiple defs, remove use of multiple
Kai Backman
2009-10-25
1
-1
/
+1
*
forgot to include in 35898.
Russ Cox
2009-10-20
1
-0
/
+29
*
6g bug fixes:
Russ Cox
2009-10-19
2
-21
/
+66
*
fiddling while rome burns: explain why tests are commented out
Rob Pike
2009-10-19
1
-0
/
+2
*
fix "declared and not used" in tests;
Russ Cox
2009-09-14
4
-3
/
+8
*
fix up some irregular indentation
Rob Pike
2009-08-17
1
-79
/
+79
*
delete forward type declarations
Russ Cox
2009-08-12
2
-4
/
+0
*
convert non-pkg go files to whole-package compilation.
Russ Cox
2009-08-12
1
-1
/
+0
*
more 6g reorg; checkpoint.
Russ Cox
2009-08-03
1
-1
/
+1
*
Recognize gccgo error message.
Ian Lance Taylor
2009-07-17
1
-1
/
+1
*
update tests for new reflect
Russ Cox
2009-07-07
1
-10
/
+10
*
allow conversion to interface type
Russ Cox
2009-07-06
1
-4
/
+11
*
another interface conversion test
Russ Cox
2009-05-22
1
-0
/
+25
*
add test for yesterday's interface rule change (interface/convert1.go).
Russ Cox
2009-05-21
13
-0
/
+867