1. fd47cb9 conflicting scopes should cause error exit by Rob Pike · 16 years ago
  2. d3f6093 package-local declarations using keyword "package". by Russ Cox · 16 years ago
  3. e875055 switch by Ken Thompson · 16 years ago
  4. 23c8faa buf fix: make FD.Read, FD.Write work for empty buffers by Robert Griesemer · 16 years ago
  5. f3e354e clean up make script reorder pieces so io is earlier by Rob Pike · 16 years ago
  6. 0c4c842 - added Init() function so that vectors can be used w/o New(): by Robert Griesemer · 16 years ago
  7. f8b20e4 add cov, prof to default build; clean up compiler warnings by Russ Cox · 16 years ago
  8. 7832ab5 code coverage tool by Russ Cox · 16 years ago
  9. 2355395 handle nils safely by Rob Pike · 16 years ago
  10. 3c2f0ae * pretty printing snapshot: towards printing comments nicely by Robert Griesemer · 16 years ago
  11. e2621b8 add a %v format to print an arbitrary value in its "println" form. by Rob Pike · 16 years ago
  12. e4f4ab0 more array methods by Russ Cox · 16 years ago
  13. c5f21c0 * 6l: by Russ Cox · 16 years ago
  14. 9795c9e temp fix for map not multiple of 8 by Ken Thompson · 16 years ago
  15. bc0b4f0 mike's map code by Ken Thompson · 16 years ago
  16. 419e1e0 add some support for modifying what pointers point to by Rob Pike · 16 years ago
  17. 6e70c2c fix bug in FullyReader by Rob Pike · 16 years ago
  18. b1d37b7 reflect.PtrValue.SetSub() to set pointers by Rob Pike · 16 years ago
  19. 2f4d35f converting uint bits back into floats by Rob Pike · 16 years ago
  20. 2727abe - lowercased package name (Bignum -> bignum) by Robert Griesemer · 16 years ago
  21. 902a4d5 6c bug with large constants by Ken Thompson · 16 years ago
  22. 6ee7fe5 Implement a "full reader" wrapper for io.Read, guaranteeing that by Rob Pike · 16 years ago
  23. b682f92 don't try interface/structure conversion until by Russ Cox · 16 years ago
  24. 7921457 width fixes. by Russ Cox · 16 years ago
  25. 0e544fa fix error-handling bug. add newline after stack traces. by Rob Pike · 16 years ago
  26. 600ee08 * accept all NaNs, not just the one sys.NaN() returns. by Russ Cox · 16 years ago
  27. e876635 handle Inf, NaN in float print by Russ Cox · 16 years ago
  28. 842e1a9 Add a cache to avoid unnecessary parsing of type strings when constructing values by Rob Pike · 16 years ago
  29. 10137e7 fix start/stop bug in prof. also only time-limit if a value is provided. by Rob Pike · 16 years ago
  30. 091fb77 Protocol buffer encoding. by Rob Pike · 16 years ago
  31. 176e256 Added missing Set method for Vector by Robert Griesemer · 16 years ago
  32. 4328d44 wrong system call number for stat by Rob Pike · 16 years ago
  33. 79f5697 byte multiply by Ken Thompson · 16 years ago
  34. dc78c64 byte multiply by Ken Thompson · 16 years ago
  35. 9b827cf bug in select default by Ken Thompson · 16 years ago
  36. 483e031 - binomial implementation (fixing broken build) by Robert Griesemer · 16 years ago
  37. 175dd77 simpleminded ascii to floating point conversion by Rob Pike · 16 years ago
  38. 335a523 add sys.float32bits, sys.float64bits by Rob Pike · 16 years ago
  39. ec81145 s/gins/gbranch/ by Russ Cox · 16 years ago
  40. 0eda21a change minimum sethi/ullman number to 1 by Russ Cox · 16 years ago
  41. 9906bfc 6g ninit fixes - fixes the two test cases by Russ Cox · 16 years ago
  42. 66c6b13 - implemented String() and Format functionality in Bignum - added a test by Robert Griesemer · 16 years ago
  43. 3a2c0a9 - fixes to sprintf (by rob) by Robert Griesemer · 16 years ago
  44. 91212bd If a value implements String(), use that in fmt.print (not fmt.printf) by Rob Pike · 16 years ago
  45. f15dfa7 Polymorphic printing. by Rob Pike · 16 years ago
  46. 79fbbe3 select default by Ken Thompson · 16 years ago
  47. a6af484 more runtime support for chan select default by Russ Cox · 16 years ago
  48. b69e80d runtime support for default in select. assumes cas->send == 2 for default case. by Russ Cox · 16 years ago
  49. d6a7cef allow any type at all in sys.unreflect; accomodate empty type table in 6l. by Russ Cox · 16 years ago
  50. 553c98d fix renamed-package bug in exported names: always show original name by Russ Cox · 16 years ago
  51. 83a7985 more on t,ok = I.(T) by Ken Thompson · 16 years ago
  52. a8b56a7 T,ok = I.(T) by Ken Thompson · 16 years ago
  53. 6f07ec7 new interface error messages by Russ Cox · 16 years ago
  54. 5a1cbe8 trim tags from type strings for structure fields. by Rob Pike · 16 years ago
  55. 1983121 6g interface changes: by Russ Cox · 16 years ago
  56. 44a8274 minor tweak to still non-portable alignment calculation by Rob Pike · 16 years ago
  57. 554d0aa make sizes and offsets int, not uint64 by Rob Pike · 16 years ago
  58. bdbb958 fix bugs parsing functions in reflect library. by Rob Pike · 16 years ago
  59. a45f947 type strings through the reflection library. by Rob Pike · 16 years ago
  60. 3200b06 prepare for recursive printfs by Rob Pike · 16 years ago
  61. e2eccf3 install bignum as library by Robert Griesemer · 16 years ago
  62. e5d9a5c runtime support for interface ok, whatever the final syntax ends up being. by Russ Cox · 16 years ago
  63. 47caf64 6l: generate gotypesigs on demand. add sys.unreflect, which uses gotypesigs. by Russ Cox · 16 years ago
  64. bcd6403 remove unnecessary 6g workaround by Russ Cox · 16 years ago
  65. 1ff61ce move DotDotDot into next case - hit submit too fast last time. by Rob Pike · 16 years ago
  66. 730fd70 support ... as a special type in the reflection library. by Rob Pike · 16 years ago
  67. c4969a3 update names after 6g change by Russ Cox · 16 years ago
  68. c249a8de rename various magic names. by Russ Cox · 16 years ago
  69. 90e5574 treat ... as agreed by Ken Thompson · 16 years ago
  70. 63f38d6 in traceback, handle the case where we've called through a nil function pointer by Rob Pike · 16 years ago
  71. 250ec166 unsigned divide by fn() by Ken Thompson · 16 years ago
  72. 6b05518 silence gcc warnings by Russ Cox · 16 years ago
  73. 6524b82 ascii to unsigned integer by Rob Pike · 16 years ago
  74. 2d4f7ba printf as we know and love it. by Rob Pike · 16 years ago
  75. 178e37e add creator for missing types, to avoid crashes when by Rob Pike · 16 years ago
  76. d2472eb >>= and <<= shift bug by Ken Thompson · 16 years ago
  77. 2fef4c7 DOTDOTDOT import/export by Ken Thompson · 16 years ago
  78. 59f029c a couple of bugs in print. by Rob Pike · 16 years ago
  79. 74427c6 DOTDOTDOT by Ken Thompson · 16 years ago
  80. 6fff0ef sprint changed to snprint by Ken Thompson · 16 years ago
  81. 16fd356 Add support for the basic type "bool". by Ian Lance Taylor · 16 years ago
  82. 613a5c8 \x00 for NUL in type string. by Rob Pike · 16 years ago
  83. 8a1ad75 make %Z handle embedded NULs; remove fixed-size buffer by Russ Cox · 16 years ago
  84. 15fa1e4 add mention of tag string to grammar comment by Rob Pike · 16 years ago
  85. 12a3435 reflection support for tag strings by Rob Pike · 16 years ago
  86. 57804f1 escape \ in %Z by Russ Cox · 16 years ago
  87. 4958d41 change from $$ to \n$$ for .6 meta section delimiter by Russ Cox · 16 years ago
  88. dc6bd11 make %Z escape " by Russ Cox · 16 years ago
  89. f2b15363 annotations on embedded types by Russ Cox · 16 years ago
  90. 1850b29 struct annotations in imports. distribute tag across multiple names. by Russ Cox · 16 years ago
  91. f27aaf4 structure field annotation strings by Russ Cox · 16 years ago
  92. fd922c8 shift bug by Ken Thompson · 16 years ago
  93. 2c05057 shift bugs by Ken Thompson · 16 years ago
  94. 2f5a05a bug 113 by Ken Thompson · 16 years ago
  95. d0abe4c ./6.out by Russ Cox · 16 years ago
  96. 4fdf3d6 bug 113 by Ken Thompson · 16 years ago
  97. fe79e43 update fmt to int/int32 etc split by Rob Pike · 16 years ago
  98. 282493b update reflection library to int/int32 etc. split by Rob Pike · 16 years ago
  99. c5e7e19 update linux for int/int32 by Russ Cox · 16 years ago
  100. 527669e set -e doesn't apply to ( ) blocks by Russ Cox · 16 years ago