1. eb63c3f Test that the compiler rejects map types which should not be compatible. by Ian Lance Taylor · 15 years ago
  2. c54cb4c - added missing formatters in templates by Robert Griesemer · 15 years ago
  3. 32e979c mysterious bug: runtime.acid wasn't getting rebuilt by Russ Cox · 15 years ago
  4. 8b2d284 html-escaping of fields that may be user-generated by Robert Griesemer · 15 years ago
  5. 5a02eb6 fix for long label names impacting column width of previous lines by Robert Griesemer · 15 years ago
  6. d2829fa files that are okay from the last gofmt round by Russ Cox · 15 years ago
  7. 58ee1f5 shift for non-64 bit integers. by Kai Backman · 15 years ago
  8. e3fd2e1 godoc search bug fixes: by Robert Griesemer · 15 years ago
  9. 32810a5 code search for godoc: by Robert Griesemer · 15 years ago
  10. f529224 Get the right sigaction struct for the 386 rt_sigaction system by Ian Lance Taylor · 15 years ago
  11. 1228112 bug162, large indices on nil references by Kai Backman · 15 years ago
  12. ae3c999 - gofmt-ify walk.go - fixed several bugs by Robert Griesemer · 15 years ago
  13. 5a75ac8 - indexing component for godoc by Robert Griesemer · 15 years ago
  14. 569a1cd Add encoding/hex by Adam Langley · 15 years ago
  15. 5e6194c Recognize gccgo error messages. by Ian Lance Taylor · 15 years ago
  16. 57035a9 snippet generator for godoc search results by Robert Griesemer · 15 years ago
  17. d493964 add a favicon plus a couple of hi-res versions of gordon by Rob Pike · 15 years ago
  18. 5cc32a5 fix defer. gave up on unified code for defer and go for now. by Kai Backman · 15 years ago
  19. dfecedd make 5l ignore multiple defs, remove use of multiple by Kai Backman · 15 years ago
  20. 9e99383 frame size > StackBig support by Kai Backman · 15 years ago
  21. 6f91ba1 proper syscall convention for arm by Kai Backman · 15 years ago
  22. 68d5c51 fix conditional branch instructions for unsigned ints and by Kai Backman · 15 years ago
  23. c91e89d remove reference to p4 in comment. by Rob Pike · 15 years ago
  24. f860bc0 fixed len/cap for chan. disable gc for now. by Kai Backman · 15 years ago
  25. fb39a4d write install docs by Russ Cox · 15 years ago
  26. 1726e81 publish Request.Write (rename from Request.write) by Rob Pike · 15 years ago
  27. b74fd8e fix build issue cause by transition to hg by Kai Backman · 15 years ago
  28. 942d659 one more argsize fix. we were copying with the correct by Kai Backman · 15 years ago
  29. dec1ec3 all of pkg now compiles, fixes a few more tests by Kai Backman · 15 years ago
  30. 0af8e10 fix off by 4 bug in morestack (lr again). remove storing of r0 by Kai Backman · 15 years ago
  31. a9e03ae fix broken code produced for ominus by Kai Backman · 15 years ago
  32. 03bbfe6 fix off by 4 in newproc arg copying. by Kai Backman · 15 years ago
  33. 34e8075 fix computation of sync delay by Robert Griesemer · 15 years ago
  34. fd5fa4b Fix the sigaction declaration to match the system for Linux. by Ian Lance Taylor · 15 years ago
  35. 057f7d5 s/pc/PC/ in traceback output to match amd64. test/run expects to see "PC". by Ian Lance Taylor · 15 years ago
  36. 95499a2 Fix printer_test.go to invoke Fprint as a method of cfg. by Ian Lance Taylor · 15 years ago
  37. 8f52a82 - make printer interface easily extensible w/o breaking clients (in the future) by Robert Griesemer · 15 years ago
  38. abc6ad4 minor changes to walk by Robert Griesemer · 15 years ago
  39. ba15bbe simple AST walking support by Robert Griesemer · 15 years ago
  40. 242788b silly change to test the code review process by Rob Pike · 15 years ago
  41. 439f9ca add codereview-login command by Russ Cox · 15 years ago
  42. 8a20cfc fix build: no acid by Rob Pike · 15 years ago
  43. eea2573 fix handling of escaped characters like ' " & < > by Russ Cox · 15 years ago
  44. 79a6372 Initial checkin of codereview plugin. by Russ Cox · 15 years ago
  45. 6d96b24 tell Mercurial which files to ignore by Russ Cox · 15 years ago
  46. 219fb02 fix build after Mercurial move. various missing or incorrect files. by Russ Cox · 15 years ago
  47. 90cc4a5 go/printer: - handle HTML tagging via (client-installable) Stylers by Robert Griesemer · 15 years ago
  48. 3040f06 Interface types, values, and type compiler. This does not yet by Austin Clements · 15 years ago
  49. 5bd8c92 go-mode for Emacs. This provides basic syntax highlighting by Austin Clements · 15 years ago
  50. 3227445 add FAQ by Russ Cox · 15 years ago
  51. 09fe283 main landing pages by Russ Cox · 15 years ago
  52. 2cf9dae drop a couple of semicolons for consistency by Rob Pike · 15 years ago
  53. c6e904d have http server in-line PDF files. by Rob Pike · 15 years ago
  54. a8a678f Add SetValue(Value) to the Value interface. by Adam Langley · 15 years ago
  55. f1b9126 fix typo/oversight: s/Title/ToTitle/. the comment was already correct by Rob Pike · 15 years ago
  56. 1d390ce Replace SliceReader with bytes.Buffer. by Adam Langley · 15 years ago
  57. 7d68093 Fix typo in documentation. by Adam Langley · 15 years ago
  58. fd74a83 Add initial x509 code. by Adam Langley · 15 years ago
  59. d7ad3c4 Match gccgo error messages. by Ian Lance Taylor · 15 years ago
  60. c2eb89a change stack splitting comparisons from signed to unsigned (oversight) by Kai Backman · 15 years ago
  61. fbba532 gccgo does not distinguish "use" and "assign" in these error by Ian Lance Taylor · 15 years ago
  62. 6f89f3f initialization by Rob Pike · 15 years ago
  63. 69fc06d Move usr/dsymonds/iterable to src/pkg/exp/iterable. by David Symonds · 15 years ago
  64. f591591 remove superfluous tracing support by Robert Griesemer · 15 years ago
  65. 357b770 base64 -> encoding/base64 by Russ Cox · 15 years ago
  66. 430d462 start the concurrency discussion. work from the outside in because this is a toughie. by Rob Pike · 15 years ago
  67. 4213c22 Updated and simplified gofmt. by Robert Griesemer · 15 years ago
  68. fcc4be8 Add base85, based on base64. by Russ Cox · 15 years ago
  69. 60ff8cc address bug193 and add note to spec about it. by Russ Cox · 15 years ago
  70. 02fd255 bug162, over and over by Russ Cox · 15 years ago
  71. d6b64f2 forgot to include in 35898. by Russ Cox · 15 years ago
  72. dde4090 removed tempalloc/tempfree and replaced with tempname by Kai Backman · 15 years ago
  73. fcb9387 support for 5.out files by Russ Cox · 15 years ago
  74. 33a7bcf getcallerpc and setcallerpc by Kai Backman · 15 years ago
  75. a156486 bug196 by Russ Cox · 15 years ago
  76. 62c4818 bug136 by Russ Cox · 15 years ago
  77. a15aa05 first version of closures. test/closure doesn't yet pass. by Kai Backman · 15 years ago
  78. 1be7476 bug169 by Russ Cox · 15 years ago
  79. 4c3a85d 6g bug fixes: by Russ Cox · 15 years ago
  80. 8fffa1d bug190. by Russ Cox · 15 years ago
  81. 4db52d4 duplicate of bug190 by Russ Cox · 15 years ago
  82. e76cce1 support one-line functions by Robert Griesemer · 15 years ago
  83. d4d4ff0 - method names in method sets/interfaces must be all different by Robert Griesemer · 15 years ago
  84. b4896b4 function literals by Kai Backman · 15 years ago
  85. 21b41be test and fix http redirect handling by Russ Cox · 15 years ago
  86. 36ccbbd fiddling while rome burns: explain why tests are commented out by Rob Pike · 15 years ago
  87. 4d4e885 Add an RSA-OAEP implementation. by Adam Langley · 15 years ago
  88. 4adad65 directory tree walk w/ visitor per rsc's suggestion by Robert Griesemer · 15 years ago
  89. e32883d bug 211: duplicate interface methods not caught by 6g by Rob Pike · 15 years ago
  90. 9f60b03 address leftover post-submit comments about embedding by Rob Pike · 15 years ago
  91. f00be0c more embedding. enough for now? by Rob Pike · 15 years ago
  92. b0dcc6b bug210 by Robert Griesemer · 15 years ago
  93. 8037e3b fix arm build, add 64 bit cgen_asop by Kai Backman · 15 years ago
  94. c58d9ef fix pre-submit editing typo; text is garbled. by Rob Pike · 15 years ago
  95. 8840726 embedding part 1. by Rob Pike · 15 years ago
  96. d5337e9 fix linux build: by Russ Cox · 15 years ago
  97. 22a5c78 rename sys functions to runtime, because they are in package runtime. by Russ Cox · 15 years ago
  98. 488ca3c move math out of runtime. by Russ Cox · 15 years ago
  99. 3c5a570 more description by Russ Cox · 15 years ago
  100. 738c58c improved handling of expression lists by Robert Griesemer · 15 years ago