| Commit message (Expand) | Author | Age | Files | Lines |
* | strings: delete Runes, Bytes | Russ Cox | 2010-02-25 | 5 | -8/+5 |
* | Change type of Printf's args to ... interface{} | Rob Pike | 2010-02-02 | 1 | -1/+1 |
* | update timing logs for benchmarks. | Rob Pike | 2010-01-06 | 1 | -0/+84 |
* | 1) Change default gofmt default settings for | Robert Griesemer | 2009-12-15 | 15 | -558/+558 |
* | Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/src | Devon H. O'Dell | 2009-12-11 | 1 | -2/+5 |
* | - gofmt these files | Robert Griesemer | 2009-12-09 | 1 | -6/+6 |
* | test/bench: faster fasta (mostly due to bufio fix) | Russ Cox | 2009-12-07 | 1 | -18/+16 |
* | changes necessary to get the new chameneosredux onto shootout.alioth.debian.o... | Roger Peppe | 2009-12-07 | 2 | -3/+4 |
* | test/bench: use range in reverse-complement | Russ Cox | 2009-12-04 | 1 | -2/+2 |
* | test/bench: dead code in reverse-complement | Russ Cox | 2009-12-04 | 1 | -30/+3 |
* | move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package. | Rob Pike | 2009-12-02 | 2 | -4/+4 |
* | change command-line argument to be | Roger Peppe | 2009-11-30 | 2 | -9/+13 |
* | timing log update for new version of chameneos | Rob Pike | 2009-11-24 | 1 | -0/+8 |
* | chameneosredux test modified, bug fixed, faster | Roger Peppe | 2009-11-24 | 1 | -133/+106 |
* | go: makes it build for the case $GOROOT has whitespaces | Sergio Luis O. B. Correia | 2009-11-23 | 1 | -1/+1 |
* | gofmt -r '?[?:len(?)] -> ?[?:]' -w test/bench | Russ Cox | 2009-11-20 | 14 | -261/+255 |
* | test/bench revisions; | Russ Cox | 2009-11-20 | 3 | -28/+46 |
* | remove bytes.Copy | Rob Pike | 2009-11-18 | 2 | -71/+69 |
* | move evaluation of null-matching instructions one iteration earlier. | Rob Pike | 2009-11-14 | 1 | -0/+8 |
* | delete TODO now that compiler is better at % | Rob Pike | 2009-11-08 | 1 | -19/+1 |
* | use the new routine regexp.MustCompile to clean up some code that uses global... | Rob Pike | 2009-11-02 | 1 | -12/+3 |
* | fix build after Mercurial move. | Russ Cox | 2009-10-22 | 1 | -16/+19 |
* | clean more | Russ Cox | 2009-10-03 | 1 | -0/+4 |
* | Sqrt in assembler is worth 3-4X for nbody | Rob Pike | 2009-09-24 | 1 | -0/+10 |
* | updated numbers after more slice inlining | Rob Pike | 2009-09-22 | 1 | -0/+57 |
* | unused imports | Russ Cox | 2009-09-17 | 2 | -2/+0 |
* | last round: non-package code | Russ Cox | 2009-09-15 | 2 | -3/+3 |
* | fix "declared and not used" errors in non-test code. | Russ Cox | 2009-09-14 | 2 | -2/+0 |
* | new benchmark results. | Rob Pike | 2009-09-03 | 1 | -0/+93 |
* | remove Line in bufio.ReadLine(Bytes|Slice|String) | Russ Cox | 2009-08-27 | 2 | -2/+2 |
* | - use in-place bignum operations where available | Robert Griesemer | 2009-08-10 | 2 | -14/+22 |
* | new timing data after compiler updates (fp regs, integer div and mod) | Rob Pike | 2009-08-10 | 1 | -0/+90 |
* | Partially fix build: don't assume . is in PATH. | David Symonds | 2009-08-09 | 1 | -0/+1 |
* | run benchmarks in a relatively fast test mode, as part of run.bash/all.bash | Rob Pike | 2009-08-09 | 10 | -69/+289 |
* | chameneos | Rob Pike | 2009-08-07 | 5 | -1/+572 |
* | annotations | Russ Cox | 2009-08-07 | 1 | -0/+14 |
* | simplify threadring slightly; slight speed improvement | Rob Pike | 2009-08-07 | 2 | -7/+7 |
* | threadring | Rob Pike | 2009-08-07 | 5 | -1/+190 |
* | timing updates after 6g change for efficient division by powers of two | Rob Pike | 2009-08-07 | 3 | -2/+25 |
* | timings for pidigits | Rob Pike | 2009-08-06 | 4 | -4/+144 |
* | - initial version of pidigits.go benchmark | Robert Griesemer | 2009-08-06 | 1 | -0/+128 |
* | meteor-contest | Rob Pike | 2009-08-06 | 5 | -1/+1334 |
* | mandelbrot | Rob Pike | 2009-08-06 | 5 | -2/+204 |
* | add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCS | Rob Pike | 2009-08-06 | 1 | -0/+2 |
* | k-nucleotide | Rob Pike | 2009-08-06 | 5 | -1/+424 |
* | parallel spectral-norm | Rob Pike | 2009-08-05 | 2 | -1/+112 |
* | spectral-norm | Rob Pike | 2009-08-05 | 6 | -11/+205 |
* | regex-dna | Rob Pike | 2009-08-05 | 5 | -1/+301 |
* | fannkuch | Rob Pike | 2009-08-05 | 5 | -1/+299 |
* | binary tree | Rob Pike | 2009-08-04 | 6 | -1/+413 |