1. ebf14c6 - clarified section on numeric types: platform-dependent types by Robert Griesemer · 16 years ago
  2. fd922c8 shift bug by Ken Thompson · 16 years ago
  3. c1198b9 update tests by Rob Pike · 16 years ago
  4. eb5a316 make sure errchk only prints BUG once. by Russ Cox · 16 years ago
  5. 7112dc1 - implemented Shr by Robert Griesemer · 16 years ago
  6. 2c05057 shift bugs by Ken Thompson · 16 years ago
  7. 9639bd0 apply change suggested in CL 16658 review by Russ Cox · 16 years ago
  8. cf9e46f bugs from old gri mail by Russ Cox · 16 years ago
  9. 2f5a05a bug 113 by Ken Thompson · 16 years ago
  10. 276ffd2 - added shl operation, extra tests by Robert Griesemer · 16 years ago
  11. d0abe4c ./6.out by Russ Cox · 16 years ago
  12. 4fdf3d6 bug 113 by Ken Thompson · 16 years ago
  13. fe79e43 update fmt to int/int32 etc split by Rob Pike · 16 years ago
  14. e76e9cf Call the right function for int32 values. by Ian Lance Taylor · 16 years ago
  15. 282493b update reflection library to int/int32 etc. split by Rob Pike · 16 years ago
  16. c5e7e19 update linux for int/int32 by Russ Cox · 16 years ago
  17. 527669e set -e doesn't apply to ( ) blocks by Russ Cox · 16 years ago
  18. cc5a382 update Fmt interface: d=int, ud=uint, d32=int32, d64=int64, etc. by Russ Cox · 16 years ago
  19. 123bd8f more simple test fixes by Russ Cox · 16 years ago
  20. 9eebfe6 types by Ken Thompson · 16 years ago
  21. 915e809 update golden.out with new type names by Russ Cox · 16 years ago
  22. 9cdb8bd minor int/float fixes by Russ Cox · 16 years ago
  23. 11a978a shift bug in constant evaluator by Russ Cox · 16 years ago
  24. 4a3ce5f sigt_int by Ken Thompson · 16 years ago
  25. 89f341d new(chan) by Ken Thompson · 16 years ago
  26. 9d20756 fix strings bug from CL 18024 by Russ Cox · 16 years ago
  27. bc67ea4 adapt to new compiler types by Russ Cox · 16 years ago
  28. c21d9a1 the end of life as we know it int is new type by Ken Thompson · 16 years ago
  29. 0ed4576 - update test.sh (caused an error since src/pkg dir is empty now) by Robert Griesemer · 16 years ago
  30. 379b5a3 - steps towards implementation of div and mod by Robert Griesemer · 16 years ago
  31. b5c739b Uncomment the name/type error checking. by Russ Cox · 16 years ago
  32. 1daad03 - bug fixes, cleanups - integer string conversion by Robert Griesemer · 16 years ago
  33. 2e777b4 - created staging area for getting bignum package up-to-speed again, by Robert Griesemer · 16 years ago
  34. 5fcb035 update golden.out by Rob Pike · 16 years ago
  35. eba7355 - added simple facility to print Makefile dependency rules given a Go source file by Robert Griesemer · 16 years ago
  36. e8278bc allow len := 0 by Ken Thompson · 16 years ago
  37. c4af3e7 use embedded types to save boilerplate - almost 300 lines' worth by Rob Pike · 16 years ago
  38. db25e78 fix top-level comments by Rob Pike · 16 years ago
  39. 84b66d2 delete unused reflection playpen by Rob Pike · 16 years ago
  40. 24eb30b test by Ken Thompson · 16 years ago
  41. a3cdd2e bug by Ken Thompson · 16 years ago
  42. 6d3d56d bug by Ken Thompson · 16 years ago
  43. b642cf8 embedded methods by Ken Thompson · 16 years ago
  44. 22a6747 Per discussion earlier today with r and gri: when an interface by Ian Lance Taylor · 16 years ago
  45. a785e8a replaced baked-in address with @ so test passes on linux by Rob Pike · 16 years ago
  46. b379d54 another step toward interface subtypes put explicit ./ on some runtime tests by Ken Thompson · 16 years ago
  47. cc4dc5a avoid JMP to ATEXT in xfol by Russ Cox · 16 years ago
  48. e2fa41a fix JMP main(SB) by Russ Cox · 16 years ago
  49. 418b97c add printf to fmt. by Rob Pike · 16 years ago
  50. 689b28f fix method function type compare bug (again) by Russ Cox · 16 years ago
  51. c14c961 Automated g4 rollback of changelist 17815. by Russ Cox · 16 years ago
  52. 0be746d fix method function type compare bug by Russ Cox · 16 years ago
  53. 63ed2b7 - missing file by Robert Griesemer · 16 years ago
  54. ad86304 - set initial value in flag variable if provided by Robert Griesemer · 16 years ago
  55. cec64a2 - some factoring of scan/parse phase so we can attach other functionality by Robert Griesemer · 16 years ago
  56. 2bfa957 Preparation for varargs: Proposal for syntax. by Robert Griesemer · 16 years ago
  57. 7466b61 make fmt a directory by Rob Pike · 16 years ago
  58. 816c1ce - expanded parsing heuristics to deal with new(T, ...) by Robert Griesemer · 16 years ago
  59. 8327b54 make reflect compile again by Rob Pike · 16 years ago
  60. 4712165 - clarified that composites are values created every time they by Robert Griesemer · 16 years ago
  61. 536b1f2 add reflect to build, clean up test by Rob Pike · 16 years ago
  62. de13727 use &T{1,2,3} constructor for simple new cases by Russ Cox · 16 years ago
  63. 071c91b First cut at incorporating anonymous fields of pointer types into the spec. by Robert Griesemer · 16 years ago
  64. 8d3a3dd update golden.out by Russ Cox · 16 years ago
  65. 7ed8fc6 embedded types auto & on methods by Ken Thompson · 16 years ago
  66. ad48706 do not use fake names on anonymous function return values by Russ Cox · 16 years ago
  67. 6fecb76 embedded types by Ken Thompson · 16 years ago
  68. 5d30161 move reflection code into final place. by Rob Pike · 16 years ago
  69. 34b8873 Reflection values. by Rob Pike · 16 years ago
  70. 7dbee69 Match gccgo error messages. by Ian Lance Taylor · 16 years ago
  71. 2161725 import/export of embedded types by Russ Cox · 16 years ago
  72. 40fa690 fix handling of *f() = 1 by Russ Cox · 16 years ago
  73. 0061e56 Add names to types to avoid recursive explosion and to get by Rob Pike · 16 years ago
  74. 79985fa - exclude newfn.go from tests - cannot be parsed syntactically alone in general by Robert Griesemer · 16 years ago
  75. fac3dfe More reflection code. by Rob Pike · 16 years ago
  76. 14c6391 elided dots by Ken Thompson · 16 years ago
  77. dbabeb1 reject new of function type by Russ Cox · 16 years ago
  78. f0e93e8 fix a couple of inconsequential glitches in regexp code. by Rob Pike · 16 years ago
  79. beee691 rewrite &Point{1, 2} as allocation by Russ Cox · 16 years ago
  80. 2c3ddf5 include local types in typestrings by Russ Cox · 16 years ago
  81. 44b0ecc 6g: use full type in sigt[0].name by Russ Cox · 16 years ago
  82. 0347e95 changes to imbedded by Ken Thompson · 16 years ago
  83. 1a149ca stop looking for type names beginning with _. they're gone. by Russ Cox · 16 years ago
  84. aacfbb4 6g: by Russ Cox · 16 years ago
  85. 0532f89 6l: invent gotypestrings if needed by Russ Cox · 16 years ago
  86. 71d6cda - remove inconsistent directory from tests by Robert Griesemer · 16 years ago
  87. a570eaa 6l: use libbio instead of maintaining own buffer by Russ Cox · 16 years ago
  88. baac04b enable tests that verify that pretty-printed code can be compiled with 6g again by Robert Griesemer · 16 years ago
  89. 6ae1df9 Match error messages generated by gccgo: by Ian Lance Taylor · 16 years ago
  90. 9d20c85 - fixed missing parens in some cases of unary expressions by Robert Griesemer · 16 years ago
  91. 28912ce fix compiler warnings by Russ Cox · 16 years ago
  92. bfc70d0 use Biobuf not fd for reading objects. will make reading type info easier. by Russ Cox · 16 years ago
  93. aff914c add nuke by Russ Cox · 16 years ago
  94. 46d3497 run.bash: do not make test in gosrc by Russ Cox · 16 years ago
  95. 5d0e5a7 - use stringtorune library function for faster rune scanning by Robert Griesemer · 16 years ago
  96. ef40d94 6g: by Russ Cox · 16 years ago
  97. 03a9872 add primitive ftoa, dtoa to strings library. by Rob Pike · 16 years ago
  98. a11d5ae - removed double-declaration of len() by Robert Griesemer · 16 years ago
  99. 7c7a525 add io.ReadWriteClose and use it in http by Russ Cox · 16 years ago
  100. a6b546f - be even more explicit about ideal number conversion in expressions by Robert Griesemer · 16 years ago