1. 3c6bf09 crypto/tls: make Listener a pointer. by Adam Langley · 15 years ago
  2. 1245e93 Update documentation around time.Sleep to specify its precision, and suggest by Devon H. O'Dell · 15 years ago
  3. 2be4897 Use t.Errorf for formatted error output. by Ian Lance Taylor · 15 years ago
  4. e1033d0 Add query to find number of subexpressions. by Peter Froehlich · 15 years ago
  5. b266f39 remove nums.sh by Robert Griesemer · 15 years ago
  6. 96da3e9 implement .repeats for maps. Fixes #309. by Rob Pike · 15 years ago
  7. 9ebb596 crypto/tls: extensions and Next Protocol Negotiation by Adam Langley · 15 years ago
  8. 3f25c8a Fix comment for Chmod. by Peter Froehlich · 15 years ago
  9. a0862ea Cleanup: remove Exp ending in identifiers by Robert Griesemer · 15 years ago
  10. 8c7d001 Replace container/vector with exp/vector (faster). by Robert Griesemer · 15 years ago
  11. 36d645f add comment (warning about generated files) by Robert Griesemer · 15 years ago
  12. 148ee9c fix up %p by Rob Pike · 15 years ago
  13. d488c4b json: fix doc comment by Russ Cox · 15 years ago
  14. 2e853ec Allow %p on reference types, for debugging. by Rob Pike · 15 years ago
  15. b15fefd Experimental alternative implementation of the vector package by Jan Mercl · 15 years ago
  16. 1f0e6a4 new comments for bytes.NewBuffer and NewBufferString. by Rob Pike · 15 years ago
  17. 50d6c81 runtime: fix race condition by Adam Langley · 15 years ago
  18. 057e7d9 fix build, enable an exp/eval's assignment check by Robert Griesemer · 15 years ago
  19. 5dc6c80 report an error for illegal octal numbers instead of treating them as floats by Robert Griesemer · 15 years ago
  20. c5f41cc removed semantic check from parsers by Robert Griesemer · 15 years ago
  21. d85bb81 first stub for softfloats, intercepts float instructions and skips by Kai Backman · 15 years ago
  22. d2a835f time: add ISO 8601 time format by Ben Olive · 15 years ago
  23. a812332 Updated the XGB python script to generate semicolon-free source for xproto.go. by Tor Andersson · 15 years ago
  24. 08579c2 runtime: if os/signal is not in use, crash on by Russ Cox · 15 years ago
  25. 8bf5872 Basic image/jpeg decoder. by Nigel Tao · 15 years ago
  26. b6bac1c Don't ignore flags controlling the amount of source code parsed by Robert Griesemer · 15 years ago
  27. 42a2e95 add the ability to invoke niladic single-valued methods in templates. by Rob Pike · 15 years ago
  28. 5211472 rand: Zipf distributed random variates. by William Josephson · 15 years ago
  29. 7f501c0 bytes, strings: add new function Fields by Andrey Mirtchovski · 15 years ago
  30. d5bcf7b math: special cases for Pow by Charles L. Dorian · 15 years ago
  31. b586649 os/signal: new package by David Symonds · 15 years ago
  32. a47a45e Fix for scanner bug (introduced with most recent change). by Robert Griesemer · 15 years ago
  33. 69bed16 syscall: RawSyscall must not call exitsyscall by Russ Cox · 15 years ago
  34. f64bb56 rand: add explicit Int31n to avoid 64-bit divide on 32-bit machines by Russ Cox · 15 years ago
  35. 1e9e7ec math: faster, easier to inline IsNaN, IsInf by Russ Cox · 15 years ago
  36. d16bc7a runtime: return zero value in x, ok = <-c when ok == false by Russ Cox · 15 years ago
  37. 8e2608e Add basic http authentication support. Fixes #407. by Ivan Krasin · 15 years ago
  38. 45ca9f7 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  39. d65a5cc 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  40. a3d1045 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  41. 5a1d332 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  42. 1c72959 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  43. 55ca7a2 fix TODO: insert semicolons before any sequence of comments by Robert Griesemer · 15 years ago
  44. dec5bb7 xml: handle unexpected EOF while parsing and fix a bug in name by Arvindh Rajesh Tamilmani · 15 years ago
  45. 19c1835 runtime: in exitsyscall, avoid confusing garbage collector by Russ Cox · 15 years ago
  46. 31de4d4 improved formatting of import declarations and by Robert Griesemer · 15 years ago
  47. 2a52782 crypto/sha256: new package by Andy Davis · 15 years ago
  48. 0d3f5a8 simpler fix for the negative rune problem, spotted seconds after submitting the previous fix. by Rob Pike · 15 years ago
  49. a9e8bef generate replacement rune when asked to encode a negative rune value. by Rob Pike · 15 years ago
  50. fe0eb17 archive/tar: bug fixes. by Christopher Wedgwood · 15 years ago
  51. d14c813 When the buffer is empty, reset b.off to the beginning of the buffer by Rob Pike · 15 years ago
  52. 5857890 syscall: fix error return bug for 64-bit return on 32-bit platform by Christopher Wedgwood · 15 years ago
  53. 6877777 fix bug for large counts: used a one-byte buffer. by Rob Pike · 15 years ago
  54. 222462e Various cleanups: by Robert Griesemer · 15 years ago
  55. 97a08f7 parser changed to reflect new semicolon rules by Robert Griesemer · 15 years ago
  56. b9b89f5 fix printer test for new syntax by Robert Griesemer · 15 years ago
  57. 857d4cf Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src by Devon H. O'Dell · 15 years ago
  58. 3490958 encoding/binary: Add support for slices of arrays of fixed-size values. by Maxim Ushakov · 15 years ago
  59. 7835b79 syslog: new package by Yves Junqueira · 15 years ago
  60. 128974a bytes, strings: allow -1 in Map to mean "drop this character". by Kei Son · 15 years ago
  61. bda2074 New flags for gofmt: by Robert Griesemer · 15 years ago
  62. 02d41ec rename exp/parser package to oldParser by Robert Griesemer · 15 years ago
  63. 57909b5 implement NoSemis and NoStringConcat mode for go/printer by Robert Griesemer · 15 years ago
  64. a70caf4 implemented InsertSemis mode for go/scanner by Robert Griesemer · 15 years ago
  65. 2b3813d - unmodified copy of existing go/parser, not yet hooked up by Robert Griesemer · 15 years ago
  66. d08d33f fix calling convention and make memmove restore the g and m registers. by Kai Backman · 15 years ago
  67. 76f7803 added SHUT_RD, SHOT_WR and xSHUT_RDWR to fix net compilation error by Kai Backman · 15 years ago
  68. 2e4334e minor manual format corrections by Robert Griesemer · 15 years ago
  69. 295ceb4 remove uses of string concatenation from src and misc directory by Robert Griesemer · 15 years ago
  70. a8ed75d added benchmarks to rand_test.go; by Roger Peppe · 15 years ago
  71. 51f2932 syscalls can return negative i/o counts. fix bugs in ReadAt and WriteAt not to include by Rob Pike · 15 years ago
  72. 9165331 Make the operations on the global rng thread safe. by Roger Peppe · 15 years ago
  73. 8a5b76c json package: Fixed handling of nil values by Ross Light · 15 years ago
  74. 6ebfd1e Added XTEA block cipher package to src/pkg/crypto by Adrian O'Grady · 15 years ago
  75. 0400a7f runtime: start new darwin/amd64 threads on correct stack, by Russ Cox · 15 years ago
  76. 132c42f bufio: use copy - significant speedup for writers by Russ Cox · 15 years ago
  77. 5a4a08f Fix stack on FreeBSD / add stack check across the board by Devon H. O'Dell · 15 years ago
  78. cdce732 When SA_SIGINFO is set, we should use __sa_sigaction on FreeBSD by Devon H. O'Dell · 15 years ago
  79. 0d3301a runtime: don't touch pages of memory unnecessarily. by Russ Cox · 15 years ago
  80. 33649bd runtime: introduce unsafe.New and unsafe.NewArray by Russ Cox · 15 years ago
  81. a4a8224 use a bootstrap array to avoid allocation for short vectors by Robert Griesemer · 15 years ago
  82. 8c22dd2 Remove copyBytes completely in favor of copy. by Christopher Wedgwood · 15 years ago
  83. 20c1ec2 pick off special one-byte case in copy. worth 2x in benchmarks (38ns->16ns). by Rob Pike · 15 years ago
  84. 80e17d6 the AST walker currently provides no way to find out how the by Roger Peppe · 15 years ago
  85. f91cd44 save a few ns by inlining (which mostly simplifies things anyway). by Rob Pike · 15 years ago
  86. 353ef80 unexport Fmt. it's not needed outside this package any more by Rob Pike · 15 years ago
  87. 4c0e51c Make printing faster by avoiding mallocs and some other advances. by Rob Pike · 15 years ago
  88. ed6fd1b runtime: disable pointer scan optimization * broken by reflect, gob by Russ Cox · 15 years ago
  89. 44c1eb6 Fix syscall.Statfs and syscall.Fstatfs for 386 GNU/Linux. by Ian Lance Taylor · 15 years ago
  90. 864c757 gc/runtime: pass type structure to makeslice. by Russ Cox · 15 years ago
  91. 2807621 net: more fiddling with the udp test. by Russ Cox · 15 years ago
  92. 9e0b68d Add syscall.Rename for NaCl. Fixes NaCl build. by Ian Lance Taylor · 15 years ago
  93. e79bcf8 runtime: shift the index for the sort by one. by Adam Langley · 15 years ago
  94. 0b5cc31 Add os.Rename. by Ian Lance Taylor · 15 years ago
  95. d1740bb Remove global chanlock. by Adam Langley · 15 years ago
  96. d6b3f37 bytes: asm for bytes.IndexByte by Russ Cox · 15 years ago
  97. 609eeee make Native Client support build again, by Russ Cox · 15 years ago
  98. 11384ee testing: compute MB/s in benchmarks by Russ Cox · 15 years ago
  99. 4ed5717 avoid an allocation inside bytes.Buffer by providing a static array. by Rob Pike · 15 years ago
  100. 3b858fb net: turn off empty packet test by default by Russ Cox · 15 years ago