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