1. e7173df test: migrate remaining tests to run.go by Josh Bleecher Snyder · 10 years ago
  2. 9aef20e cmd/gc: fix wrong interaction between inlining and embedded builtins. by Rémy Oudompheng · 12 years ago
  3. cd22afa test: expand run.go's errorcheck, make clear which bugs run by Russ Cox · 13 years ago
  4. 8f3c205 cmd/6g, cmd/8g: eliminate short integer arithmetic when possible. by Rémy Oudompheng · 13 years ago
  5. ce69666 exp/locale/collate: avoid 16-bit math by Russ Cox · 13 years ago
  6. 81d9621 cmd/gc: test for issue 3552 by Luuk van Dijk · 13 years ago
  7. 987a580 cmd/gc: do not confuse unexported methods of same name by Russ Cox · 13 years ago
  8. 69015b6 test: bug424: wrong embedded method called by Robert Griesemer · 13 years ago
  9. 290e68b gc: undo most of 'fix infinite recursion for embedded interfaces' by Russ Cox · 13 years ago
  10. 1cb7f85 gc: 0 expected bugs by Russ Cox · 13 years ago
  11. 5f172fa test: Add test for inheriting private method from anonymous field. by Ian Lance Taylor · 14 years ago
  12. 0b209b3 gc: relax assignability of method receivers by Anthony Martin · 14 years ago
  13. 5ff3336 gc: correct handling of unexported method names in embedded interfaces by Russ Cox · 14 years ago
  14. 3dbf658 test: adjust bug324 to expect run-time failure, not compile-time. by Ian Lance Taylor · 14 years ago
  15. 61c9d3f test: adjust bugs/bug322 to match current spec. by Ian Lance Taylor · 14 years ago
  16. ad8b0d9 bug324.go: test case for issue 1550 by Robert Griesemer · 14 years ago
  17. 459da21 issue 1402: added test case by Robert Griesemer · 14 years ago
  18. dc9a3b2 gc: align structs according to max alignment of fields by Russ Cox · 14 years ago
  19. 5667d82 fix build by Robert Griesemer · 15 years ago
  20. b9988ed test: Add test for //line (currently fails). by Ian Lance Taylor · 15 years ago
  21. c6cb303 gc: bug299, bug300 by Russ Cox · 15 years ago
  22. 500425a bug300: literal types must not be parenthesized by Robert Griesemer · 15 years ago
  23. 7734ad5 bug299: parenthesized receiver types/anonymous fields are illegal by Robert Griesemer · 15 years ago
  24. 691d765 gc: bug274 by Russ Cox · 15 years ago
  25. 17f90c6 gc: fix handling of types inside function bodies by Russ Cox · 15 years ago
  26. fb279e7 bug286: test case by Robert Griesemer · 15 years ago
  27. 565b5dc gc: new typechecking rules by Russ Cox · 15 years ago
  28. f892540 fix build by Russ Cox · 15 years ago
  29. 57a62a8 bug284: make conversion legal, fix error patterns by Russ Cox · 15 years ago
  30. 2ec58f7 bug285: delete invalid map assignment by Russ Cox · 15 years ago
  31. 86c9aca bug285: assignment compatible map keys must be accepted by Robert Griesemer · 15 years ago
  32. c0b378f bug284: additional conversion test case by Robert Griesemer · 15 years ago
  33. 3b1e4b2 bug284: test cases for new conversion rules by Robert Griesemer · 15 years ago
  34. 2e9b67a gc: bug277 - new conversion syntax by Russ Cox · 15 years ago
  35. 2034f721 bug277: tests for conversion syntax by Robert Griesemer · 15 years ago
  36. 333002b clean up bug 275 by Ken Thompson · 15 years ago
  37. ce7487b bug275: cannot apply real() to a complex array element by Robert Griesemer · 15 years ago
  38. 434c437 bug274: test case for issue 777 by Robert Griesemer · 15 years ago
  39. 32df678 gc: bug264 by Russ Cox · 15 years ago
  40. b5f54db gc: bug267 by Russ Cox · 15 years ago
  41. d971f71 6g bug: no need for parens around array index expression by Robert Griesemer · 15 years ago
  42. 3908c16 gc: bug265 by Russ Cox · 15 years ago
  43. 71f5fa3 bug265: test case for issue 700 by Robert Griesemer · 15 years ago
  44. c93273c bug264 didn't report BUG correctly, caused "fail" from test/run by Rob Pike · 15 years ago
  45. a291e99 bug264: test case for issue 692 by Robert Griesemer · 15 years ago
  46. 4b22e1b Generate same output on all architectures. by Ian Lance Taylor · 15 years ago
  47. 6e3853e add a test that structures pack. 6g fails. by Rob Pike · 15 years ago
  48. 1734cb0 gc: recursive interface embedding by Russ Cox · 15 years ago
  49. 7b5789b gc: undo attempt at fixing recursive interface embedding by Russ Cox · 15 years ago
  50. 674458e gc: bug246 by Russ Cox · 15 years ago
  51. 0bd41e2 gc: bug242 by Russ Cox · 15 years ago
  52. 5bb7bf0 Fix expected string. by Ian Lance Taylor · 15 years ago
  53. 7abb4b3 gc: fix chan <- chan precedence. also allow func() func(). by Russ Cox · 15 years ago
  54. f4dfbd1 channel types parsed not according to spec by 6g by Robert Griesemer · 15 years ago
  55. ee6b883 add bug246 (issue 492) by Russ Cox · 15 years ago
  56. 32e2ae0 Test order of evaluation in tuple assignments. by Ian Lance Taylor · 15 years ago
  57. 307a899 gc: bug238 by Russ Cox · 15 years ago
  58. 1b1f39e gc: bug219, bug239, bug240 by Russ Cox · 15 years ago
  59. c7bd61a Test case for issue 475 and related bug. by Robert Griesemer · 15 years ago
  60. a947d0d test case for issue 471 by Robert Griesemer · 15 years ago
  61. c6e316a4 gc: handle _ = <-c in select. by Russ Cox · 15 years ago
  62. 5fd4f76 bug219: parsing difficulties with 6g by Robert Griesemer · 15 years ago
  63. 3c5dbb0 bug218.go: testcase for issue 238 by Robert Griesemer · 15 years ago
  64. 71983af bug212, bug213. by Russ Cox · 15 years ago
  65. 6358cac We should not silently permit a named type to match an unnamed by Ian Lance Taylor · 15 years ago
  66. f305d04 Bug: 6g accepts fallthrough in type switch. by Ian Lance Taylor · 15 years ago
  67. eb63c3f Test that the compiler rejects map types which should not be compatible. by Ian Lance Taylor · 15 years ago
  68. 60ff8cc address bug193 and add note to spec about it. by Russ Cox · 15 years ago
  69. 02fd255 bug162, over and over by Russ Cox · 15 years ago
  70. a156486 bug196 by Russ Cox · 15 years ago
  71. 62c4818 bug136 by Russ Cox · 15 years ago
  72. 1be7476 bug169 by Russ Cox · 15 years ago
  73. 4c3a85d 6g bug fixes: by Russ Cox · 15 years ago
  74. 8fffa1d bug190. by Russ Cox · 15 years ago
  75. 4db52d4 duplicate of bug190 by Russ Cox · 15 years ago
  76. e32883d bug 211: duplicate interface methods not caught by 6g by Rob Pike · 15 years ago
  77. b0dcc6b bug210 by Robert Griesemer · 15 years ago
  78. c736b65 bug209 by Russ Cox · 15 years ago
  79. d5c4142 bug209.go by Robert Griesemer · 15 years ago
  80. 680ee6a add & fix bug208, from ken. fix bug198. by Russ Cox · 15 years ago
  81. ae54cf7 last round: non-package code by Russ Cox · 16 years ago
  82. 1a31989 fix "declared and not used" in tests; by Russ Cox · 16 years ago
  83. 2204cfd fix bug206. delay calls to savex as long as possible. by Russ Cox · 16 years ago
  84. 82540eb bug206 by Robert Griesemer · 16 years ago
  85. e780fa8 defining package block names must override universe block names. by Russ Cox · 16 years ago
  86. a18208f fix range on invalid utf8 bug by Russ Cox · 16 years ago
  87. cf336b1 partial rune at end makes string range loop forever by Rob Pike · 16 years ago
  88. 262b646 fix bug187 (itself buggy) by Russ Cox · 16 years ago
  89. 79606b9 Cascading errors lead to a compiler crash. by Ian Lance Taylor · 16 years ago
  90. d66d65d bug132 by Russ Cox · 16 years ago
  91. ef3e681 bug189 by Russ Cox · 16 years ago
  92. 59e2e54 fix bug195 by Russ Cox · 16 years ago
  93. e1c5d17 fix crash in bug194; add bug196 by Russ Cox · 16 years ago
  94. 5261be2 A test for an interface which uses a forward declared type by Ian Lance Taylor · 16 years ago
  95. 1f1551f Test composite literals with undeclared types. This crashed by Ian Lance Taylor · 16 years ago
  96. cfa52e5 unexpected shift conversion behavior by Robert Griesemer · 16 years ago
  97. 42e9db1 Test that a type can refer to itself recursively as long as it by Ian Lance Taylor · 16 years ago
  98. 74dd0ab fix up some irregular indentation by Rob Pike · 16 years ago
  99. 6f911cc 6g bug: struct initializers must provide all field values unless the fields are named by Robert Griesemer · 16 years ago
  100. 66beb2f fix bug187 not to crash by Russ Cox · 16 years ago