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