1. 220a6de build: adjustments for move from src/pkg to src by Russ Cox · 11 years ago
  2. 8d504c4 cmd/gc: implement 'for range x {' by Russ Cox · 11 years ago
  3. aed9762 test/bench/shootout: support windows by ChaiShushan · 11 years ago
  4. b3d400c test: revert unintentional commits I thought I am in a different repo... by dvyukov · 11 years ago
  5. aa9d2cb - by dvyukov · 11 years ago
  6. 24be1b2 13+ by dvyukov · 11 years ago
  7. 9bdb7e1 test/bench/shootout/timing.log: update to Go 1.1 by Rob Pike · 12 years ago
  8. d526e5e go/test/bench/go1: add regexp test by Rob Pike · 12 years ago
  9. ba6ea4a test/bench/go1: add http test by Brad Fitzpatrick · 12 years ago
  10. 4e6e9f9 test/bench/garbage: fix parser benchmark by Jan Ziak · 12 years ago
  11. 05403fa go/test/bench/go1: add printf and time format tests by Rob Pike · 12 years ago
  12. 13075ed test/bench/go1: use raw string instead of string addition by Shenghou Ma · 12 years ago
  13. 66a9372 test/bench/garbage: fix parser benchmark by Jan Ziak · 12 years ago
  14. c4c4b3b test/bench/shootout: match gcc architecture to GOARCH by Russ Cox · 12 years ago
  15. 4391abf test/bench/shootout: new data after 64-bit ints for amd64 by Rob Pike · 13 years ago
  16. d199c34 test/bench/shootout: pidigits is much faster by Rob Pike · 13 years ago
  17. 13802f5 test/bench/shootout: remove dependency on C libraries in test mode Fixes #3732. by Jan Ziak · 13 years ago
  18. 9730064 test/bench/shoutout: fix compliation by Shenghou Ma · 13 years ago
  19. 6423682 test/bench/go1: add go/parser benchmark by Dave Cheney · 13 years ago
  20. 166dab6 test/bench/go1: reduce fasta data size for linux/arm by Dave Cheney · 13 years ago
  21. 6b4ae1d test/bench/go1: fix gzip test by Shenghou Ma · 13 years ago
  22. 6f3ffd4 test/bench/shootout: more speedups by Rob Pike · 13 years ago
  23. eb056db shootout: make mandelbrot.go more like mandelbrot.c by Russ Cox · 13 years ago
  24. ec4d213 test/bench/shootout/timing.log: mandelbrot is restored by Rob Pike · 13 years ago
  25. cb9759d test/bench/go1: add mandelbrot for floating point by Russ Cox · 13 years ago
  26. 90d59c5 test/bench/shootout/timing.log: update after recent compiler changes by Rob Pike · 13 years ago
  27. dc6ec74 test/bench/shootout: fix gccgo binary-list-freelist test by Ian Lance Taylor · 13 years ago
  28. caedc60 test/bench/shootout: update timing.log to Go 1 by Rob Pike · 13 years ago
  29. 77e1227 test/bench/garbage: fix parser benchmark by Dmitriy Vyukov · 13 years ago
  30. 90010f8 build: re-enable some broken tests in run.bash Updates #2982. by Shenghou Ma · 13 years ago
  31. 905cb48 all: remove some references to Make.inc etc. by Rob Pike · 13 years ago
  32. 832dcec test/bench/shootout: update post-Makefile by Rob Pike · 13 years ago
  33. 0b477ef test: use testlib (first 100) by Russ Cox · 13 years ago
  34. 842c906 runtime: delete UpdateMemStats, replace with ReadMemStats(&stats). by Rémy Oudompheng · 13 years ago
  35. 91cb348 go: move compilers into the go-tool directory by Rob Pike · 13 years ago
  36. a6d8b48 runtime: make garbage collector faster by deleting code by Russ Cox · 13 years ago
  37. bf6dd2d various: use $GCFLAGS and $GCIMPORTS like Make does by Maxim Pimenov · 13 years ago
  38. 6e88755 test/bench/go1: first draft of Go 1 benchmark suite by Russ Cox · 13 years ago
  39. 5fe96c6 test/garbage: move to test/bench/garbage by Russ Cox · 13 years ago
  40. 1161e11 fix build, sorry by Russ Cox · 13 years ago
  41. bcbb2f9 test/bench: move to test/bench/shootout by Russ Cox · 13 years ago
  42. f9489be renaming_4: gofix -r everything/but/src/pkg by Rob Pike · 13 years ago
  43. ae03a19 timing.log: significant improvements after custom algorithms by Rob Pike · 14 years ago
  44. 6fe82e6 test/bench: note changes after recent improvements to locking and runtime by Rob Pike · 14 years ago
  45. 5236814 timing: update numbers for regex-dna by Rob Pike · 14 years ago
  46. e3634aa test/bench: update timings; moving to new machine. by Rob Pike · 14 years ago
  47. 776fd72 test/bench: enable build and test on Windows by Alex Brainman · 14 years ago
  48. 49a4d7d build: simplify clean.bash by Dave Cheney · 14 years ago
  49. 65ece70 test/bench: update timings for new GC by Rob Pike · 14 years ago
  50. aa78cec test/bench: update numbers for regex-dna after speedup to regexp by Rob Pike · 14 years ago
  51. 85f5bb8 test/bench: a couple fixes to timing.sh by Anthony Martin · 14 years ago
  52. 009aebd Removed bytes.Add and bytes.AddByte; we now have 'append'. by Kyle Consalus · 14 years ago
  53. 5bf420f pidigits: Remove TODO, minor improvements by Evan Shaw · 14 years ago
  54. f57f8b6 test/bench: update numbers by Rob Pike · 14 years ago
  55. 2ee420f ... changes by Russ Cox · 15 years ago
  56. 5c603db build: remove unnecessary references to GOBIN and GOROOT by Christian Himpel · 15 years ago
  57. da392d9 build: no required environment variables by Russ Cox · 15 years ago
  58. d31ee53 update the tree to use the new regexp methods by Rob Pike · 15 years ago
  59. 47bc1f2 Added regex-dna-parallel.go, a pretty trivial parallelization. by Kyle Consalus · 15 years ago
  60. b9caa4a big: completed set of Int division routines & cleanups by Robert Griesemer · 15 years ago
  61. f8f83e8 test/bench: import new fasta C reference, update Go, optimizations by Russ Cox · 15 years ago
  62. 58e7799 big: use fast shift routines by Robert Griesemer · 15 years ago
  63. 2f480b1 pidigits: ~10% performance win by using adds instead of shifts by Robert Griesemer · 15 years ago
  64. 8b9a73f Added fannkuch-parallel.go by Kyle Consalus · 15 years ago
  65. 735db76 test/bench: reenable chameneosredux for gccgo. by Rob Pike · 15 years ago
  66. 76cbbc8 big: Add Lsh and Value; convert pidigits to use big by Evan Shaw · 15 years ago
  67. edcd70e test/bench: add k-nucleotide-parallel by Kyle Consalus · 15 years ago
  68. c7122a3 simplify various code using new map index rule by Russ Cox · 15 years ago
  69. 9750adb strings: delete Runes, Bytes by Russ Cox · 15 years ago
  70. d2fc5d6 Change type of Printf's args to ... interface{} by Rob Pike · 15 years ago
  71. 7a5852b update timing logs for benchmarks. by Rob Pike · 15 years ago
  72. 45ca9f7 1) Change default gofmt default settings for by Robert Griesemer · 15 years ago
  73. 857d4cf Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src by Devon H. O'Dell · 15 years ago
  74. 5f5dcfb - gofmt these files by Robert Griesemer · 15 years ago
  75. 86c0c54 test/bench: faster fasta (mostly due to bufio fix) by Russ Cox · 15 years ago
  76. ea98e4b changes necessary to get the new chameneosredux onto shootout.alioth.debian.org . by Roger Peppe · 15 years ago
  77. 864c6bc test/bench: use range in reverse-complement by Russ Cox · 15 years ago
  78. e2b23e4 test/bench: dead code in reverse-complement by Russ Cox · 15 years ago
  79. b0683bd move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. by Rob Pike · 15 years ago
  80. 99d0c3d change command-line argument to be by Roger Peppe · 15 years ago
  81. eb33c0b timing log update for new version of chameneos by Rob Pike · 15 years ago
  82. 9f17353 chameneosredux test modified, bug fixed, faster by Roger Peppe · 15 years ago
  83. 6fc8207 go: makes it build for the case $GOROOT has whitespaces by Sergio Luis O. B. Correia · 15 years ago
  84. 19dae07 gofmt -r 'α[β:len(α)] -> α[β:]' -w test/bench by Russ Cox · 15 years ago
  85. 688ffc1 test/bench revisions; by Russ Cox · 15 years ago
  86. e70cedf remove bytes.Copy by Rob Pike · 15 years ago
  87. 0263103 move evaluation of null-matching instructions one iteration earlier. by Rob Pike · 15 years ago
  88. ceb6031 delete TODO now that compiler is better at % by Rob Pike · 15 years ago
  89. a824651 use the new routine regexp.MustCompile to clean up some code that uses global regexps. by Rob Pike · 15 years ago
  90. 219fb02 fix build after Mercurial move. various missing or incorrect files. by Russ Cox · 15 years ago
  91. 11d3805 clean more by Russ Cox · 15 years ago
  92. f448057 Sqrt in assembler is worth 3-4X for nbody by Rob Pike · 16 years ago
  93. b9493de updated numbers after more slice inlining by Rob Pike · 16 years ago
  94. 20011bc unused imports by Russ Cox · 16 years ago
  95. ae54cf7 last round: non-package code by Russ Cox · 16 years ago
  96. 28eba48 fix "declared and not used" errors in non-test code. by Russ Cox · 16 years ago
  97. 7f0dd8b new benchmark results. by Rob Pike · 16 years ago
  98. 4b40928 remove Line in bufio.ReadLine(Bytes|Slice|String) by Russ Cox · 16 years ago
  99. 0dbd897 - use in-place bignum operations where available - runs approx. 30% faster by Robert Griesemer · 16 years ago
  100. ea8197c new timing data after compiler updates (fp regs, integer div and mod) by Rob Pike · 16 years ago