1. 2dd16a3 first cut at optimizing by Ken Thompson · 16 years ago
  2. 9dc4b1c make Copyn take and return int64. add Copy. by Russ Cox · 16 years ago
  3. 127c65b - untab app (snapshot - not quite complete) by Robert Griesemer · 16 years ago
  4. 79d94d5 Copyn by Robert Griesemer · 16 years ago
  5. 23bd129 add -chatty flag to test. was supposed to be in some other cl but got dropped. by Russ Cox · 16 years ago
  6. c5f4867 stop flag reading before lone - arg. by Russ Cox · 16 years ago
  7. 866c08f fix build for newbies by Russ Cox · 16 years ago
  8. 93c8d3c another shift bug by Ken Thompson · 16 years ago
  9. 92a4fe1 more tests for strconv; convert to gotest. by Russ Cox · 16 years ago
  10. 6cc001c return *os.Error instead of bool from strconv.ato* by Russ Cox · 16 years ago
  11. 360151d gobuild changes. by Russ Cox · 16 years ago
  12. c1efd7d roll tests into one binary by Russ Cox · 16 years ago
  13. d12c1b9 Add ERROR comment for errmsg to look for. by Ian Lance Taylor · 16 years ago
  14. 7969860 testing support library by Rob Pike · 16 years ago
  15. 8b8630c allow files to be named on the command line by Rob Pike · 16 years ago
  16. d495372 new gotest shell script (will be a proper command some day, probably) by Rob Pike · 16 years ago
  17. 6b7dd4c add build step to install debuggers setgid procmod. by Russ Cox · 16 years ago
  18. 6c5fc05 import syntax incorrect by Robert Griesemer · 16 years ago
  19. c78005f update golden.out by Russ Cox · 16 years ago
  20. 4656686 use correct lineno in nod even if yacc has looked ahead. by Russ Cox · 16 years ago
  21. d8ecead The compiler should reject calling a const as though it were a by Ian Lance Taylor · 16 years ago
  22. 1945cc4 The compiler should reject comparisons between ints and nil. by Ian Lance Taylor · 16 years ago
  23. 654bc2b - factored out tabwriter a separate writer filter by Robert Griesemer · 16 years ago
  24. 337af31 - allow for multiple method names per function type in an interface decl. by Robert Griesemer · 16 years ago
  25. ed628ca * faster atof for common cases by Russ Cox · 16 years ago
  26. 4d1d5e8 work around more commonly-unreachable 6g code sequences. by Russ Cox · 16 years ago
  27. 3f548cd add gobuild to build by Russ Cox · 16 years ago
  28. 7692a93 - new() accepts too many arguments by Robert Griesemer · 16 years ago
  29. d58cd76 - interface methods must have full function type by Robert Griesemer · 16 years ago
  30. a1585b6 fix the easy parts of bug120 by Russ Cox · 16 years ago
  31. b7f01f9 silence compiler warning by Ken Thompson · 16 years ago
  32. 869c3f4 update golden.out. by Russ Cox · 16 years ago
  33. 079c00a correctly rounded floating-point conversions in new package strconv. by Russ Cox · 16 years ago
  34. f333f46 floating point constant errors in 6g by Russ Cox · 16 years ago
  35. 75647d2 First pieces of malloc. by Russ Cox · 16 years ago
  36. b1e8b5f The scope rules have been clarified to indicate that a by Ian Lance Taylor · 16 years ago
  37. 5aa7dc5 adopt suggestions from Bentley and McIlroy (SP&E Nov 1993) by Russ Cox · 16 years ago
  38. a1c85ed Package-export proposal: - syntax change - missing: corresponding language by Robert Griesemer · 16 years ago
  39. 2567c07 random permutation function func perm(n int) *map[int]int by Ken Thompson · 16 years ago
  40. 9c7b064 fix bugs in package locals by Russ Cox · 16 years ago
  41. 7dee51f The compilers should and do permit interface types to list by Ian Lance Taylor · 16 years ago
  42. fd47cb9 conflicting scopes should cause error exit by Rob Pike · 16 years ago
  43. d3f6093 package-local declarations using keyword "package". by Russ Cox · 16 years ago
  44. e875055 switch by Ken Thompson · 16 years ago
  45. 23c8faa buf fix: make FD.Read, FD.Write work for empty buffers by Robert Griesemer · 16 years ago
  46. f3e354e clean up make script reorder pieces so io is earlier by Rob Pike · 16 years ago
  47. 0c4c842 - added Init() function so that vectors can be used w/o New(): by Robert Griesemer · 16 years ago
  48. f8b20e4 add cov, prof to default build; clean up compiler warnings by Russ Cox · 16 years ago
  49. 7832ab5 code coverage tool by Russ Cox · 16 years ago
  50. 2355395 handle nils safely by Rob Pike · 16 years ago
  51. 22e0e1b - better comment classification - related cleanups by Robert Griesemer · 16 years ago
  52. 3c2f0ae * pretty printing snapshot: towards printing comments nicely by Robert Griesemer · 16 years ago
  53. e2621b8 add a %v format to print an arbitrary value in its "println" form. by Rob Pike · 16 years ago
  54. e4f4ab0 more array methods by Russ Cox · 16 years ago
  55. c5f21c0 * 6l: by Russ Cox · 16 years ago
  56. 9795c9e temp fix for map not multiple of 8 by Ken Thompson · 16 years ago
  57. bc0b4f0 mike's map code by Ken Thompson · 16 years ago
  58. c4d8dc0 This bug has been fixed; moving it from bugs to fixedbugs. by Ian Lance Taylor · 16 years ago
  59. 419e1e0 add some support for modifying what pointers point to by Rob Pike · 16 years ago
  60. 6e70c2c fix bug in FullyReader by Rob Pike · 16 years ago
  61. 20b9bfb wrong code for array access by Robert Griesemer · 16 years ago
  62. b1d37b7 reflect.PtrValue.SetSub() to set pointers by Rob Pike · 16 years ago
  63. 2f4d35f converting uint bits back into floats by Rob Pike · 16 years ago
  64. 2727abe - lowercased package name (Bignum -> bignum) by Robert Griesemer · 16 years ago
  65. 9c9cc2c Recognize gccgo error messages. This uses GCCGO_ERROR, which by Ian Lance Taylor · 16 years ago
  66. a957cee The scope rules have been changed to say that labels live in a by Ian Lance Taylor · 16 years ago
  67. 902a4d5 6c bug with large constants by Ken Thompson · 16 years ago
  68. 6ee7fe5 Implement a "full reader" wrapper for io.Read, guaranteeing that by Rob Pike · 16 years ago
  69. b682f92 don't try interface/structure conversion until by Russ Cox · 16 years ago
  70. 7921457 width fixes. by Russ Cox · 16 years ago
  71. 07c5442 Remove useless "Trace/breakpoint trap" lines using the format by Ian Lance Taylor · 16 years ago
  72. 0e544fa fix error-handling bug. add newline after stack traces. by Rob Pike · 16 years ago
  73. 2a58e7d more work on elastic tabs: by Robert Griesemer · 16 years ago
  74. 600ee08 * accept all NaNs, not just the one sys.NaN() returns. by Russ Cox · 16 years ago
  75. 203a17c update tests by Rob Pike · 16 years ago
  76. e876635 handle Inf, NaN in float print by Russ Cox · 16 years ago
  77. 842e1a9 Add a cache to avoid unnecessary parsing of type strings when constructing values by Rob Pike · 16 years ago
  78. 10137e7 fix start/stop bug in prof. also only time-limit if a value is provided. by Rob Pike · 16 years ago
  79. 091fb77 Protocol buffer encoding. by Rob Pike · 16 years ago
  80. 176e256 Added missing Set method for Vector by Robert Griesemer · 16 years ago
  81. a3b4a3c - steps towards "flexible tab stops" simulation in pretty by Robert Griesemer · 16 years ago
  82. 4328d44 wrong system call number for stat by Rob Pike · 16 years ago
  83. 79f5697 byte multiply by Ken Thompson · 16 years ago
  84. dc78c64 byte multiply by Ken Thompson · 16 years ago
  85. 434c605 - language to define type equality rigorously by Robert Griesemer · 16 years ago
  86. f8d7f5b Don't use a type guard with a type which is not an interface. by Ian Lance Taylor · 16 years ago
  87. d5ba668 Test case for evaluation order of select statement. by Ian Lance Taylor · 16 years ago
  88. 9b827cf bug in select default by Ken Thompson · 16 years ago
  89. 9c7374d Erroneous test case. The break statement should break out of a select clause. by Ian Lance Taylor · 16 years ago
  90. 483e031 - binomial implementation (fixing broken build) by Robert Griesemer · 16 years ago
  91. 175dd77 simpleminded ascii to floating point conversion by Rob Pike · 16 years ago
  92. 335a523 add sys.float32bits, sys.float64bits by Rob Pike · 16 years ago
  93. ce15158 Test that a break statement inside a select statement breaks by Ian Lance Taylor · 16 years ago
  94. ec81145 s/gins/gbranch/ by Russ Cox · 16 years ago
  95. 0eda21a change minimum sethi/ullman number to 1 by Russ Cox · 16 years ago
  96. ce16440 A recreational programming exercise: by Robert Griesemer · 16 years ago
  97. 9906bfc 6g ninit fixes - fixes the two test cases by Russ Cox · 16 years ago
  98. 66c6b13 - implemented String() and Format functionality in Bignum - added a test by Robert Griesemer · 16 years ago
  99. 3a2c0a9 - fixes to sprintf (by rob) by Robert Griesemer · 16 years ago
  100. 91212bd If a value implements String(), use that in fmt.print (not fmt.printf) by Rob Pike · 16 years ago