1. 461dd91 change Go logo to link to home page by Russ Cox · 16 years ago
  2. 7756726 Preparation for moving scanner into a lib: by Robert Griesemer · 16 years ago
  3. 337ce22 rephrase redundancy. by Rob Pike · 16 years ago
  4. e8e894b enable pretty in run.bash by Rob Pike · 16 years ago
  5. 5ef8e1d update missed test case to {} by Rob Pike · 16 years ago
  6. 63b332e - allow ()'s and {}'s for now when parsing calls/composite literals by Robert Griesemer · 16 years ago
  7. 7a5e97b The final piece of the alternative to my parens proposal by Russ Cox · 16 years ago
  8. 49cc649 back to T{x}, stricter handling of T(x) vs x.(T) by Russ Cox · 16 years ago
  9. be2edb5 Automated g4 rollback of changelist 25024, plus significant hand editing. by Russ Cox · 16 years ago
  10. e8b4319 clarify conversions vs type guards. allow conversions between equal types. by Russ Cox · 16 years ago
  11. d169268 scanner cleanup - getting it ready to as a library by Robert Griesemer · 16 years ago
  12. da34bea redo poor example of slices. by Rob Pike · 16 years ago
  13. da38974 address most of the editorial comments through "types" by Rob Pike · 16 years ago
  14. ea3d454 - itob - more test cases by Robert Griesemer · 16 years ago
  15. 426335f delete paragraph about unimplemented select-on-type feature. by Rob Pike · 16 years ago
  16. 4659685 Packages. by Rob Pike · 16 years ago
  17. e9b4058 fix names: s/fd/r/ by Russ Cox · 16 years ago
  18. 96750f1 most of the rest. only the package section is untouched. by Rob Pike · 16 years ago
  19. fadf159 fix a bug: do not print a ';' after a label if there wasn't one by Robert Griesemer · 16 years ago
  20. 3689e22 Steps towards a general scanner/parser library for Go: by Robert Griesemer · 16 years ago
  21. df3183f finish types. by Rob Pike · 16 years ago
  22. f88c6c1 fixed a typo by Robert Griesemer · 16 years ago
  23. 88b1f85 bug130 is fixed by Rob Pike · 16 years ago
  24. 8f2330d Continue editing types section. by Rob Pike · 16 years ago
  25. cdbf619 complete types by Rob Pike · 16 years ago
  26. a49305d text and formatting are now folded into go_spec; delete by Rob Pike · 16 years ago
  27. 5af7de3 Updated the section on Types. by Rob Pike · 16 years ago
  28. 751d13c bug 130 (go/defer) interface.method() by Ken Thompson · 16 years ago
  29. a9ed30f Move Types before Declarations and Scopes. by Rob Pike · 16 years ago
  30. f27e9f0 Work on declarations, unsafe, alignment. Change <tt> to <code> by Rob Pike · 16 years ago
  31. 6ddc48b - fixed a bug with //-comment parsing by Robert Griesemer · 16 years ago
  32. ce2bc3a add logo to documentation directory. by Rob Pike · 16 years ago
  33. a665e29 bug with select := by Ken Thompson · 16 years ago
  34. 82c38cf draft of memory model. by Russ Cox · 16 years ago
  35. ff70f09 Rewrite lexical section. by Rob Pike · 16 years ago
  36. fd1f383 autogenerate the table of contents by Rob Pike · 16 years ago
  37. 4501d34 Fix most HTML errors. Cut introduction. Start rewrite. by Rob Pike · 16 years ago
  38. c2d5586 go_spec.txt formatted in html. by Robert Griesemer · 16 years ago
  39. 4137f02 - permit ()'s in types (TODO: update spec) by Robert Griesemer · 16 years ago
  40. 3d50b1e Finish the lexical section. by Rob Pike · 16 years ago
  41. d1107ad First piece of Go reference manual. by Rob Pike · 16 years ago
  42. ebc10db allow parens to disambiguate types. examples: by Russ Cox · 16 years ago
  43. 6950491 drop trailing slashes - missed comment from last review by Rob Pike · 16 years ago
  44. 03d6909 more fun with triv.go: flags and arguments by Rob Pike · 16 years ago
  45. d0424fa few more Sizeof. by Russ Cox · 16 years ago
  46. 3c0fc40 fix unsafe.Sizeof("abc") by Ken Thompson · 16 years ago
  47. 575257d use proper strconv in string values. make test a little stronger. by Rob Pike · 16 years ago
  48. c19468d comment nit by Russ Cox · 16 years ago
  49. eb3823a allow hex, octal in Atoi, etc. by Russ Cox · 16 years ago
  50. 9e3e616 proposed XML parser design. by Russ Cox · 16 years ago
  51. bbc190b make interface to the flags themselves more public. by Rob Pike · 16 years ago
  52. d3d0c25 bug123 by Russ Cox · 16 years ago
  53. aa35aee fix build - missed this file before by Russ Cox · 16 years ago
  54. dfad8ea use embedded interface types by Russ Cox · 16 years ago
  55. b4af09a embedded interface types in interfaces. by Russ Cox · 16 years ago
  56. 78906c3 io.Pipe by Russ Cox · 16 years ago
  57. ff31738 assorted changes: by Russ Cox · 16 years ago
  58. 55d13cf change the URL in the test to avoid a redirection that breaks it in sydney. by Rob Pike · 16 years ago
  59. 91ceda5 add os.ForkExec, os.Exec, os.Wait, exec.OpenCmd. by Russ Cox · 16 years ago
  60. 97dcc68 insert ${GOOS} and ${GOARCH} in command-line comment. by Russ Cox · 16 years ago
  61. d8921c5 cleanups: by Russ Cox · 16 years ago
  62. 78a6d68 build nits by Russ Cox · 16 years ago
  63. 3b3e637 bug fix for &x[0] when x is slice by Russ Cox · 16 years ago
  64. 18ed7e6 - accept new composite literal syntax by Robert Griesemer · 16 years ago
  65. 070738c - added Makefile change again (lost due to to p4 misuse) by Robert Griesemer · 16 years ago
  66. 1275266 - vector package (identical to array except for names) by Robert Griesemer · 16 years ago
  67. 9f8f2e6 convert composite literals from { } to ( ). by Russ Cox · 16 years ago
  68. 07244f7 add composite literal ( ) syntax. warn about composite literal { } syntax. by Russ Cox · 16 years ago
  69. 20b6de1 fix build by Russ Cox · 16 years ago
  70. 920ab67 label declarations not handled properly by Robert Griesemer · 16 years ago
  71. 8e78736 - fixed bugs related to the empty statement by Robert Griesemer · 16 years ago
  72. 6f8df7a - syntax for composite literals use () instead of {} by Robert Griesemer · 16 years ago
  73. 5f4f564 require type assertions when narrowing. by Russ Cox · 16 years ago
  74. 49e2087 insert type assertions when narrowing. by Russ Cox · 16 years ago
  75. 7cd2436 fix gc bug. i think this is tgs's second bug. i stumbled across it in all.bash. by Russ Cox · 16 years ago
  76. 38c232f - language for embedded interfaces (as discussed this morning) by Robert Griesemer · 16 years ago
  77. 52c02c2 Added section on package unsafe: by Robert Griesemer · 16 years ago
  78. 0c4010a change DirInfo->dirInfo now that 6g export bug is fixed by Rob Pike · 16 years ago
  79. 6017895 drop the os_ prefix on the file names in os. os_test.go can stay. by Rob Pike · 16 years ago
  80. 73dd4a3 fix export bug Rob tripped over. by Russ Cox · 16 years ago
  81. 00b3d48 Make Readdirnames work properly on Linux. Refactor so Readdir is portable code. by Rob Pike · 16 years ago
  82. 651972b Implement unsafe.Alignof. by Ian Lance Taylor · 16 years ago
  83. d94c5ab Fix Readdirnames to behave properly if reading in little pieces. Requires storing some by Rob Pike · 16 years ago
  84. 668bf81 - removed obsolete comments by Robert Griesemer · 16 years ago
  85. e08cc15 Some real GDS functionality: by Robert Griesemer · 16 years ago
  86. 2f14799 fix Getdirentries: base comes back in r2. by Rob Pike · 16 years ago
  87. cad7a3a simple accessors for Dir mode bits by Rob Pike · 16 years ago
  88. a948fdd typo. this split-os building thing is frustrating. by Rob Pike · 16 years ago
  89. aba4c75 add Readdir: returns an array of Dir structures by Rob Pike · 16 years ago
  90. c8d59c1 fix int64/int error - build broken by Rob Pike · 16 years ago
  91. a81870b add error to catch 6g alignment bug. by Russ Cox · 16 years ago
  92. a6c59ce gc funarg return fix. by Russ Cox · 16 years ago
  93. b5aba02 First pass at reading directories. by Rob Pike · 16 years ago
  94. 6506148 a few small cleanups by Rob Pike · 16 years ago
  95. 9526f3b use unsafe.Sizeof by Rob Pike · 16 years ago
  96. 8f2b774 update sysimport.c for unsafe.Offset and Sizeof by Rob Pike · 16 years ago
  97. 5600337 change array padding in structures by Ken Thompson · 16 years ago
  98. 8a70545 unsafe.Sizeof and unsafe.Offsetof by Ken Thompson · 16 years ago
  99. bcf4807 fix up syscall for darwin after StringToBytes change by Rob Pike · 16 years ago
  100. 704bc9d portable stat for os add name to os.FD clean up some interfaces by Rob Pike · 16 years ago