1. 4bdf1fc test: silence/coalesce some tests by Russ Cox · 14 years ago
  2. 67d48da test: merge nilptr/* into one test by Russ Cox · 14 years ago
  3. 5f172fa test: Add test for inheriting private method from anonymous field. by Ian Lance Taylor · 14 years ago
  4. ac1b954 ld: grow dwarf includestack on demand. by Luuk van Dijk · 14 years ago
  5. 335da67 gc: make static initialization more static by Russ Cox · 14 years ago
  6. 03e9ea5 runtime: simplify stack traces by Russ Cox · 14 years ago
  7. b4bb970 gc: handle go print() and go println() by Stephen Ma · 14 years ago
  8. 5ab096d gc: implement new shift rules by Russ Cox · 14 years ago
  9. 8c20787 test: test cases for issue 1708. by Robert Griesemer · 14 years ago
  10. 0b209b3 gc: relax assignability of method receivers by Anthony Martin · 14 years ago
  11. 5ff3336 gc: correct handling of unexported method names in embedded interfaces by Russ Cox · 14 years ago
  12. de5616f gc: print of unsafe.Pointer by Russ Cox · 14 years ago
  13. 3dbf658 test: adjust bug324 to expect run-time failure, not compile-time. by Ian Lance Taylor · 14 years ago
  14. 61c9d3f test: adjust bugs/bug322 to match current spec. by Ian Lance Taylor · 14 years ago
  15. ad8b0d9 bug324.go: test case for issue 1550 by Robert Griesemer · 14 years ago
  16. 459da21 issue 1402: added test case by Robert Griesemer · 14 years ago
  17. f4e76d8 replace non-blocking send, receive syntax with select by Russ Cox · 14 years ago
  18. f2b5a07 delete float, complex - code changes by Russ Cox · 14 years ago
  19. 1230700 runtime: print signal information during panic by Russ Cox · 14 years ago
  20. dc9a3b2 gc: align structs according to max alignment of fields by Russ Cox · 14 years ago
  21. 5667d82 fix build by Robert Griesemer · 15 years ago
  22. b9988ed test: Add test for //line (currently fails). by Ian Lance Taylor · 15 years ago
  23. c6cb303 gc: bug299, bug300 by Russ Cox · 15 years ago
  24. 500425a bug300: literal types must not be parenthesized by Robert Griesemer · 15 years ago
  25. 7734ad5 bug299: parenthesized receiver types/anonymous fields are illegal by Robert Griesemer · 15 years ago
  26. 08a263a gc: bug291 by Russ Cox · 15 years ago
  27. 17f90c6 gc: fix handling of types inside function bodies by Russ Cox · 15 years ago
  28. 21ff75b complex divide: match C99 implementation by Russ Cox · 15 years ago
  29. c9172fb runtime: correct fault for 16-bit divide on Leopard by Russ Cox · 15 years ago
  30. dee4db0 Add test for division by zero. by Rob Pike · 15 years ago
  31. fb279e7 bug286: test case by Robert Griesemer · 15 years ago
  32. 565b5dc gc: new typechecking rules by Russ Cox · 15 years ago
  33. f892540 fix build by Russ Cox · 15 years ago
  34. 86c9aca bug285: assignment compatible map keys must be accepted by Robert Griesemer · 15 years ago
  35. c0b378f bug284: additional conversion test case by Robert Griesemer · 15 years ago
  36. 3b1e4b2 bug284: test cases for new conversion rules by Robert Griesemer · 15 years ago
  37. 426fef5 fix build - forgot golden.out by Russ Cox · 15 years ago
  38. 2034f721 bug277: tests for conversion syntax by Robert Griesemer · 15 years ago
  39. 09b2de7 fix bug 275 by Ken Thompson · 15 years ago
  40. ce7487b bug275: cannot apply real() to a complex array element by Robert Griesemer · 15 years ago
  41. 434c437 bug274: test case for issue 777 by Robert Griesemer · 15 years ago
  42. 32df678 gc: bug264 by Russ Cox · 15 years ago
  43. a9425c7 test: test of static initialization (fails) by Russ Cox · 15 years ago
  44. b5f54db gc: bug267 by Russ Cox · 15 years ago
  45. d971f71 6g bug: no need for parens around array index expression by Robert Griesemer · 15 years ago
  46. f75d0d2 runtime: turn run time errors checks into panics by Russ Cox · 15 years ago
  47. 63e878a runtime: make type assertion a runtime.Error, the first of many by Russ Cox · 15 years ago
  48. 9b1507b gc: implement panic and recover by Russ Cox · 15 years ago
  49. 00f9f0c single argument panic by Russ Cox · 15 years ago
  50. 3908c16 gc: bug265 by Russ Cox · 15 years ago
  51. 71f5fa3 bug265: test case for issue 700 by Robert Griesemer · 15 years ago
  52. c93273c bug264 didn't report BUG correctly, caused "fail" from test/run by Rob Pike · 15 years ago
  53. a291e99 bug264: test case for issue 692 by Robert Griesemer · 15 years ago
  54. 4408659 gc: various map-related bug fixes by Russ Cox · 15 years ago
  55. 270ab18 fix amd64 build (golden.out) by Russ Cox · 15 years ago
  56. f229c8b identical complex implementation by Ken Thompson · 15 years ago
  57. 4b22e1b Generate same output on all architectures. by Ian Lance Taylor · 15 years ago
  58. 6e3853e add a test that structures pack. 6g fails. by Rob Pike · 15 years ago
  59. 486d9eb test: fix 386 build (missing complex) by Russ Cox · 15 years ago
  60. 7d4b1e4 more on type complex. getting close. by Ken Thompson · 15 years ago
  61. 1734cb0 gc: recursive interface embedding by Russ Cox · 15 years ago
  62. 7b5789b gc: undo attempt at fixing recursive interface embedding by Russ Cox · 15 years ago
  63. 674458e gc: bug246 by Russ Cox · 15 years ago
  64. 0bd41e2 gc: bug242 by Russ Cox · 15 years ago
  65. a186b77 gc: implement defer print/println/panic/panicln by Russ Cox · 15 years ago
  66. 2a01d72 gc: improved syntax errors by Russ Cox · 15 years ago
  67. 7abb4b3 gc: fix chan <- chan precedence. also allow func() func(). by Russ Cox · 15 years ago
  68. f4dfbd1 channel types parsed not according to spec by 6g by Robert Griesemer · 15 years ago
  69. 19126320 runtime, type switch: eliminate package global name space assumption by Russ Cox · 15 years ago
  70. ee6b883 add bug246 (issue 492) by Russ Cox · 15 years ago
  71. 32e2ae0 Test order of evaluation in tuple assignments. by Ian Lance Taylor · 15 years ago
  72. 307a899 gc: bug238 by Russ Cox · 15 years ago
  73. c7bd61a Test case for issue 475 and related bug. by Robert Griesemer · 15 years ago
  74. a947d0d test case for issue 471 by Robert Griesemer · 15 years ago
  75. 50d6c81 runtime: fix race condition by Adam Langley · 15 years ago
  76. c6e316a4 gc: handle _ = <-c in select. by Russ Cox · 15 years ago
  77. 5fd4f76 bug219: parsing difficulties with 6g by Robert Griesemer · 15 years ago
  78. 3c5dbb0 bug218.go: testcase for issue 238 by Robert Griesemer · 15 years ago
  79. da77679 drop output from nilptr tests; by Russ Cox · 15 years ago
  80. 71983af bug212, bug213. by Russ Cox · 15 years ago
  81. 9dd2e1e nil pointer checks in 8g. by Russ Cox · 15 years ago
  82. f305d04 Bug: 6g accepts fallthrough in type switch. by Ian Lance Taylor · 15 years ago
  83. eb63c3f Test that the compiler rejects map types which should not be compatible. by Ian Lance Taylor · 15 years ago
  84. 60ff8cc address bug193 and add note to spec about it. by Russ Cox · 15 years ago
  85. 02fd255 bug162, over and over by Russ Cox · 15 years ago
  86. a156486 bug196 by Russ Cox · 15 years ago
  87. 62c4818 bug136 by Russ Cox · 15 years ago
  88. 1be7476 bug169 by Russ Cox · 15 years ago
  89. 4c3a85d 6g bug fixes: by Russ Cox · 15 years ago
  90. 8fffa1d bug190. by Russ Cox · 15 years ago
  91. e32883d bug 211: duplicate interface methods not caught by 6g by Rob Pike · 15 years ago
  92. b0dcc6b bug210 by Robert Griesemer · 15 years ago
  93. 2372408 sort errors by line number by Russ Cox · 15 years ago
  94. 867e10f fix build by Russ Cox · 15 years ago
  95. d5c4142 bug209.go by Robert Griesemer · 15 years ago
  96. 680ee6a add & fix bug208, from ken. fix bug198. by Russ Cox · 15 years ago
  97. 2204cfd fix bug206. delay calls to savex as long as possible. by Russ Cox · 16 years ago
  98. 757fe32 fix bug206 output on different platforms by Russ Cox · 16 years ago
  99. 82540eb bug206 by Robert Griesemer · 16 years ago
  100. e780fa8 defining package block names must override universe block names. by Russ Cox · 16 years ago